xinference 1.5.0__py3-none-any.whl → 1.5.0.post1__py3-none-any.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 xinference might be problematic. Click here for more details.
- xinference/_version.py +3 -3
- xinference/model/llm/llm_family.json +3 -1
- xinference/model/llm/llm_family_modelscope.json +3 -1
- {xinference-1.5.0.dist-info → xinference-1.5.0.post1.dist-info}/METADATA +3 -1
- {xinference-1.5.0.dist-info → xinference-1.5.0.post1.dist-info}/RECORD +9 -9
- {xinference-1.5.0.dist-info → xinference-1.5.0.post1.dist-info}/WHEEL +0 -0
- {xinference-1.5.0.dist-info → xinference-1.5.0.post1.dist-info}/entry_points.txt +0 -0
- {xinference-1.5.0.dist-info → xinference-1.5.0.post1.dist-info}/licenses/LICENSE +0 -0
- {xinference-1.5.0.dist-info → xinference-1.5.0.post1.dist-info}/top_level.txt +0 -0
xinference/_version.py
CHANGED
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-04-
|
|
11
|
+
"date": "2025-04-19T23:50:41+0800",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.5.0"
|
|
14
|
+
"full-revisionid": "2010508314f6afab40c1b0c18f17018c6194def0",
|
|
15
|
+
"version": "1.5.0.post1"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xinference
|
|
3
|
-
Version: 1.5.0
|
|
3
|
+
Version: 1.5.0.post1
|
|
4
4
|
Summary: Model Serving Made Easy
|
|
5
5
|
Home-page: https://github.com/xorbitsai/inference
|
|
6
6
|
Author: Qin Xuye
|
|
@@ -261,6 +261,8 @@ Requires-Dist: prometheus_client; extra == "doc"
|
|
|
261
261
|
Requires-Dist: timm; extra == "doc"
|
|
262
262
|
Provides-Extra: benchmark
|
|
263
263
|
Requires-Dist: psutil; extra == "benchmark"
|
|
264
|
+
Provides-Extra: virtualenv
|
|
265
|
+
Requires-Dist: uv; extra == "virtualenv"
|
|
264
266
|
Dynamic: description
|
|
265
267
|
Dynamic: description-content-type
|
|
266
268
|
Dynamic: license-file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
xinference/__init__.py,sha256=nmTTrYbIpj964ZF6ojtgOM7E85JBOj1EyQbmYjbj1jw,915
|
|
2
2
|
xinference/_compat.py,sha256=YF-lS6tX06zkFi2oFS0yq_LBn4hX_8u0Ft0vKxGALwA,4238
|
|
3
|
-
xinference/_version.py,sha256=
|
|
3
|
+
xinference/_version.py,sha256=kH-zuUjm8RFim21mUz4V4oSx0QxYz1Z5ZHgSqvbgrEE,503
|
|
4
4
|
xinference/conftest.py,sha256=ZB7li77s4_H4ZEQpDo2PX-b4zrs8-bIpvh59P_CaSoo,9691
|
|
5
5
|
xinference/constants.py,sha256=tKdiCDPK1ilx-2fg-w_wf8OqTmwzfYOsg8MtqzXxT6I,4125
|
|
6
6
|
xinference/device_utils.py,sha256=ELsqvnjvz9wYthTyQFzKSV4mZsaASz6hj_IsfMmfMWc,4447
|
|
@@ -89,10 +89,10 @@ xinference/model/image/stable_diffusion/core.py,sha256=V3BaASwx8q1YERb4jhhaYEDFi
|
|
|
89
89
|
xinference/model/image/stable_diffusion/mlx.py,sha256=GZsozzGB04NfHAdU9MI6gwWE1t_A-s_Ddn_ic8DlkKQ,7476
|
|
90
90
|
xinference/model/llm/__init__.py,sha256=zcxTHIT0Fn-KJOpfTH6PXIqGBvuQInyPmxf1Su5_uL8,14281
|
|
91
91
|
xinference/model/llm/core.py,sha256=nQ6j-VH9hVypDbrbv84tpZUp9IRM-gGYbCbTYvznEoQ,8740
|
|
92
|
-
xinference/model/llm/llm_family.json,sha256=
|
|
92
|
+
xinference/model/llm/llm_family.json,sha256=z1BnVqqu-YUFwUqWwO6uhNL88M50vLsLCceL0Nue3XI,402947
|
|
93
93
|
xinference/model/llm/llm_family.py,sha256=WXSqCY14TM38HujFU7bhPPGDZ47JRgqPvmFr_bG42Tk,39894
|
|
94
94
|
xinference/model/llm/llm_family_csghub.json,sha256=zMKWbihsxQNVB1u5iKJbZUkbOfQ4IPNq1KQ-8IDPQQA,8759
|
|
95
|
-
xinference/model/llm/llm_family_modelscope.json,sha256=
|
|
95
|
+
xinference/model/llm/llm_family_modelscope.json,sha256=_l9Is2WQY1iR9F-BJz6x4KnpNmQAZPptVhDJsa0gSnQ,336562
|
|
96
96
|
xinference/model/llm/llm_family_openmind_hub.json,sha256=jl9pfbe5DztoxgEwKBxDk1Wd7TziTiJ48_Ie_lJdYjA,67872
|
|
97
97
|
xinference/model/llm/memory.py,sha256=GLNmXBI-AtMbuaJfEf50fnhN4rdbOZjLyT6L_Vjqa5g,10206
|
|
98
98
|
xinference/model/llm/reasoning_parser.py,sha256=Vms1G8I_ujakATjMxBbnWt0e-Zuky86HBqu05T1KiCU,6386
|
|
@@ -15786,9 +15786,9 @@ xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9
|
|
|
15786
15786
|
xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
|
|
15787
15787
|
xinference/web/ui/src/locales/en.json,sha256=yXLbaCDzurwn0YIYjGbThkG9n-G5BPDpf10hndO3gnc,8993
|
|
15788
15788
|
xinference/web/ui/src/locales/zh.json,sha256=smH85pmHLN7Vo3uunNRCo29mJaIkt-xlYYPbXZjlPWQ,8727
|
|
15789
|
-
xinference-1.5.0.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15790
|
-
xinference-1.5.0.dist-info/METADATA,sha256=
|
|
15791
|
-
xinference-1.5.0.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
15792
|
-
xinference-1.5.0.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15793
|
-
xinference-1.5.0.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15794
|
-
xinference-1.5.0.dist-info/RECORD,,
|
|
15789
|
+
xinference-1.5.0.post1.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15790
|
+
xinference-1.5.0.post1.dist-info/METADATA,sha256=ZZFJ0tbki6Ba1ZtjnsAOGpinC0y_ZzAJOkXowuM5YY0,24840
|
|
15791
|
+
xinference-1.5.0.post1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
15792
|
+
xinference-1.5.0.post1.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15793
|
+
xinference-1.5.0.post1.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15794
|
+
xinference-1.5.0.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|