gllm-inference-binary 0.5.52__cp313-cp313-win_amd64.whl → 0.5.53__cp313-cp313-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of gllm-inference-binary might be problematic. Click here for more details.
- gllm_inference.cp313-win_amd64.pyd +0 -0
- gllm_inference.pyi +1 -3
- {gllm_inference_binary-0.5.52.dist-info → gllm_inference_binary-0.5.53.dist-info}/METADATA +1 -1
- {gllm_inference_binary-0.5.52.dist-info → gllm_inference_binary-0.5.53.dist-info}/RECORD +6 -6
- {gllm_inference_binary-0.5.52.dist-info → gllm_inference_binary-0.5.53.dist-info}/WHEEL +0 -0
- {gllm_inference_binary-0.5.52.dist-info → gllm_inference_binary-0.5.53.dist-info}/top_level.txt +0 -0
|
Binary file
|
gllm_inference.pyi
CHANGED
|
@@ -68,9 +68,7 @@ import google.genai
|
|
|
68
68
|
import google.genai.types
|
|
69
69
|
import httpx
|
|
70
70
|
import gllm_inference.exceptions.ProviderInternalError
|
|
71
|
-
import
|
|
72
|
-
import concurrent.futures
|
|
73
|
-
import concurrent.futures.ThreadPoolExecutor
|
|
71
|
+
import gllm_core.utils.concurrency
|
|
74
72
|
import langchain_core
|
|
75
73
|
import langchain_core.embeddings
|
|
76
74
|
import gllm_inference.exceptions.InvokerRuntimeError
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: gllm-inference-binary
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.53
|
|
4
4
|
Summary: A library containing components related to model inferences in Gen AI applications.
|
|
5
5
|
Author-email: Henry Wicaksono <henry.wicaksono@gdplabs.id>, Resti Febrina <resti.febrina@gdplabs.id>
|
|
6
6
|
Requires-Python: <3.14,>=3.11
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
gllm_inference.cp313-win_amd64.pyd,sha256=
|
|
2
|
-
gllm_inference.pyi,sha256=
|
|
1
|
+
gllm_inference.cp313-win_amd64.pyd,sha256=f1zbmBPxTlirGUimukt6RX-hH5L85HktenKhZdSFKyM,3841024
|
|
2
|
+
gllm_inference.pyi,sha256=6SgB-dl8V4gagBDlHF-67Q3F2c3eaV8y7b5rOTCs7uo,5157
|
|
3
3
|
gllm_inference/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
gllm_inference/constants.pyi,sha256=PncjVw-mkzcJ3ln1ohvVZGdJ-TD-VZy1Ygn4Va8Z7i0,350
|
|
5
5
|
gllm_inference/builder/__init__.pyi,sha256=-bw1uDx7CAM7pkvjvb1ZXku9zXlQ7aEAyC83KIn3bz8,506
|
|
@@ -131,7 +131,7 @@ gllm_inference/utils/io_utils.pyi,sha256=Eg7dvHWdXslTKdjh1j3dG50i7r35XG2zTmJ9XXv
|
|
|
131
131
|
gllm_inference/utils/langchain.pyi,sha256=4AwFiVAO0ZpdgmqeC4Pb5NJwBt8vVr0MSUqLeCdTscc,1194
|
|
132
132
|
gllm_inference/utils/validation.pyi,sha256=-RdMmb8afH7F7q4Ao7x6FbwaDfxUHn3hA3WiOgzB-3s,397
|
|
133
133
|
gllm_inference.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
|
134
|
-
gllm_inference_binary-0.5.
|
|
135
|
-
gllm_inference_binary-0.5.
|
|
136
|
-
gllm_inference_binary-0.5.
|
|
137
|
-
gllm_inference_binary-0.5.
|
|
134
|
+
gllm_inference_binary-0.5.53.dist-info/METADATA,sha256=2MZFh1ZORaN9wzbchWs1EfWVxqUuKsvW7zECd4lG6As,5945
|
|
135
|
+
gllm_inference_binary-0.5.53.dist-info/WHEEL,sha256=O_u6PJIQ2pIcyIInxVQ9r-yArMuUZbBIaF1kpYVkYxA,96
|
|
136
|
+
gllm_inference_binary-0.5.53.dist-info/top_level.txt,sha256=FpOjtN80F-qVNgbScXSEyqa0w09FYn6301iq6qt69IQ,15
|
|
137
|
+
gllm_inference_binary-0.5.53.dist-info/RECORD,,
|
|
File without changes
|
{gllm_inference_binary-0.5.52.dist-info → gllm_inference_binary-0.5.53.dist-info}/top_level.txt
RENAMED
|
File without changes
|