gllm-inference-binary 0.5.26.post1__cp312-cp312-win_amd64.whl → 0.5.26.post4__cp312-cp312-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.
- gllm_inference.cp312-win_amd64.pyd +0 -0
- {gllm_inference_binary-0.5.26.post1.dist-info → gllm_inference_binary-0.5.26.post4.dist-info}/METADATA +44 -1
- {gllm_inference_binary-0.5.26.post1.dist-info → gllm_inference_binary-0.5.26.post4.dist-info}/RECORD +5 -5
- {gllm_inference_binary-0.5.26.post1.dist-info → gllm_inference_binary-0.5.26.post4.dist-info}/WHEEL +0 -0
- {gllm_inference_binary-0.5.26.post1.dist-info → gllm_inference_binary-0.5.26.post4.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -1,9 +1,52 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: gllm-inference-binary
|
|
3
|
-
Version: 0.5.26.
|
|
3
|
+
Version: 0.5.26.post4
|
|
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
|
+
Requires-Python: <3.14,>=3.11
|
|
6
7
|
Description-Content-Type: text/markdown
|
|
8
|
+
Requires-Dist: poetry<3.0.0,>=2.1.3
|
|
9
|
+
Requires-Dist: gllm-core-binary<0.4.0,>=0.3.0
|
|
10
|
+
Requires-Dist: aiohttp<4.0.0,>=3.12.14
|
|
11
|
+
Requires-Dist: filetype<2.0.0,>=1.2.0
|
|
12
|
+
Requires-Dist: httpx<0.29.0,>=0.28.0
|
|
13
|
+
Requires-Dist: jinja2<4.0.0,>=3.1.4
|
|
14
|
+
Requires-Dist: jsonschema<5.0.0,>=4.24.0
|
|
15
|
+
Requires-Dist: langchain<0.4.0,>=0.3.0
|
|
16
|
+
Requires-Dist: pandas<3.0.0,>=2.2.3
|
|
17
|
+
Requires-Dist: protobuf<7.0.0,>=6.0.0
|
|
18
|
+
Requires-Dist: python-magic<0.5.0,>=0.4.27; sys_platform != "win32"
|
|
19
|
+
Requires-Dist: python-magic-bin<0.5.0,>=0.4.14; sys_platform == "win32"
|
|
20
|
+
Requires-Dist: sentencepiece<0.3.0,>=0.2.0
|
|
21
|
+
Provides-Extra: dev
|
|
22
|
+
Requires-Dist: coverage<8.0.0,>=7.4.4; extra == "dev"
|
|
23
|
+
Requires-Dist: mypy<2.0.0,>=1.15.0; extra == "dev"
|
|
24
|
+
Requires-Dist: pre-commit<4.0.0,>=3.7.0; extra == "dev"
|
|
25
|
+
Requires-Dist: pytest<9.0.0,>=8.1.1; extra == "dev"
|
|
26
|
+
Requires-Dist: pytest-asyncio<1.0.0,>=0.23.6; extra == "dev"
|
|
27
|
+
Requires-Dist: pytest-cov<6.0.0,>=5.0.0; extra == "dev"
|
|
28
|
+
Requires-Dist: ruff<1.0.0,>=0.6.7; extra == "dev"
|
|
29
|
+
Provides-Extra: anthropic
|
|
30
|
+
Requires-Dist: anthropic<0.61.0,>=0.60.0; extra == "anthropic"
|
|
31
|
+
Provides-Extra: bedrock
|
|
32
|
+
Requires-Dist: aioboto3<16.0.0,>=15.0.0; extra == "bedrock"
|
|
33
|
+
Provides-Extra: datasaur
|
|
34
|
+
Requires-Dist: openai<2.0.0,>=1.98.0; extra == "datasaur"
|
|
35
|
+
Provides-Extra: google
|
|
36
|
+
Requires-Dist: google-genai<=1.36,>=1.23; extra == "google"
|
|
37
|
+
Provides-Extra: huggingface
|
|
38
|
+
Requires-Dist: huggingface-hub<0.31.0,>=0.30.0; extra == "huggingface"
|
|
39
|
+
Requires-Dist: transformers==4.52.4; extra == "huggingface"
|
|
40
|
+
Provides-Extra: openai
|
|
41
|
+
Requires-Dist: openai<2.0.0,>=1.98.0; extra == "openai"
|
|
42
|
+
Provides-Extra: litellm
|
|
43
|
+
Requires-Dist: litellm<2.0.0,>=1.69.2; extra == "litellm"
|
|
44
|
+
Provides-Extra: twelvelabs
|
|
45
|
+
Requires-Dist: twelvelabs<0.5.0,>=0.4.4; extra == "twelvelabs"
|
|
46
|
+
Provides-Extra: voyage
|
|
47
|
+
Requires-Dist: voyageai<0.4.0,>=0.3.0; python_version < "3.13" and extra == "voyage"
|
|
48
|
+
Provides-Extra: xai
|
|
49
|
+
Requires-Dist: xai_sdk<2.0.0,>=1.0.0; extra == "xai"
|
|
7
50
|
|
|
8
51
|
# GLLM Inference
|
|
9
52
|
|
{gllm_inference_binary-0.5.26.post1.dist-info → gllm_inference_binary-0.5.26.post4.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
gllm_inference.cp312-win_amd64.pyd,sha256=
|
|
1
|
+
gllm_inference.cp312-win_amd64.pyd,sha256=9F382MyWKk_Cxqh_gf_n2_HcWyT0v8iEJ8osxIVQOaI,3068928
|
|
2
2
|
gllm_inference.pyi,sha256=Pq6P04np3S3x7juGVCzC5sL2im4MsyligEvahVQNWzM,3820
|
|
3
3
|
gllm_inference/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
gllm_inference/constants.pyi,sha256=KQmondDEkHK2P249ymmce3SdutVrx8kYm4v1eTCkW9U,277
|
|
@@ -99,7 +99,7 @@ gllm_inference/utils/io_utils.pyi,sha256=Eg7dvHWdXslTKdjh1j3dG50i7r35XG2zTmJ9XXv
|
|
|
99
99
|
gllm_inference/utils/langchain.pyi,sha256=4AwFiVAO0ZpdgmqeC4Pb5NJwBt8vVr0MSUqLeCdTscc,1194
|
|
100
100
|
gllm_inference/utils/validation.pyi,sha256=-RdMmb8afH7F7q4Ao7x6FbwaDfxUHn3hA3WiOgzB-3s,397
|
|
101
101
|
gllm_inference.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
|
102
|
-
gllm_inference_binary-0.5.26.
|
|
103
|
-
gllm_inference_binary-0.5.26.
|
|
104
|
-
gllm_inference_binary-0.5.26.
|
|
105
|
-
gllm_inference_binary-0.5.26.
|
|
102
|
+
gllm_inference_binary-0.5.26.post4.dist-info/METADATA,sha256=PLxKpQ5zMBA_jNH_P3pi_9s3_KPNdbwve6kLoU-CG18,4968
|
|
103
|
+
gllm_inference_binary-0.5.26.post4.dist-info/WHEEL,sha256=x5rgv--I0NI0IT1Lh9tN1VG2cI637p3deednwYLKnxc,96
|
|
104
|
+
gllm_inference_binary-0.5.26.post4.dist-info/top_level.txt,sha256=FpOjtN80F-qVNgbScXSEyqa0w09FYn6301iq6qt69IQ,15
|
|
105
|
+
gllm_inference_binary-0.5.26.post4.dist-info/RECORD,,
|
{gllm_inference_binary-0.5.26.post1.dist-info → gllm_inference_binary-0.5.26.post4.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|