xinference 1.6.0__py3-none-any.whl → 1.6.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-1.6.0.dist-info → xinference-1.6.0.post1.dist-info}/METADATA +11 -11
- {xinference-1.6.0.dist-info → xinference-1.6.0.post1.dist-info}/RECORD +7 -7
- {xinference-1.6.0.dist-info → xinference-1.6.0.post1.dist-info}/WHEEL +0 -0
- {xinference-1.6.0.dist-info → xinference-1.6.0.post1.dist-info}/entry_points.txt +0 -0
- {xinference-1.6.0.dist-info → xinference-1.6.0.post1.dist-info}/licenses/LICENSE +0 -0
- {xinference-1.6.0.dist-info → xinference-1.6.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-05-
|
|
11
|
+
"date": "2025-05-17T15:09:06+0800",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.6.0"
|
|
14
|
+
"full-revisionid": "1adc5d3e5cffb2752cd3e05ca782c4cfe3c0ce57",
|
|
15
|
+
"version": "1.6.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.6.0
|
|
3
|
+
Version: 1.6.0.post1
|
|
4
4
|
Summary: Model Serving Made Easy
|
|
5
5
|
Home-page: https://github.com/xorbitsai/inference
|
|
6
6
|
Author: Qin Xuye
|
|
@@ -89,12 +89,12 @@ Requires-Dist: qwen_omni_utils; extra == "all"
|
|
|
89
89
|
Requires-Dist: datamodel_code_generator; extra == "all"
|
|
90
90
|
Requires-Dist: jsonschema; extra == "all"
|
|
91
91
|
Requires-Dist: blobfile; extra == "all"
|
|
92
|
-
Requires-Dist: vllm>=0.2.6; extra == "all"
|
|
92
|
+
Requires-Dist: vllm>=0.2.6; sys_platform == "linux" and extra == "all"
|
|
93
93
|
Requires-Dist: sglang[srt]>=0.4.2.post4; sys_platform == "linux" and extra == "all"
|
|
94
|
-
Requires-Dist: mlx-lm>=0.21.5; extra == "all"
|
|
95
|
-
Requires-Dist: mlx-vlm>=0.1.11; extra == "all"
|
|
96
|
-
Requires-Dist: mlx-whisper; extra == "all"
|
|
97
|
-
Requires-Dist: f5-tts-mlx; extra == "all"
|
|
94
|
+
Requires-Dist: mlx-lm>=0.21.5; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
|
|
95
|
+
Requires-Dist: mlx-vlm>=0.1.11; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
|
|
96
|
+
Requires-Dist: mlx-whisper; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
|
|
97
|
+
Requires-Dist: f5-tts-mlx; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "all"
|
|
98
98
|
Requires-Dist: qwen_vl_utils!=0.0.9; extra == "all"
|
|
99
99
|
Requires-Dist: tomli; extra == "all"
|
|
100
100
|
Requires-Dist: sentence-transformers>=3.1.0; extra == "all"
|
|
@@ -192,14 +192,14 @@ Requires-Dist: bitsandbytes; sys_platform == "linux" and extra == "transformers-
|
|
|
192
192
|
Requires-Dist: gptqmodel; extra == "transformers-quantization"
|
|
193
193
|
Requires-Dist: autoawq!=0.2.6; sys_platform != "darwin" and extra == "transformers-quantization"
|
|
194
194
|
Provides-Extra: vllm
|
|
195
|
-
Requires-Dist: vllm>=0.2.6; extra == "vllm"
|
|
195
|
+
Requires-Dist: vllm>=0.2.6; sys_platform == "linux" and extra == "vllm"
|
|
196
196
|
Provides-Extra: sglang
|
|
197
197
|
Requires-Dist: sglang[srt]>=0.4.2.post4; sys_platform == "linux" and extra == "sglang"
|
|
198
198
|
Provides-Extra: mlx
|
|
199
|
-
Requires-Dist: mlx-lm>=0.21.5; extra == "mlx"
|
|
200
|
-
Requires-Dist: mlx-vlm>=0.1.11; extra == "mlx"
|
|
201
|
-
Requires-Dist: mlx-whisper; extra == "mlx"
|
|
202
|
-
Requires-Dist: f5-tts-mlx; extra == "mlx"
|
|
199
|
+
Requires-Dist: mlx-lm>=0.21.5; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "mlx"
|
|
200
|
+
Requires-Dist: mlx-vlm>=0.1.11; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "mlx"
|
|
201
|
+
Requires-Dist: mlx-whisper; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "mlx"
|
|
202
|
+
Requires-Dist: f5-tts-mlx; (sys_platform == "darwin" and platform_machine == "arm64") and extra == "mlx"
|
|
203
203
|
Requires-Dist: qwen_vl_utils!=0.0.9; extra == "mlx"
|
|
204
204
|
Requires-Dist: tomli; extra == "mlx"
|
|
205
205
|
Provides-Extra: embedding
|
|
@@ -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=tW-4RTNGQ7cv_MFJneeHjNCu_V0bTSr4DiDotS_YdfQ,503
|
|
4
4
|
xinference/conftest.py,sha256=ZB7li77s4_H4ZEQpDo2PX-b4zrs8-bIpvh59P_CaSoo,9691
|
|
5
5
|
xinference/constants.py,sha256=-QqMRJo1MvTgnLmRZLF3DVj3PMXUzg1rV-XIsuN_nGI,4319
|
|
6
6
|
xinference/device_utils.py,sha256=ELsqvnjvz9wYthTyQFzKSV4mZsaASz6hj_IsfMmfMWc,4447
|
|
@@ -15785,9 +15785,9 @@ xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9
|
|
|
15785
15785
|
xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
|
|
15786
15786
|
xinference/web/ui/src/locales/en.json,sha256=ue1A_MrBJs6kxQkCDajqQoiZAozS41zNq5Us-KhdI2A,9181
|
|
15787
15787
|
xinference/web/ui/src/locales/zh.json,sha256=cz-vYznol3gMRIJxSMdFJQeqSiNMelBum5dn6f06ISA,8882
|
|
15788
|
-
xinference-1.6.0.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15789
|
-
xinference-1.6.0.dist-info/METADATA,sha256=
|
|
15790
|
-
xinference-1.6.0.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
15791
|
-
xinference-1.6.0.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15792
|
-
xinference-1.6.0.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15793
|
-
xinference-1.6.0.dist-info/RECORD,,
|
|
15788
|
+
xinference-1.6.0.post1.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15789
|
+
xinference-1.6.0.post1.dist-info/METADATA,sha256=5slGQ89B1lpuzn1HwEZEvfP03Hdb9Z75ZiGpWOxxZlc,25984
|
|
15790
|
+
xinference-1.6.0.post1.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
15791
|
+
xinference-1.6.0.post1.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15792
|
+
xinference-1.6.0.post1.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15793
|
+
xinference-1.6.0.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|