gllm-inference-binary 0.5.25__cp312-cp312-manylinux_2_31_x86_64.whl → 0.5.26.post1__cp312-cp312-manylinux_2_31_x86_64.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_binary-0.5.25.dist-info → gllm_inference_binary-0.5.26.post1.dist-info}/METADATA +3 -42
- {gllm_inference_binary-0.5.25.dist-info → gllm_inference_binary-0.5.26.post1.dist-info}/RECORD +12 -11
- {gllm_inference_binary-0.5.25.dist-info → gllm_inference_binary-0.5.26.post1.dist-info}/WHEEL +2 -1
- gllm_inference_binary-0.5.26.post1.dist-info/top_level.txt +1 -0
{gllm_inference_binary-0.5.25.dist-info → gllm_inference_binary-0.5.26.post1.dist-info}/METADATA
RENAMED
|
@@ -1,46 +1,8 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: gllm-inference-binary
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.26.post1
|
|
4
4
|
Summary: A library containing components related to model inferences in Gen AI applications.
|
|
5
|
-
Author: Henry Wicaksono
|
|
6
|
-
Author-email: henry.wicaksono@gdplabs.id
|
|
7
|
-
Requires-Python: >=3.11,<3.14
|
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
11
|
-
Provides-Extra: anthropic
|
|
12
|
-
Provides-Extra: bedrock
|
|
13
|
-
Provides-Extra: datasaur
|
|
14
|
-
Provides-Extra: google
|
|
15
|
-
Provides-Extra: huggingface
|
|
16
|
-
Provides-Extra: litellm
|
|
17
|
-
Provides-Extra: openai
|
|
18
|
-
Provides-Extra: twelvelabs
|
|
19
|
-
Provides-Extra: voyage
|
|
20
|
-
Provides-Extra: xai
|
|
21
|
-
Requires-Dist: aioboto3 (>=15.0.0,<16.0.0) ; extra == "bedrock"
|
|
22
|
-
Requires-Dist: aiohttp (>=3.12.14,<4.0.0)
|
|
23
|
-
Requires-Dist: anthropic (>=0.60.0,<0.61.0) ; extra == "anthropic"
|
|
24
|
-
Requires-Dist: filetype (>=1.2.0,<2.0.0)
|
|
25
|
-
Requires-Dist: gllm-core-binary (>=0.3.0,<0.4.0)
|
|
26
|
-
Requires-Dist: google-genai (>=1.26.0,<2.0.0) ; extra == "google"
|
|
27
|
-
Requires-Dist: httpx (>=0.28.0,<0.29.0)
|
|
28
|
-
Requires-Dist: huggingface-hub (>=0.30.0,<0.31.0) ; extra == "huggingface"
|
|
29
|
-
Requires-Dist: jinja2 (>=3.1.4,<4.0.0)
|
|
30
|
-
Requires-Dist: jsonschema (>=4.24.0,<5.0.0)
|
|
31
|
-
Requires-Dist: langchain (>=0.3.0,<0.4.0)
|
|
32
|
-
Requires-Dist: litellm (>=1.69.2,<2.0.0) ; extra == "litellm"
|
|
33
|
-
Requires-Dist: openai (>=1.98.0,<2.0.0) ; extra == "datasaur" or extra == "openai"
|
|
34
|
-
Requires-Dist: pandas (>=2.2.3,<3.0.0)
|
|
35
|
-
Requires-Dist: poetry (>=2.1.3,<3.0.0)
|
|
36
|
-
Requires-Dist: protobuf (>=6.0.0,<7.0.0)
|
|
37
|
-
Requires-Dist: python-magic (>=0.4.27,<0.5.0) ; sys_platform != "win32"
|
|
38
|
-
Requires-Dist: python-magic-bin (>=0.4.14,<0.5.0) ; sys_platform == "win32"
|
|
39
|
-
Requires-Dist: sentencepiece (>=0.2.0,<0.3.0)
|
|
40
|
-
Requires-Dist: transformers (==4.52.4) ; extra == "huggingface"
|
|
41
|
-
Requires-Dist: twelvelabs (>=0.4.4,<0.5.0) ; extra == "twelvelabs"
|
|
42
|
-
Requires-Dist: voyageai (>=0.3.0,<0.4.0) ; (python_version < "3.13") and (extra == "voyage")
|
|
43
|
-
Requires-Dist: xai_sdk (>=1.0.0,<2.0.0) ; extra == "xai"
|
|
5
|
+
Author-email: Henry Wicaksono <henry.wicaksono@gdplabs.id>, Resti Febrina <resti.febrina@gdplabs.id>
|
|
44
6
|
Description-Content-Type: text/markdown
|
|
45
7
|
|
|
46
8
|
# GLLM Inference
|
|
@@ -107,4 +69,3 @@ to get information about code style, documentation standard, and SCA that you ne
|
|
|
107
69
|
poetry run pytest -s tests/unit_tests/
|
|
108
70
|
```
|
|
109
71
|
|
|
110
|
-
|
{gllm_inference_binary-0.5.25.dist-info → gllm_inference_binary-0.5.26.post1.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
+
gllm_inference.cpython-312-x86_64-linux-gnu.so,sha256=AUKNTetIqBrv-v8_PezdnEM1QEwmzNogW3-uDIumaZI,4519272
|
|
2
|
+
gllm_inference.pyi,sha256=Pq6P04np3S3x7juGVCzC5sL2im4MsyligEvahVQNWzM,3820
|
|
1
3
|
gllm_inference/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
gllm_inference/constants.pyi,sha256=EFVMtK3xDK2yjGoHp8EL3LeRZWhIefVKClI9jvbfQQ0,267
|
|
2
5
|
gllm_inference/builder/__init__.pyi,sha256=usz2lvfwO4Yk-ZGKXbCWG1cEr3nlQXxMNDNC-2yc1NM,500
|
|
3
6
|
gllm_inference/builder/build_em_invoker.pyi,sha256=DbtDfY2sD-eWiYrOuZ3a7EoITgvrfUB5l94pF5Ly62g,5883
|
|
4
7
|
gllm_inference/builder/build_lm_invoker.pyi,sha256=9-M0CJWhd0MVUYHHLD7QCfeW835JBaZ8_XQzUBJJdAc,6886
|
|
@@ -8,17 +11,18 @@ gllm_inference/catalog/__init__.pyi,sha256=JBkPGTyiiZ30GECzJBW-mW8LekWyY2qyzal3e
|
|
|
8
11
|
gllm_inference/catalog/catalog.pyi,sha256=a4RNG1lKv51GxQpOqh47tz-PAROMPaeP2o5XNLBSZaU,4790
|
|
9
12
|
gllm_inference/catalog/lm_request_processor_catalog.pyi,sha256=ranHMbG9--DZj9FJRhIUa6U8e-L-Tm-_hSBpzJ6DDs4,5428
|
|
10
13
|
gllm_inference/catalog/prompt_builder_catalog.pyi,sha256=OU8k_4HbqjZEzHZlzSM3uzGQZJmM2uGD76Csqom0CEQ,3197
|
|
11
|
-
gllm_inference/constants.pyi,sha256=EFVMtK3xDK2yjGoHp8EL3LeRZWhIefVKClI9jvbfQQ0,267
|
|
12
14
|
gllm_inference/em_invoker/__init__.pyi,sha256=83QVCkMjS2-jMKdAvmZska4LuJ-un755lAxjuVSLZ9o,987
|
|
13
15
|
gllm_inference/em_invoker/azure_openai_em_invoker.pyi,sha256=Tp92kRqUmB2FpqdnWdJXDGZ_ibOzgFeZAEey4coaD5E,4933
|
|
14
16
|
gllm_inference/em_invoker/bedrock_em_invoker.pyi,sha256=77omAUXnGU_62KPC5sKOnWTwdqsoEXX38IM1JScd6K0,5723
|
|
15
17
|
gllm_inference/em_invoker/em_invoker.pyi,sha256=KGjLiAWGIA3ziV50zMwSzx6lTVUbYspQCl4LFxqbDlY,5101
|
|
16
18
|
gllm_inference/em_invoker/google_em_invoker.pyi,sha256=VVpizDo47kznqRk07t6e-Lp_K6Ojfn5KDkIKoqn2boE,6822
|
|
17
|
-
gllm_inference/em_invoker/langchain/__init__.pyi,sha256=VYGKE5OgU0my1RlhgzkU_A7-GLGnUDDnNFuctuRwILE,148
|
|
18
|
-
gllm_inference/em_invoker/langchain/em_invoker_embeddings.pyi,sha256=VU3-Vhb9BCDhJo8PPdWHe2rBEOCs_HMXT6ZaWwjUzZE,3304
|
|
19
19
|
gllm_inference/em_invoker/langchain_em_invoker.pyi,sha256=BhZjkYZoxQXPJjP0PgA8W0xrtwiqDkW5E6NpGit0h1E,3498
|
|
20
20
|
gllm_inference/em_invoker/openai_compatible_em_invoker.pyi,sha256=GudWfL7QCAKLInMw94jTNogbyELlD9tDbrDErHB4RRI,5360
|
|
21
21
|
gllm_inference/em_invoker/openai_em_invoker.pyi,sha256=vsfEmDNvwrlBhDxqsCKyMpMZbl_FaQUWHEgQc9yeo14,4656
|
|
22
|
+
gllm_inference/em_invoker/twelevelabs_em_invoker.pyi,sha256=9F37VuLYTH5xsPSS_uzhrsPJug0QifX_qh2GwG0jSTU,5345
|
|
23
|
+
gllm_inference/em_invoker/voyage_em_invoker.pyi,sha256=zJZqMvvFKu3sHdrNM773UYjfHVlnwE2w2BmvdFcHzV0,5515
|
|
24
|
+
gllm_inference/em_invoker/langchain/__init__.pyi,sha256=VYGKE5OgU0my1RlhgzkU_A7-GLGnUDDnNFuctuRwILE,148
|
|
25
|
+
gllm_inference/em_invoker/langchain/em_invoker_embeddings.pyi,sha256=VU3-Vhb9BCDhJo8PPdWHe2rBEOCs_HMXT6ZaWwjUzZE,3304
|
|
22
26
|
gllm_inference/em_invoker/schema/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
27
|
gllm_inference/em_invoker/schema/bedrock.pyi,sha256=AHFW8uYOTS7RtqV1RmtY-XQK1xpMgsHxWg4RZhVgI_8,476
|
|
24
28
|
gllm_inference/em_invoker/schema/google.pyi,sha256=ovDlvinu99QJhIxMkvVUoGBEFkkEoAZhadSuk0nI9N8,181
|
|
@@ -27,8 +31,6 @@ gllm_inference/em_invoker/schema/openai.pyi,sha256=Q_dsEcodkOXYXPdrkOkW0LnuLhfeq
|
|
|
27
31
|
gllm_inference/em_invoker/schema/openai_compatible.pyi,sha256=gmvGtsWoOMBelke_tZjC6dKimFBW9f4Vrgv0Ig0OM9Q,150
|
|
28
32
|
gllm_inference/em_invoker/schema/twelvelabs.pyi,sha256=F6wKHgG01bYskJpKoheBSpRpHUfFpteKn9sj9n5YfcU,372
|
|
29
33
|
gllm_inference/em_invoker/schema/voyage.pyi,sha256=HVpor0fqNy-IwapCICfsgFmqf1FJXCOMIxS2vOXhHd8,289
|
|
30
|
-
gllm_inference/em_invoker/twelevelabs_em_invoker.pyi,sha256=9F37VuLYTH5xsPSS_uzhrsPJug0QifX_qh2GwG0jSTU,5345
|
|
31
|
-
gllm_inference/em_invoker/voyage_em_invoker.pyi,sha256=zJZqMvvFKu3sHdrNM773UYjfHVlnwE2w2BmvdFcHzV0,5515
|
|
32
34
|
gllm_inference/exceptions/__init__.pyi,sha256=Upcuj7od2lkbdueQ0iMT2ktFYYi-KKTynTLAaxWDTjU,1214
|
|
33
35
|
gllm_inference/exceptions/error_parser.pyi,sha256=IOfa--NpLUW5E9Qq0mwWi6ZpTAbUyyNe6iAqunBNGLI,1999
|
|
34
36
|
gllm_inference/exceptions/exceptions.pyi,sha256=Bv996qLa_vju0Qjf4GewMxdkq8CV9LRZb0S6289DldA,5725
|
|
@@ -44,6 +46,7 @@ gllm_inference/lm_invoker/litellm_lm_invoker.pyi,sha256=_c56ewpEQ-Ywj5ofFzRYBvQg
|
|
|
44
46
|
gllm_inference/lm_invoker/lm_invoker.pyi,sha256=dQwYtVMCOmqvx68Znr3-pFkeA8upvk5wtRnkbKWyqY4,7881
|
|
45
47
|
gllm_inference/lm_invoker/openai_compatible_lm_invoker.pyi,sha256=_hOAde_Faph3JoGYh7zLch6BRc2Lam8PXZvi5-PkL-E,14938
|
|
46
48
|
gllm_inference/lm_invoker/openai_lm_invoker.pyi,sha256=wPTJr5DkXpoXpxw3MoaqEnzAOUanBRGUu954KdKDaVU,19649
|
|
49
|
+
gllm_inference/lm_invoker/xai_lm_invoker.pyi,sha256=rV8D3E730OUmwK7jELKSziMUl7MnpbfxMAvMuq8-Aew,15687
|
|
47
50
|
gllm_inference/lm_invoker/schema/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
48
51
|
gllm_inference/lm_invoker/schema/anthropic.pyi,sha256=zNbm4RV454dBEEUUN-Vyl_4cO628wUMPZyrO27O_DfM,991
|
|
49
52
|
gllm_inference/lm_invoker/schema/bedrock.pyi,sha256=FJLY-ZkkLUYDV48pfsLatnot4ev_xxz9xAayLK28CpU,1027
|
|
@@ -53,7 +56,6 @@ gllm_inference/lm_invoker/schema/langchain.pyi,sha256=rZcIxuvABI4pKfyVvkRBRqfJJo
|
|
|
53
56
|
gllm_inference/lm_invoker/schema/openai.pyi,sha256=9KjOJMnDyPs4hsysD8qFEMObUkbnxp6U9PmRIiUa3h4,1926
|
|
54
57
|
gllm_inference/lm_invoker/schema/openai_compatible.pyi,sha256=m3bL2hVpxI_crURIi1bGDUqMy1Z5OgKBVU_-BkhX1mg,1166
|
|
55
58
|
gllm_inference/lm_invoker/schema/xai.pyi,sha256=cWnbJmDtllqRH3NXpQbiXgkNBcUXr8ksDSDywcgJebE,632
|
|
56
|
-
gllm_inference/lm_invoker/xai_lm_invoker.pyi,sha256=rV8D3E730OUmwK7jELKSziMUl7MnpbfxMAvMuq8-Aew,15687
|
|
57
59
|
gllm_inference/model/__init__.pyi,sha256=qClHIgljqhPPCKlGTKmHsWgYb4_hADybxtC2q1U8a5Q,593
|
|
58
60
|
gllm_inference/model/em/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
59
61
|
gllm_inference/model/em/google_em.pyi,sha256=ZPN5LmReO0bcTfnZixFooUTzgD-daNFPzfxzZ-5WzQQ,471
|
|
@@ -97,8 +99,7 @@ gllm_inference/utils/io_utils.pyi,sha256=7kUTacHAVRYoemFUOjCH7-Qmw-YsQGd6rGYxjf_
|
|
|
97
99
|
gllm_inference/utils/langchain.pyi,sha256=VluQiHkGigDdqLUbhB6vnXiISCP5hHqV0qokYY6dC1A,1164
|
|
98
100
|
gllm_inference/utils/validation.pyi,sha256=toxBtRp-VItC_X7sNi-GDd7sjibBdWMrR0q01OI2D7k,385
|
|
99
101
|
gllm_inference.build/.gitignore,sha256=aEiIwOuxfzdCmLZe4oB1JsBmCUxwG8x-u-HBCV9JT8E,1
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
gllm_inference_binary-0.5.
|
|
103
|
-
gllm_inference_binary-0.5.
|
|
104
|
-
gllm_inference_binary-0.5.25.dist-info/RECORD,,
|
|
102
|
+
gllm_inference_binary-0.5.26.post1.dist-info/METADATA,sha256=-oVhZk_XZ1IN4rfOEtou6e2N8YnVYP49jGZyj8S8wGg,2925
|
|
103
|
+
gllm_inference_binary-0.5.26.post1.dist-info/WHEEL,sha256=nvMz4aD6kW281G6ZJCbqAgYrkKc1h4b3not015Wcvhc,108
|
|
104
|
+
gllm_inference_binary-0.5.26.post1.dist-info/top_level.txt,sha256=FpOjtN80F-qVNgbScXSEyqa0w09FYn6301iq6qt69IQ,15
|
|
105
|
+
gllm_inference_binary-0.5.26.post1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gllm_inference
|