xinference 1.8.1rc1__py3-none-any.whl → 1.9.1__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/api/restful_api.py +2 -1
- xinference/core/model.py +8 -4
- xinference/core/supervisor.py +2 -3
- xinference/core/worker.py +7 -5
- xinference/deploy/cmdline.py +2 -0
- xinference/deploy/local.py +5 -0
- xinference/deploy/test/test_cmdline.py +1 -1
- xinference/deploy/worker.py +6 -0
- xinference/model/audio/cosyvoice.py +0 -1
- xinference/model/audio/model_spec.json +44 -20
- xinference/model/core.py +3 -0
- xinference/model/embedding/flag/core.py +5 -0
- xinference/model/embedding/llama_cpp/core.py +22 -19
- xinference/model/embedding/sentence_transformers/core.py +18 -4
- xinference/model/embedding/vllm/core.py +36 -9
- xinference/model/image/cache_manager.py +56 -0
- xinference/model/image/core.py +9 -0
- xinference/model/image/model_spec.json +178 -1
- xinference/model/image/stable_diffusion/core.py +155 -23
- xinference/model/llm/cache_manager.py +17 -3
- xinference/model/llm/harmony.py +245 -0
- xinference/model/llm/llama_cpp/core.py +41 -40
- xinference/model/llm/llm_family.json +688 -11
- xinference/model/llm/llm_family.py +1 -1
- xinference/model/llm/sglang/core.py +108 -5
- xinference/model/llm/transformers/core.py +20 -18
- xinference/model/llm/transformers/gemma3.py +1 -1
- xinference/model/llm/transformers/gpt_oss.py +91 -0
- xinference/model/llm/transformers/multimodal/core.py +1 -1
- xinference/model/llm/transformers/multimodal/gemma3.py +1 -1
- xinference/model/llm/transformers/multimodal/glm4_1v.py +2 -2
- xinference/model/llm/transformers/multimodal/ovis2.py +1 -1
- xinference/model/llm/transformers/multimodal/qwen-omni.py +7 -8
- xinference/model/llm/transformers/multimodal/qwen2_vl.py +9 -6
- xinference/model/llm/transformers/utils.py +1 -33
- xinference/model/llm/utils.py +61 -7
- xinference/model/llm/vllm/core.py +44 -8
- xinference/model/rerank/__init__.py +66 -23
- xinference/model/rerank/cache_manager.py +35 -0
- xinference/model/rerank/core.py +87 -339
- xinference/model/rerank/custom.py +33 -8
- xinference/model/rerank/model_spec.json +251 -212
- xinference/model/rerank/rerank_family.py +137 -0
- xinference/model/rerank/sentence_transformers/__init__.py +13 -0
- xinference/model/rerank/sentence_transformers/core.py +337 -0
- xinference/model/rerank/vllm/__init__.py +13 -0
- xinference/model/rerank/vllm/core.py +156 -0
- xinference/model/utils.py +108 -0
- xinference/model/video/model_spec.json +95 -1
- xinference/thirdparty/cosyvoice/bin/export_jit.py +3 -4
- xinference/thirdparty/cosyvoice/bin/export_onnx.py +49 -126
- xinference/thirdparty/cosyvoice/bin/{inference.py → inference_deprecated.py} +1 -0
- xinference/thirdparty/cosyvoice/bin/train.py +23 -3
- xinference/thirdparty/cosyvoice/cli/cosyvoice.py +8 -4
- xinference/thirdparty/cosyvoice/cli/frontend.py +4 -4
- xinference/thirdparty/cosyvoice/cli/model.py +53 -75
- xinference/thirdparty/cosyvoice/dataset/dataset.py +5 -18
- xinference/thirdparty/cosyvoice/dataset/processor.py +24 -25
- xinference/thirdparty/cosyvoice/flow/decoder.py +24 -433
- xinference/thirdparty/cosyvoice/flow/flow.py +6 -14
- xinference/thirdparty/cosyvoice/flow/flow_matching.py +33 -145
- xinference/thirdparty/cosyvoice/hifigan/generator.py +169 -1
- xinference/thirdparty/cosyvoice/llm/llm.py +108 -17
- xinference/thirdparty/cosyvoice/transformer/upsample_encoder.py +14 -115
- xinference/thirdparty/cosyvoice/utils/common.py +20 -0
- xinference/thirdparty/cosyvoice/utils/executor.py +8 -4
- xinference/thirdparty/cosyvoice/utils/file_utils.py +45 -1
- xinference/thirdparty/cosyvoice/utils/losses.py +37 -0
- xinference/thirdparty/cosyvoice/utils/mask.py +35 -1
- xinference/thirdparty/cosyvoice/utils/train_utils.py +24 -6
- xinference/thirdparty/cosyvoice/vllm/cosyvoice2.py +103 -0
- xinference/types.py +2 -0
- xinference/ui/gradio/chat_interface.py +2 -0
- xinference/ui/gradio/media_interface.py +353 -7
- xinference/ui/web/ui/build/asset-manifest.json +3 -3
- xinference/ui/web/ui/build/index.html +1 -1
- xinference/ui/web/ui/build/static/js/main.1086c759.js +3 -0
- xinference/ui/web/ui/build/static/js/main.1086c759.js.map +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/28012da921a51f1082549956d3ae82acd769a754b22afda9acddd98a4daf9ea4.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/3c5758bd12fa334294b1de0ff6b1a4bac8d963c45472eab9dc3e530d82aa6b3f.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/475936ebe725eca62a6f52ce182c06a19b2cef4df9545a05ed0591ee0c539d43.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8cd408ccfbe115acef27ccfa5b233da8597131a2a5712add13e1e4d5d4504b.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/a3eb18af328280b139693c9092dff2a0ef8c9a967e6c8956ceee0996611f1984.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/aee5aaba26f2b1e816a3ea9efa68bad8b95695a3d80adcfd8dd57a7bb17ac71a.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/d5c224be7081f18cba1678b7874a9782eba895df004874ff8f243f94ba79942a.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/f7f18bfb539b036a6a342176dd98a85df5057a884a8da978d679f2a0264883d0.json +1 -0
- xinference/ui/web/ui/src/locales/en.json +2 -0
- xinference/ui/web/ui/src/locales/ja.json +2 -0
- xinference/ui/web/ui/src/locales/ko.json +2 -0
- xinference/ui/web/ui/src/locales/zh.json +2 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.1.dist-info}/METADATA +15 -10
- {xinference-1.8.1rc1.dist-info → xinference-1.9.1.dist-info}/RECORD +98 -89
- xinference/ui/web/ui/build/static/js/main.b969199a.js +0 -3
- xinference/ui/web/ui/build/static/js/main.b969199a.js.map +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/1409a96b9f9f9f5de99a89ab0f738f6da62b449521b0a8d3e4efcf7f5c23534d.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/3d2a89f0eccc1f90fc5036c9a1d587c2120e6a6b128aae31d1db7d6bad52722b.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/43b889c3a8e2634092ade463d52481c7c5581c72ded8f23bc5f012ea0ef8cea5.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/5d47532fb42128280d87f57c8a0b02bc1930f7ef764aa7e90579247df18bba83.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/830882bb275468a969614824a9ab8983f874b4581f2eb625e9c66426cdc65e5b.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/8e5cb82c2ff3299c6a44563fe6b1c5515c9750613c51bb63abee0b1d70fc5019.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/9df08abcb5a7c1e48a4eb25c5d5f5d7253ea6854a4397e6d74d1fd75a14acda1.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/b99034986a06445701accc7a4914bb9320947435e8d4e15793392ca4f679316c.json +0 -1
- /xinference/ui/web/ui/build/static/js/{main.b969199a.js.LICENSE.txt → main.1086c759.js.LICENSE.txt} +0 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.1.dist-info}/WHEEL +0 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.1.dist-info}/entry_points.txt +0 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.1.dist-info}/licenses/LICENSE +0 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
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=6_x_pxOSXblLpDA4uTiOqGAId7aIL16mW_MYzD04Vms,497
|
|
4
4
|
xinference/conftest.py,sha256=vETDpRBVIlWbWi7OTwf7og89U25KyYGyI7yPIB3O8N8,9564
|
|
5
5
|
xinference/constants.py,sha256=HiQr-_L39O4_GNPQbbUGwi5YYSJN_vI9WVSvJhZMmDU,5000
|
|
6
6
|
xinference/device_utils.py,sha256=vt3GpNNfEfuJzXPb49bUnADyM2r4SqgG03ODiJO86sA,4953
|
|
7
7
|
xinference/fields.py,sha256=FaL9-jXDkn6kwupCmo-F6hh2JvMPJJzRWSUB1NKuhKc,5352
|
|
8
8
|
xinference/isolation.py,sha256=gTU1em5fxg1m-7hxieWBMZvVkXZX4GZYmeT7XxXsYrU,2699
|
|
9
|
-
xinference/types.py,sha256=
|
|
9
|
+
xinference/types.py,sha256=uRCkC6yHyYWe5mgLpwyGuAeDnkCZa9ScGvWE8WiRGjI,11789
|
|
10
10
|
xinference/utils.py,sha256=xMuOg3LZhTUf7inEhm-HmXCIoly0pHaWtMKMnnf8XGk,2273
|
|
11
11
|
xinference/api/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
12
|
-
xinference/api/restful_api.py,sha256=
|
|
12
|
+
xinference/api/restful_api.py,sha256=ws77VtNtxzWbeogTH2mmNHaeFmMqqnnS41afjahmyL8,102642
|
|
13
13
|
xinference/api/oauth2/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
14
14
|
xinference/api/oauth2/auth_service.py,sha256=74JzB42fbbmBu4Q1dW3A9Fp_N7167KgRGB42Z0NHjAM,6119
|
|
15
15
|
xinference/api/oauth2/types.py,sha256=K923sv_XySIUtM2Eozl9IG082IJcDOS5SFLrPZ5ELBg,996
|
|
@@ -24,30 +24,30 @@ xinference/core/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,5
|
|
|
24
24
|
xinference/core/cache_tracker.py,sha256=3ubjYCU5aZToSp2GEuzedECVrg-PR4kThTefrFUkb9g,6971
|
|
25
25
|
xinference/core/event.py,sha256=42F38H2WOl6aPxp2oxX6WNxHRRxbnvYRmbt4Ar7NP4U,1640
|
|
26
26
|
xinference/core/metrics.py,sha256=ScmTG15Uq3h_ob72ybZSMWdnk8P4sUZFcm60f4ikSXc,2631
|
|
27
|
-
xinference/core/model.py,sha256=
|
|
27
|
+
xinference/core/model.py,sha256=9go5zbuDZ7MvUvymdp4cgX65K1LgxUw-xggZ04eBSfc,39660
|
|
28
28
|
xinference/core/progress_tracker.py,sha256=CNCc1ZVscvp-JJznPTYJDPuis7ya6ZothZUIalDcxDo,6798
|
|
29
29
|
xinference/core/resource.py,sha256=aTV89dmuKxw5JnwQglRkA2Wxu1EBLM5WjmLxITSXYgs,1808
|
|
30
30
|
xinference/core/status_guard.py,sha256=VLhyqpobdclfyzcROqf4bmGDiKpuHllto316X3Z6Hrc,2860
|
|
31
|
-
xinference/core/supervisor.py,sha256=
|
|
31
|
+
xinference/core/supervisor.py,sha256=CjZJQBZQ4P3M5BDdt6Fnwr6HqbBwnfrDpsrSOrdfz6U,74442
|
|
32
32
|
xinference/core/utils.py,sha256=VgcvxpTr2Q8am3MoHp7JPjC7jLYlKX2kLVdBo2Q_fRo,10430
|
|
33
|
-
xinference/core/worker.py,sha256=
|
|
33
|
+
xinference/core/worker.py,sha256=_t2T7xd_47-y4A2i62uZkV4pDpYJebVFqE8eu_PrcLQ,62252
|
|
34
34
|
xinference/deploy/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
35
|
-
xinference/deploy/cmdline.py,sha256=
|
|
36
|
-
xinference/deploy/local.py,sha256=
|
|
35
|
+
xinference/deploy/cmdline.py,sha256=FevYMJj44eLGw2TFho5caJ-0iDdJf0tXpiZDMfFNb9o,52334
|
|
36
|
+
xinference/deploy/local.py,sha256=c0NdvmmDYB-CDxXR8cZCcLGje42u92XYcqEhrEVjXa4,5541
|
|
37
37
|
xinference/deploy/supervisor.py,sha256=68rB2Ey5KFeF6zto9YGbw3P8QLZmF_KSh1NwH_pNP4w,2986
|
|
38
38
|
xinference/deploy/utils.py,sha256=gEU7mXID00bbi7PxE7iqJePpLhwvzjmgAHsEErKddp8,6623
|
|
39
|
-
xinference/deploy/worker.py,sha256=
|
|
39
|
+
xinference/deploy/worker.py,sha256=qrvyuEuC-pkMZZ5Uj4032JQofXzlb9xl-Wwei8IbFY4,3240
|
|
40
40
|
xinference/deploy/test/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
41
|
-
xinference/deploy/test/test_cmdline.py,sha256=
|
|
41
|
+
xinference/deploy/test/test_cmdline.py,sha256=eRJWyHRDtlzESSQNzBJGnCvlkp4IAfkZWXVV6UIvzew,9748
|
|
42
42
|
xinference/model/__init__.py,sha256=bCEwvKjoazBW8QZ5C5Hpfd5v_VTbWpXvo8IB9d4Qs70,1127
|
|
43
43
|
xinference/model/cache_manager.py,sha256=hdswFBO-ncoahTxMZ7afPlHb_SENmU_M8Oa74axkwhs,5004
|
|
44
|
-
xinference/model/core.py,sha256=
|
|
44
|
+
xinference/model/core.py,sha256=TQA-euW2RlImm5Q-x2ryZWMNITiBRRxllhtSQdXvPxk,4212
|
|
45
45
|
xinference/model/custom.py,sha256=byW3aBEUAaWPS9jAyEoabZ0ktRGJixSyyuDb6Dp-OOo,6542
|
|
46
|
-
xinference/model/utils.py,sha256=
|
|
46
|
+
xinference/model/utils.py,sha256=pH6yhCJnDoakJMcWXgQ8jL9_59OVJEx90q1Oox-hXyE,20630
|
|
47
47
|
xinference/model/audio/__init__.py,sha256=RPf_feWYEh_BfMmwRkehIOBK5vUx6AadMHXp1d6EAk4,3473
|
|
48
48
|
xinference/model/audio/chattts.py,sha256=LmwD-X1XFKhVwA5ruqEQJ7VOiHIVwMuJrL7cH82poNE,4154
|
|
49
49
|
xinference/model/audio/core.py,sha256=oCy_a216F8iR_76ckMp7PFwMmE002iSRqemy52Gg864,6574
|
|
50
|
-
xinference/model/audio/cosyvoice.py,sha256=
|
|
50
|
+
xinference/model/audio/cosyvoice.py,sha256=opy0EK6ePS966Jy2CjjR1jEB30a4pKbYJbXnqC7jPQ4,7221
|
|
51
51
|
xinference/model/audio/custom.py,sha256=UqiXQ1N9kDfcNOCxUmYnmS_kHOIVrrJvJrpUitAydCw,3107
|
|
52
52
|
xinference/model/audio/f5tts.py,sha256=if2IxLKurIfIbLzSmeOtqFG3xoVEQ_Ax_GK7eYCVl28,6848
|
|
53
53
|
xinference/model/audio/f5tts_mlx.py,sha256=RXtP5MPm8ewMt4mPbpu93QmEPAWecM_dC_aHCz0_uzY,8566
|
|
@@ -57,7 +57,7 @@ xinference/model/audio/kokoro.py,sha256=lt9S6edUjkMo2whO2xzYOhRH2Z-ZXCWVtwfGHq_i
|
|
|
57
57
|
xinference/model/audio/kokoro_mlx.py,sha256=9ZkJsz4wvFpVmpMTi8BEn10ICx7lev5ezpoBPLvSQTk,3475
|
|
58
58
|
xinference/model/audio/megatts.py,sha256=K2n-EfJHbyv3qC0tlnhm68Q2zZDVkgHAlQpHrf3s2pU,3408
|
|
59
59
|
xinference/model/audio/melotts.py,sha256=n3jKYKeoXwHlQrocSUdS_Wry6ATVXKwZyXrJpePvJU4,3532
|
|
60
|
-
xinference/model/audio/model_spec.json,sha256=
|
|
60
|
+
xinference/model/audio/model_spec.json,sha256=dNz-S4w_VcXm8T8BadEFi7KaymzlhwbNave0Z4iwX7c,21882
|
|
61
61
|
xinference/model/audio/utils.py,sha256=DveA9EW3hZAlaYcGZ00AewacC631bcynwjH9fcfvPJc,4261
|
|
62
62
|
xinference/model/audio/whisper.py,sha256=kgzZOGzGDC8odM_syKY0eEP7f1BvMSxOP2quZsFoBVM,9097
|
|
63
63
|
xinference/model/audio/whisper_mlx.py,sha256=DIOTrBh-LVT_dzySjV7ax-J5lgTXg0-Cqvbq9ctHD7o,7276
|
|
@@ -68,13 +68,13 @@ xinference/model/embedding/custom.py,sha256=CmxoTGH2KP5YjaP9UelRZiXk4VnQoUEWwn3T
|
|
|
68
68
|
xinference/model/embedding/embed_family.py,sha256=trYpZt-1z6WzTU5U5zxwU_-vKxeSQ0QMXYB5rz6BOOk,5556
|
|
69
69
|
xinference/model/embedding/model_spec.json,sha256=b06nvkWxP7mlGtIdsmVQl7rtldaUNQPwwirIyCWp70U,27544
|
|
70
70
|
xinference/model/embedding/flag/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
71
|
-
xinference/model/embedding/flag/core.py,sha256=
|
|
71
|
+
xinference/model/embedding/flag/core.py,sha256=n84TMXGWZT8TOIbo7DDllDmKWL6qPblPgikeCbVlb6I,11440
|
|
72
72
|
xinference/model/embedding/llama_cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
|
-
xinference/model/embedding/llama_cpp/core.py,sha256=
|
|
73
|
+
xinference/model/embedding/llama_cpp/core.py,sha256=Hipbs9mFM2iyev2oqf5bQnREYZbbzmp3J7OndQDGz3E,9084
|
|
74
74
|
xinference/model/embedding/sentence_transformers/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
75
|
-
xinference/model/embedding/sentence_transformers/core.py,sha256=
|
|
75
|
+
xinference/model/embedding/sentence_transformers/core.py,sha256=GSy--In3Fetsb7Nrdi-qwht0h0lch5sX84GOq5IPkq4,18078
|
|
76
76
|
xinference/model/embedding/vllm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
|
-
xinference/model/embedding/vllm/core.py,sha256=
|
|
77
|
+
xinference/model/embedding/vllm/core.py,sha256=HDGG4FWOAVwKNy7IiHqfA7-R4dtmTTyfwyAv5BArCec,6601
|
|
78
78
|
xinference/model/flexible/__init__.py,sha256=ASs6q89T6X5oTj1uAYmahpRNnUVntC5d5HEuox1U3xw,1887
|
|
79
79
|
xinference/model/flexible/core.py,sha256=DCCnZ3oaZJVFxOVZilBI26yC9rNM7B6te87vbOk_U8o,4031
|
|
80
80
|
xinference/model/flexible/custom.py,sha256=EhZ2voduhM-_M3S4R0SwsuKFzS6FUXyNxS3RkqnQZjQ,2216
|
|
@@ -85,10 +85,10 @@ xinference/model/flexible/launchers/modelscope_launcher.py,sha256=mpp9BSSeLmoFgR
|
|
|
85
85
|
xinference/model/flexible/launchers/transformers_launcher.py,sha256=RNksbNu9TmMMzDp2MBV2SN2cLHFg0CtO6UvKooVBriI,2269
|
|
86
86
|
xinference/model/flexible/launchers/yolo_launcher.py,sha256=BRLhxzO8r3aruQLgDxjS94bKz3u0x9eo9fJsfKI6Bqk,2016
|
|
87
87
|
xinference/model/image/__init__.py,sha256=X43XSNSbQrVlU82jgKxrX965o6uGO-GPMvLvyb0GF2U,2957
|
|
88
|
-
xinference/model/image/cache_manager.py,sha256=
|
|
89
|
-
xinference/model/image/core.py,sha256=
|
|
88
|
+
xinference/model/image/cache_manager.py,sha256=Ccc0SRWdq8qiLhrRwh4LYZLiHZ6ywQTEz6VdyFHnE2Y,4700
|
|
89
|
+
xinference/model/image/core.py,sha256=0JD_91jl1Q0yxu3_H7S2dQjR3eHKfM6a6jjzp1LQZME,9515
|
|
90
90
|
xinference/model/image/custom.py,sha256=THn9AZUdPtV0BmMO1tUTpMEXBQkzfle8p5685ZYcqek,1969
|
|
91
|
-
xinference/model/image/model_spec.json,sha256
|
|
91
|
+
xinference/model/image/model_spec.json,sha256=3M61MIokz9Qbtof74wwx9-lff1Gae9rViF2ZL23HUCE,22348
|
|
92
92
|
xinference/model/image/sdapi.py,sha256=Xgdtnvw4Xwj1Nc0cBoDo_ogH6E2mFJqLvX0jSxxgdnA,5936
|
|
93
93
|
xinference/model/image/utils.py,sha256=wXqZRHqn11qERJKfYkK4nDSNanjNXsg1xaG2nVAs01Y,2344
|
|
94
94
|
xinference/model/image/ocr/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
@@ -96,19 +96,20 @@ xinference/model/image/ocr/got_ocr2.py,sha256=-eu4-tnt5wMh1WKuEIoaN9tlxdCvbOPhhn
|
|
|
96
96
|
xinference/model/image/scheduler/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
|
|
97
97
|
xinference/model/image/scheduler/flux.py,sha256=_l9XWYHfZMO5W9hLCuE9YGRuHN5F1pCE1-W1BqXCnRI,18833
|
|
98
98
|
xinference/model/image/stable_diffusion/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
99
|
-
xinference/model/image/stable_diffusion/core.py,sha256=
|
|
99
|
+
xinference/model/image/stable_diffusion/core.py,sha256=gr39tURTzw5OvrhcygI5YnrXLlbZ8U1AX8wnSSfXDfA,35630
|
|
100
100
|
xinference/model/image/stable_diffusion/mlx.py,sha256=caWbXNAvGIbg6FvG1M6BFFXzsPUltI2Fhhu-lpMPirY,7487
|
|
101
101
|
xinference/model/llm/__init__.py,sha256=cZ5ckp_dye6ftr5iC_f31rTkKbE3AWEZOCbD0hzy39k,8842
|
|
102
|
-
xinference/model/llm/cache_manager.py,sha256=
|
|
102
|
+
xinference/model/llm/cache_manager.py,sha256=7Ult1h8JCcwd05g95Kwm3j7qIaaK3phyW9LQNAzrHmY,11253
|
|
103
103
|
xinference/model/llm/core.py,sha256=c9vveVxSZhyd8H6zXJSrZgET98V8-D-xDtBNl2x_j3U,8852
|
|
104
104
|
xinference/model/llm/custom.py,sha256=uRJGWICXvaAKKnVYM7gyWO9e_x6jzz9dWZWH92UWpAE,2761
|
|
105
|
-
xinference/model/llm/
|
|
106
|
-
xinference/model/llm/llm_family.
|
|
105
|
+
xinference/model/llm/harmony.py,sha256=E1KqpFn2lz9uxegbpnrYqQAL1Gx8BfBVB8gyiblWccg,9900
|
|
106
|
+
xinference/model/llm/llm_family.json,sha256=SPSEgM8gePf_N5hTt9Yq84rn3GhirMgWWywUTWl5sFc,773987
|
|
107
|
+
xinference/model/llm/llm_family.py,sha256=tAvZTQXEoI_TDGBrxXy65UHgWWznB2yu4Ihbrh4PS6I,21350
|
|
107
108
|
xinference/model/llm/memory.py,sha256=y8fBjIGd6zIPkgIxGtjakD7GPLW3VoM4m6x1UBM6IKs,10144
|
|
108
109
|
xinference/model/llm/reasoning_parser.py,sha256=sk5KuteBMGK0A0-ooq3nB9scP1SS8WxWS_b5OYiDD68,17449
|
|
109
|
-
xinference/model/llm/utils.py,sha256=
|
|
110
|
+
xinference/model/llm/utils.py,sha256=cLGu7lw-kpmStBL5ZLGafvEnvzueYY4shDZgcgbM2ns,38915
|
|
110
111
|
xinference/model/llm/llama_cpp/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
111
|
-
xinference/model/llm/llama_cpp/core.py,sha256=
|
|
112
|
+
xinference/model/llm/llama_cpp/core.py,sha256=nPE2tsvX2vKNaFwe2SQvJTvJ8rYf9pIc8i4fMJAZuHQ,14031
|
|
112
113
|
xinference/model/llm/lmdeploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
113
114
|
xinference/model/llm/lmdeploy/core.py,sha256=DAUHO1AxPA10C7zovxXQe8Qr8yPF1PqyHKAUkrFbI_k,19895
|
|
114
115
|
xinference/model/llm/mlx/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
@@ -120,30 +121,31 @@ xinference/model/llm/mlx/distributed_models/qwen2.py,sha256=B7YifMQqDujnrxCnjJZb
|
|
|
120
121
|
xinference/model/llm/mlx/distributed_models/qwen3.py,sha256=mconllhlTKOY96UP6Y9G3kBppSbP5kYCcziDeBEdtVY,2586
|
|
121
122
|
xinference/model/llm/mlx/distributed_models/qwen3_moe.py,sha256=_d__HWDYfL1wAUAa-0xWiszLC6AYkGLQ5eTVtsi5Pc4,2380
|
|
122
123
|
xinference/model/llm/sglang/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
|
|
123
|
-
xinference/model/llm/sglang/core.py,sha256=
|
|
124
|
+
xinference/model/llm/sglang/core.py,sha256=ulyJ-PNJHzCa_tyPr5paVoG39KnNryuswNNlrFRu3MU,31241
|
|
124
125
|
xinference/model/llm/transformers/__init__.py,sha256=_4hQ7BvHNE4WAyzNcTB0_iY5mBcaPGTkLvQcWiylBoI,1724
|
|
125
126
|
xinference/model/llm/transformers/chatglm.py,sha256=ovDSYZet7bdqloO_WXaH9a6Rv6FyQ_BrY5dkejqvyBc,22953
|
|
126
|
-
xinference/model/llm/transformers/core.py,sha256=
|
|
127
|
+
xinference/model/llm/transformers/core.py,sha256=ZbcpGLr2oWGi7B2aXYg1uKTEjAbuO1-NYkCIMNmMpHw,40085
|
|
127
128
|
xinference/model/llm/transformers/deepseek_v2.py,sha256=4LB_grDfdaXBCdTwduqpWFrYoeKsMnBERWTxcNl7EfA,2624
|
|
128
|
-
xinference/model/llm/transformers/gemma3.py,sha256=
|
|
129
|
+
xinference/model/llm/transformers/gemma3.py,sha256=oH5SwLM7aX-8zMPO7918x2BKDZGJgeFdZ5FduHiDDQI,5490
|
|
130
|
+
xinference/model/llm/transformers/gpt_oss.py,sha256=uPO0WsDlxxd9KY3mlldyZyQIcogPk-rDxL-LHbIgSuc,3386
|
|
129
131
|
xinference/model/llm/transformers/opt.py,sha256=6hRIKfxYxC0VH2Qb_-K_sg9RZH0d7Ru3Dbt5ye39Iec,2433
|
|
130
132
|
xinference/model/llm/transformers/tensorizer_utils.py,sha256=VXSYbPZtCbd8lVvsnjDLPZjfCMil67Pkywd_Ze4dTx4,11362
|
|
131
|
-
xinference/model/llm/transformers/utils.py,sha256=
|
|
133
|
+
xinference/model/llm/transformers/utils.py,sha256=myajzF9M6L2JZPYH9aYF2lT916oa90Lzwht1eX2cL4w,18290
|
|
132
134
|
xinference/model/llm/transformers/multimodal/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
133
135
|
xinference/model/llm/transformers/multimodal/cogagent.py,sha256=UcFYE7bsg8llzNFfJyhHnNAmjG0QN_vhX_e_ThxA3mg,8975
|
|
134
|
-
xinference/model/llm/transformers/multimodal/core.py,sha256=
|
|
136
|
+
xinference/model/llm/transformers/multimodal/core.py,sha256=XHixAKhO8CpsCpGjfkPbnnAgX5nGA89T0BH3xr7YA0I,6984
|
|
135
137
|
xinference/model/llm/transformers/multimodal/deepseek_vl2.py,sha256=fTVCb_JxlPlLEFU5-6UQDigplC8sdpPwAWBiLqbOxpM,8761
|
|
136
|
-
xinference/model/llm/transformers/multimodal/gemma3.py,sha256=
|
|
137
|
-
xinference/model/llm/transformers/multimodal/glm4_1v.py,sha256=
|
|
138
|
+
xinference/model/llm/transformers/multimodal/gemma3.py,sha256=0yQ3T5AzydG_QcxvWs4rp3_NwB6BaQvKG19YzuvLhgQ,4226
|
|
139
|
+
xinference/model/llm/transformers/multimodal/glm4_1v.py,sha256=kg2Wz8r4IRVQyUMNLL-fRono9itn8t2FxkbVNrNikOY,6010
|
|
138
140
|
xinference/model/llm/transformers/multimodal/glm4v.py,sha256=Rl1cCcMzG1nPT8tO--q03-l-vJfeSPbI-BOLHVryTNE,11670
|
|
139
141
|
xinference/model/llm/transformers/multimodal/intern_vl.py,sha256=jzHxcryQIBAUChLK4Ou8x2qUGGE7ryZsqcSC5zPsR0w,15761
|
|
140
142
|
xinference/model/llm/transformers/multimodal/minicpmv26.py,sha256=p2amIpc5i05XbpCiS6iYh-qODh4rCR-dVg3xiNQmSCg,12950
|
|
141
|
-
xinference/model/llm/transformers/multimodal/ovis2.py,sha256=
|
|
142
|
-
xinference/model/llm/transformers/multimodal/qwen-omni.py,sha256=
|
|
143
|
+
xinference/model/llm/transformers/multimodal/ovis2.py,sha256=ASGfKX4LXwjSNaSLfv7YTFYYlS3uVJ7-Ehq34WFKJuA,8912
|
|
144
|
+
xinference/model/llm/transformers/multimodal/qwen-omni.py,sha256=tEZZAsnQssinF4scVDpggWkdX9-fzYSn_S7ADN55ov8,8169
|
|
143
145
|
xinference/model/llm/transformers/multimodal/qwen2_audio.py,sha256=wFzyTyNvSfTKA4opMeYHT4m4SpmAbcUfvkc16Bf4FRA,4680
|
|
144
|
-
xinference/model/llm/transformers/multimodal/qwen2_vl.py,sha256=
|
|
146
|
+
xinference/model/llm/transformers/multimodal/qwen2_vl.py,sha256=b_gm_g2-seFpTB68-G3n_k2JKQqBxZa8KOg2STJPB7U,8594
|
|
145
147
|
xinference/model/llm/vllm/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
146
|
-
xinference/model/llm/vllm/core.py,sha256=
|
|
148
|
+
xinference/model/llm/vllm/core.py,sha256=ol8vFPL85lOOc1u-_UzDxspnwI8bJKgnHi2aro2rCH4,61618
|
|
147
149
|
xinference/model/llm/vllm/distributed_executor.py,sha256=8bFU4JSgvbBTrhGZhsANfMUX4DR6es1zw-cljVLkTBw,14125
|
|
148
150
|
xinference/model/llm/vllm/utils.py,sha256=LKOmwfFRrlSecawxT-uE39tC2RQbf1UIiSH9Uz90X6w,1313
|
|
149
151
|
xinference/model/llm/vllm/xavier/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
@@ -159,11 +161,17 @@ xinference/model/llm/vllm/xavier/scheduler.py,sha256=LK24oXYAA2yWORmTH5joU1UYvd_
|
|
|
159
161
|
xinference/model/llm/vllm/xavier/transfer.py,sha256=Na3W1kflqj_cg0Ea6laFW7wJgRfFM5JKa3hhFhMa6s8,11367
|
|
160
162
|
xinference/model/llm/vllm/xavier/test/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
161
163
|
xinference/model/llm/vllm/xavier/test/test_xavier.py,sha256=lSfo4caaLdWRh0diJ1jd_sY85GV-_9BT40ySs_nirJQ,4695
|
|
162
|
-
xinference/model/rerank/__init__.py,sha256=
|
|
163
|
-
xinference/model/rerank/
|
|
164
|
-
xinference/model/rerank/
|
|
165
|
-
xinference/model/rerank/
|
|
164
|
+
xinference/model/rerank/__init__.py,sha256=6Fnqhno88H72F6UVcmk7Ebi8bN3ZCRL7Zkv0MkHyvFU,5010
|
|
165
|
+
xinference/model/rerank/cache_manager.py,sha256=NFc5GlswraktwJwO1QxC5ckkLj5pN_9Zd29eoGc5PHk,1275
|
|
166
|
+
xinference/model/rerank/core.py,sha256=FOJvT1-lM2DvSeSOvfD82pcpidq4FKuFNZuP28T80rY,6753
|
|
167
|
+
xinference/model/rerank/custom.py,sha256=7j583DeslLA-8jNSzJb9KGM7wcTRR1y_af9aJ9sQn4Q,2942
|
|
168
|
+
xinference/model/rerank/model_spec.json,sha256=OBrVUwq5vhKuSb7_R2hoD7r6c3xI2GRTxVZopjhN8zo,8450
|
|
169
|
+
xinference/model/rerank/rerank_family.py,sha256=BXEWUvr1H3tPV5Z6p4jcU4xfUFehV-2oN9b3tT8nGvU,5386
|
|
166
170
|
xinference/model/rerank/utils.py,sha256=Achr7MhVoc78UGhx6L0OUVWAf63se5nXSg95wCjMjso,1191
|
|
171
|
+
xinference/model/rerank/sentence_transformers/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
172
|
+
xinference/model/rerank/sentence_transformers/core.py,sha256=BTfEohWTVaQbeCdccnN9pppbkp8wr5i03rT-aFsgZB0,13559
|
|
173
|
+
xinference/model/rerank/vllm/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
174
|
+
xinference/model/rerank/vllm/core.py,sha256=FqwZ7Q-us_3lV-SoL68MQgg-U48JnonDSd6qG0YpYHg,5877
|
|
167
175
|
xinference/model/scheduler/__init__.py,sha256=wArdtMnG8AufosXhHAQFOSLVygqaaLC5lKwUwY6k7Zg,765
|
|
168
176
|
xinference/model/scheduler/batch.py,sha256=aRTxKes6zrQaoROEREuq0mGJBbgQ5Y3HSqIAQUNF6Ro,7362
|
|
169
177
|
xinference/model/scheduler/core.py,sha256=ih3Rcg8z0qFLc2ToMoYAe8u-B4iFqlZFvzje0W-XsXA,970
|
|
@@ -171,31 +179,31 @@ xinference/model/scheduler/request.py,sha256=r2hr9rYgM2ycuNvyVJc5v6o9ACxpN9PlLvn
|
|
|
171
179
|
xinference/model/video/__init__.py,sha256=t-3GoZOLOwJwj1hXsG3SxI2c6d4GkPZj9xOmFGLKTBs,1770
|
|
172
180
|
xinference/model/video/core.py,sha256=7FVuBS68JecxU_RpPNdq9FxZz1dOqpdxshikDkLvRsQ,4048
|
|
173
181
|
xinference/model/video/diffusers.py,sha256=VcDR5Y5zGT1_mSkzxOj9mjrAXGu50VE8t6m4EyTTlZc,15078
|
|
174
|
-
xinference/model/video/model_spec.json,sha256=
|
|
182
|
+
xinference/model/video/model_spec.json,sha256=dB-jBTNTNmDYhxiSPv4Rj3fBCXhzF0Hy02qdq-os5kI,7759
|
|
175
183
|
xinference/thirdparty/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
176
184
|
xinference/thirdparty/cosyvoice/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
177
185
|
xinference/thirdparty/cosyvoice/bin/average_model.py,sha256=82LeGlvQh8xFHA_T9fJJDBTtDhJ_UzukJJcFRjyjc9Y,3202
|
|
178
|
-
xinference/thirdparty/cosyvoice/bin/export_jit.py,sha256=
|
|
179
|
-
xinference/thirdparty/cosyvoice/bin/export_onnx.py,sha256=
|
|
180
|
-
xinference/thirdparty/cosyvoice/bin/
|
|
186
|
+
xinference/thirdparty/cosyvoice/bin/export_jit.py,sha256=36EvvRkOE621pMqDL3Il69hXdLXsJtSGtDO3_r13nmA,3906
|
|
187
|
+
xinference/thirdparty/cosyvoice/bin/export_onnx.py,sha256=nUHWmNTkGMowvHuXI92OR7R6v1doVsDxvxEzP5GWiQk,4661
|
|
188
|
+
xinference/thirdparty/cosyvoice/bin/inference_deprecated.py,sha256=d4x-8eER00VwuOEHnObd9kd7cOriv_xbXZOAEXG60fk,6126
|
|
181
189
|
xinference/thirdparty/cosyvoice/bin/spk2info.pt,sha256=-0kWCdolo1FLdtdtVdvyZoY5TDeNWWEo-z4V8rdM30Q,1317821
|
|
182
|
-
xinference/thirdparty/cosyvoice/bin/train.py,sha256=
|
|
190
|
+
xinference/thirdparty/cosyvoice/bin/train.py,sha256=1bpuU0d8fwc5ygrY65FbT9kfWpdZkfsXX83NBkNAMLc,8071
|
|
183
191
|
xinference/thirdparty/cosyvoice/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
184
|
-
xinference/thirdparty/cosyvoice/cli/cosyvoice.py,sha256=
|
|
185
|
-
xinference/thirdparty/cosyvoice/cli/frontend.py,sha256=
|
|
186
|
-
xinference/thirdparty/cosyvoice/cli/model.py,sha256=
|
|
192
|
+
xinference/thirdparty/cosyvoice/cli/cosyvoice.py,sha256=jkTw8BRDeFYaAOvAZf2xWoQ7xGUOaGg767ZiSCdzGFk,12051
|
|
193
|
+
xinference/thirdparty/cosyvoice/cli/frontend.py,sha256=ydnVOHqRnzTM2xDpjso6A8TRi-SsZ2IEqhiMTHEZZRc,12267
|
|
194
|
+
xinference/thirdparty/cosyvoice/cli/model.py,sha256=dzxXMdAXVPjhXpSGY10dhqevz6KkTx5382smq8Nu2fA,23992
|
|
187
195
|
xinference/thirdparty/cosyvoice/dataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
188
|
-
xinference/thirdparty/cosyvoice/dataset/dataset.py,sha256=
|
|
189
|
-
xinference/thirdparty/cosyvoice/dataset/processor.py,sha256=
|
|
190
|
-
xinference/thirdparty/cosyvoice/flow/decoder.py,sha256=
|
|
191
|
-
xinference/thirdparty/cosyvoice/flow/flow.py,sha256=
|
|
192
|
-
xinference/thirdparty/cosyvoice/flow/flow_matching.py,sha256=
|
|
196
|
+
xinference/thirdparty/cosyvoice/dataset/dataset.py,sha256=QlINnr5R2kyDQQudr9jqdK_z63VQME2WJo8UBX8sVTo,4804
|
|
197
|
+
xinference/thirdparty/cosyvoice/dataset/processor.py,sha256=RBpJ8QlP00_e8qkjEo86h2nBvYcuttNVtp_HIixx-wY,15876
|
|
198
|
+
xinference/thirdparty/cosyvoice/flow/decoder.py,sha256=717Oudt_Y93aHVvKa_prKLjqEWVsSx-cEJ0o9lbLvyk,19866
|
|
199
|
+
xinference/thirdparty/cosyvoice/flow/flow.py,sha256=qEl_61gzbnVmsfCF0RrP-ctPGiSUmr0sJE-_l8dvm20,12156
|
|
200
|
+
xinference/thirdparty/cosyvoice/flow/flow_matching.py,sha256=sa1nH-N_hywDS96PdcwZwbiHWNVON1-itU4UoIit3-Y,10499
|
|
193
201
|
xinference/thirdparty/cosyvoice/flow/length_regulator.py,sha256=srvavaBIUN8Mk0Vi35WyN8og-n6P6J0E2bgnqZ1nQRs,3137
|
|
194
202
|
xinference/thirdparty/cosyvoice/hifigan/discriminator.py,sha256=PbWxtVhMYAyZbujFPqAhNwqK2cYuP1oo1c8l8Dq5-c8,8617
|
|
195
203
|
xinference/thirdparty/cosyvoice/hifigan/f0_predictor.py,sha256=uoymCIodAtYIb-oh0E1p7pgXvdjqICiZgJnLCXGhhmk,2065
|
|
196
|
-
xinference/thirdparty/cosyvoice/hifigan/generator.py,sha256
|
|
204
|
+
xinference/thirdparty/cosyvoice/hifigan/generator.py,sha256=90YB5v6-tBCpYejtiTG0QHTThd7X9vd-6RigKbPUJiY,22754
|
|
197
205
|
xinference/thirdparty/cosyvoice/hifigan/hifigan.py,sha256=6QDaL15-wwLbmm6m0rcZkOq9iCPgfllBm32MUt99wNY,3240
|
|
198
|
-
xinference/thirdparty/cosyvoice/llm/llm.py,sha256=
|
|
206
|
+
xinference/thirdparty/cosyvoice/llm/llm.py,sha256=D1W-YmNJR5H7mledHcRn50RAfzEojDpVVpzqRhSh4wU,30710
|
|
199
207
|
xinference/thirdparty/cosyvoice/tokenizer/tokenizer.py,sha256=lDQPx83ycMaaOutjKQxSQQROIHFOAf6nNvNh-eWlbfI,7456
|
|
200
208
|
xinference/thirdparty/cosyvoice/tokenizer/assets/multilingual_zh_ja_yue_char_del.tiktoken,sha256=dHl5Yx6BMZNDaqvP98HCNdN96Al7ccVj7Itjt6UVxxg,907395
|
|
201
209
|
xinference/thirdparty/cosyvoice/transformer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -210,17 +218,18 @@ xinference/thirdparty/cosyvoice/transformer/encoder_layer.py,sha256=GSBYK-LJt894
|
|
|
210
218
|
xinference/thirdparty/cosyvoice/transformer/label_smoothing_loss.py,sha256=24gEzxwg4a-_bDPeSDZYmxlH2IF5fQLVB8KoqNT0D90,3459
|
|
211
219
|
xinference/thirdparty/cosyvoice/transformer/positionwise_feed_forward.py,sha256=boA447zIyght3KUI-5udQL86uYvrq89clJNdAyMp0Pg,4219
|
|
212
220
|
xinference/thirdparty/cosyvoice/transformer/subsampling.py,sha256=MfwDR6hRq8EgXf1M9oCZwMQWWJw-maB7JQ6GMM7OGdA,12666
|
|
213
|
-
xinference/thirdparty/cosyvoice/transformer/upsample_encoder.py,sha256=
|
|
221
|
+
xinference/thirdparty/cosyvoice/transformer/upsample_encoder.py,sha256=qAA8ISzmRpfOQwAfd2kC7mBpajt-Nzk1R5Ap3Mr31Wk,14149
|
|
214
222
|
xinference/thirdparty/cosyvoice/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
215
223
|
xinference/thirdparty/cosyvoice/utils/class_utils.py,sha256=ddaXf3V0ME-EZM21DIiVZMpVepmhEkGZGLKYHw6Nz8I,3321
|
|
216
|
-
xinference/thirdparty/cosyvoice/utils/common.py,sha256=
|
|
217
|
-
xinference/thirdparty/cosyvoice/utils/executor.py,sha256=
|
|
218
|
-
xinference/thirdparty/cosyvoice/utils/file_utils.py,sha256=
|
|
224
|
+
xinference/thirdparty/cosyvoice/utils/common.py,sha256=YWGo2Q176wdm9tLeZ8zONadUr0OTDCivN8TRm2Xu-Jc,6792
|
|
225
|
+
xinference/thirdparty/cosyvoice/utils/executor.py,sha256=N7fzT-oZ9oOUhNVVDkGM7yFNRS8S98o_cY9WgkrECmw,8842
|
|
226
|
+
xinference/thirdparty/cosyvoice/utils/file_utils.py,sha256=mV_0mRdhZSTODqVBgopxrjeLGbCWf-VLGVtHfgNcN_8,5461
|
|
219
227
|
xinference/thirdparty/cosyvoice/utils/frontend_utils.py,sha256=DQypTgz1GeLRf3LNHcq2yweuoN5I5-eSgmNiKE6hjTA,4273
|
|
220
|
-
xinference/thirdparty/cosyvoice/utils/losses.py,sha256=
|
|
221
|
-
xinference/thirdparty/cosyvoice/utils/mask.py,sha256=
|
|
228
|
+
xinference/thirdparty/cosyvoice/utils/losses.py,sha256=XND3_XjOViLBm7kRZRa3BWmeSMCPIXubiqESfyv5XBA,2121
|
|
229
|
+
xinference/thirdparty/cosyvoice/utils/mask.py,sha256=hSxuSxQgGiOKsHY5bbWZwVey7lpaKqzw8nfdzoxkiXY,9728
|
|
222
230
|
xinference/thirdparty/cosyvoice/utils/scheduler.py,sha256=lEfquE_Lcer2VG2zUVa0n-UxgvJEdEodyT66so-h6jQ,24920
|
|
223
|
-
xinference/thirdparty/cosyvoice/utils/train_utils.py,sha256=
|
|
231
|
+
xinference/thirdparty/cosyvoice/utils/train_utils.py,sha256=fW99cvwMq7HBLtFIFgMZJqJr63GrSmvdiycMcrp91fQ,16630
|
|
232
|
+
xinference/thirdparty/cosyvoice/vllm/cosyvoice2.py,sha256=csgta5DvFgOjo_D6lrBPBdc66b5pBAwAfk_6SPTyb4k,4056
|
|
224
233
|
xinference/thirdparty/deepseek_vl/__init__.py,sha256=N5CYTfTFEiTT7mrNrrGTSyvDOVkGVO3pE_fWm8ugcAw,1458
|
|
225
234
|
xinference/thirdparty/deepseek_vl/models/__init__.py,sha256=gVJoBKpRfny6w_QpTrTh_iCqUtVJZLuctzfPQq-dKDw,1328
|
|
226
235
|
xinference/thirdparty/deepseek_vl/models/clip_encoder.py,sha256=tn-uTCAcb63WOX6cB0rl2ynOsum23xy1tAvBqPbIHHo,8197
|
|
@@ -632,18 +641,18 @@ xinference/thirdparty/whisper/normalizers/english.json,sha256=Zgf5SL6YJNLhsvoiI8
|
|
|
632
641
|
xinference/thirdparty/whisper/normalizers/english.py,sha256=KJjkZyru_J9Ey03jjBFc3yhvWzWuMhQzRnp2dM6IQdA,20868
|
|
633
642
|
xinference/ui/__init__.py,sha256=vlb6zkPS-v_VIp-8yH_GgzH6Lk0XOqb46VmI4NRvG9s,683
|
|
634
643
|
xinference/ui/gradio/__init__.py,sha256=8sdxsx-RvET6fwoyjC76ThgRpYFc-Evdt7mpJKUtIZA,719
|
|
635
|
-
xinference/ui/gradio/chat_interface.py,sha256=
|
|
636
|
-
xinference/ui/gradio/media_interface.py,sha256=
|
|
644
|
+
xinference/ui/gradio/chat_interface.py,sha256=4Hkxct581oE-UJfHE7eO1q-MOdx_12P3S1fmcEzS0sE,31181
|
|
645
|
+
xinference/ui/gradio/media_interface.py,sha256=CmP4as2THlrcmvR9EH37XLBJZ_ihNPENBvIUxiUiAKc,47266
|
|
637
646
|
xinference/ui/web/ui/package-lock.json,sha256=Q3gwsjjCFtDjVg5Yk7s4jfMAZ1wiyFfS_TJCw3ECB64,762407
|
|
638
647
|
xinference/ui/web/ui/package.json,sha256=iitsROb4-TLzxbOftXJqUGpp38TuPhzfLKy5n9THQYg,2081
|
|
639
|
-
xinference/ui/web/ui/build/asset-manifest.json,sha256=
|
|
648
|
+
xinference/ui/web/ui/build/asset-manifest.json,sha256=pqgKoHryDiBqHZei3jdAjFkRQr8QkWssloj7luPD-bQ,453
|
|
640
649
|
xinference/ui/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
|
|
641
|
-
xinference/ui/web/ui/build/index.html,sha256=
|
|
650
|
+
xinference/ui/web/ui/build/index.html,sha256=ltCJcnaTMUZkdceNVPQXgyUo9Qq0WA6msjd-OCAriBY,650
|
|
642
651
|
xinference/ui/web/ui/build/static/css/main.013f296b.css,sha256=Aj4xU40JlOcnayucrFblYBa0t1da3X9S4e4gb_hgoFI,5289
|
|
643
652
|
xinference/ui/web/ui/build/static/css/main.013f296b.css.map,sha256=XQBL1ac57PSMgV-USyLc7nq-jjTqQnwlVkac_CiTrhk,9953
|
|
644
|
-
xinference/ui/web/ui/build/static/js/main.
|
|
645
|
-
xinference/ui/web/ui/build/static/js/main.
|
|
646
|
-
xinference/ui/web/ui/build/static/js/main.
|
|
653
|
+
xinference/ui/web/ui/build/static/js/main.1086c759.js,sha256=ACW9BT7LIHr2rZ3OWxNAdnhSDnYJrAtC9Y3Ht4OFA90,1292688
|
|
654
|
+
xinference/ui/web/ui/build/static/js/main.1086c759.js.LICENSE.txt,sha256=d8ETWF_wyLDtaMx4LKhmJjBONXs3Onu4YucCXopqPK0,2321
|
|
655
|
+
xinference/ui/web/ui/build/static/js/main.1086c759.js.map,sha256=E_9xxYZYxglSEe4M8UP_1TaDGqX0_qF8CS0nE8dNAq4,5300937
|
|
647
656
|
xinference/ui/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
|
|
648
657
|
xinference/ui/web/ui/node_modules/.package-lock.json,sha256=2kL1sQ4ZuDQilki9DnRFFM8CxT13fyGl3chLK6i3DQY,760261
|
|
649
658
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/000586173ff934bab9e3b1eb56de8522e86c56b7e0e03b59b1ccc15e269ea871.json,sha256=VRSx_-UfpuhJhxOku106XYcyPD8mk2KGsa_hhR1nrMc,1450
|
|
@@ -1605,7 +1614,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/140313d3d2add566bc6def3416
|
|
|
1605
1614
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/1403c329d347954571f897f30950201cc44ee957b68a03fa4af86487a382d78c.json,sha256=EfT1TYOQnQh7p71KVohq6s4cLlFIUIRDHR0YP9hswcM,1321
|
|
1606
1615
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/1406dee0175ca7a32fa707120aa22803126632b765bd744fe6bc9b9ba68d9de6.json,sha256=UjnckKg1k0oHc4HPx9VJuSd5FWrAEASciL45spJ_P8c,2330
|
|
1607
1616
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/1408075edfc806ccbfcb9f96b83db279ab3868db267567e4b6af9ea00398e311.json,sha256=1MRTHLRMJTrVHIm4lYrmO-c4L8w2Kj_TxDdzWTQmVlo,1298
|
|
1608
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/1409a96b9f9f9f5de99a89ab0f738f6da62b449521b0a8d3e4efcf7f5c23534d.json,sha256=FklPPbjZ1h40nwfsMSe8p1IaSeUPmyXbx0zs5zmo-HY,80193
|
|
1609
1617
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/140a5f282f767158c9617d1fd9d61b0e5971d30b81a8812b19da036d6f7b4226.json,sha256=dr4KT9NBdtA0kDniVZnFm68NX6E8vBLqNiRoLaXciGg,2443
|
|
1610
1618
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/140c9ab43d8294dbe761e2377de80348d5b00d2e441bf61d6641b71d99c9aacf.json,sha256=wEMPRlfpfd3eUOQNpMyE4R5ZfEEaXF5cLCo6xhkijYs,1269
|
|
1611
1619
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/140f0c1209a73396dba40cd2d2ddb242dbe21e719970f47e564f98a74963b173.json,sha256=1qUVbGTQ2HBQ6Cg2Y7v9Sm5ZQdh6Ox2wsAT7oLNyhbY,1202
|
|
@@ -2573,6 +2581,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/27dacdf554482be890c25749bc
|
|
|
2573
2581
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/27e1634731bea12369cbbdc96dba3487b9806f8ba18bae29c6f8d31bfd0c5451.json,sha256=9I-Ba_2qNANm6wSj6bRglF11o8Wlrm7tQ8fWLlLG7NY,1069
|
|
2574
2582
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/27e619b0e5afb85d0dc09da79a46e739fb599b78c4bd3120253764e2fa798a2e.json,sha256=APOO38pa7r08vSdBUxUl279xCXUdAPOkXfVJUT3JHxg,306
|
|
2575
2583
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/27f0fb278ffb68fb5dbfaee73b19315f579f19ea1af82e8cb4601e1321ff5116.json,sha256=EcLtOPc41rPsRjPtlFyUjfNVH3cCPBEMYYzUNgIPs_c,1351
|
|
2584
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/28012da921a51f1082549956d3ae82acd769a754b22afda9acddd98a4daf9ea4.json,sha256=6rTvctUWM5xNU4jnC-AL4CAsO514VKZlKHzqht7oXJc,42056
|
|
2576
2585
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/2803fff2506305ef8494e6641da20a3ec10de46444ffb7746bf6211adc170604.json,sha256=JbtEFUNAxzmDUiw1zwg1c2o96JFSiM-13iM3Q3et-yU,38288
|
|
2577
2586
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/2809a2546628d8d881f54682b0597a16f92d55b7c615f1b3888f9c287cfd8ee3.json,sha256=mHeyW1mwBQ-qsluA53lLJ0VnihSnq_sMJ98HcJ_JXJY,1019
|
|
2578
2587
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/2812489ad9336309019de34568191b1485f191223a9869f91770a2915217f941.json,sha256=yda_0aV5s7h6LutK5LvbfLUXDSGx6zZa6pWsV2PbERY,1142
|
|
@@ -3565,6 +3574,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/3c34a53ad7f057b228c1b68005
|
|
|
3565
3574
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3c3baa069280261ebb9790df3fc67a023ca705eaba51f7f013e6ff89f583e7bc.json,sha256=ltaJ_vGhUt5v3msH6UdWlX2t-4fRrdjUYoVFISG_Zz4,1295
|
|
3566
3575
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3c3d4607533cf6664ce84ea35b6959f4021f22bd4d56b7a0b13d32e9151b0547.json,sha256=bOb1fc9DSUmN_SIeOSDmFu6W1gzsFd4ARVqBmGLbmm0,1405
|
|
3567
3576
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3c4556f7734b6685d286c803f53e1fed818731155d74411cbfb301f92c018b6f.json,sha256=j8P0HtwWZegu1WK_OfXKDSeH5edyiFkDrrH9RyEJZnI,1039
|
|
3577
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/3c5758bd12fa334294b1de0ff6b1a4bac8d963c45472eab9dc3e530d82aa6b3f.json,sha256=i0K0d3PbyKx_WslII8Iq_04viZ_OI_BBbVF3OMl7ThA,17266
|
|
3568
3578
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3c597149f38b595ef68043a8672c86138f4a5b0a72f76152f276e069f5c8bd4d.json,sha256=LvCfuiRYy5Rw6-1A6OsH3umUi2szZbt1rYtoPYYnzoc,1346
|
|
3569
3579
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3c5c7a8cf843f54b851861752aea5c3bc3858c39d4b3cf5e2c9352e89385d10e.json,sha256=4DVrLSdJnCuUTXzSPRe8PV8Ms5In2yHx-4oE5wTJ3pw,9172
|
|
3570
3580
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3c6170d7fa5741ec5c00bf878722ee6868ef043d36765d9c13c95781ba2620d8.json,sha256=iiXTJQusjPlTD_r2QqZZgniHS-f22m1_gTvmrzXnntM,9295
|
|
@@ -3604,7 +3614,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/3d1a74274e43c7a3bc9f6ac93d
|
|
|
3604
3614
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3d1f0c17f5d8b0a86829948fd5dc997b7e47e9f1df90aba6112b6c9b98fae033.json,sha256=Qqa8rA0MTgqVT_HQToo9fVwtTFaRdVYHTspMw5gQQzU,1825
|
|
3605
3615
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3d23355a4838dc72b257c90976f7afc089367cc7b9b8a3e0adeeab1789e601cc.json,sha256=5fJEavlw-6vouSO6pTCr3Y_mvFk_AV-EAjD-qex0ie8,2874
|
|
3606
3616
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3d28056f4163b1b0eec6f50656eaed939d6c0c7f5dbc426d957d75e6d31eb33f.json,sha256=BqK7MSGrsguoYnWnOF9Ge6P_PcAmvaxCEypQ1iIuR-w,1912
|
|
3607
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/3d2a89f0eccc1f90fc5036c9a1d587c2120e6a6b128aae31d1db7d6bad52722b.json,sha256=Jl5MVan_1Jmi0BIu7YePoj1-69KAk9nTx_dMIutWtVQ,15892
|
|
3608
3617
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3d2bd4172e1c246b973d8362ac5cbe92eb9d1c0d4ce57aed0ebf7d539409a8bc.json,sha256=ypchMsF51SxbU5A7aB8TR52a-rE2nD6oIp37I12SuWE,16537
|
|
3609
3618
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3d2cb351774e29a56468c289e8e696d0f11163a6c1884823f4c0d8bd887acba8.json,sha256=rFd7d0iVuNYeshxiTKAqnJJlXoqKGYig0V9js05aKs0,2775
|
|
3610
3619
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/3d2cb52f68633887c53cf29314070eeec207df9f819c5c5b8d963c2376b11caf.json,sha256=Q3sz9c5z8vCrRX5eR5mY8g_zk3MTP95FqCrOdj8sxyA,1036
|
|
@@ -3938,7 +3947,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/439e1f6bdc6ec26886d50e0483
|
|
|
3938
3947
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43a4181b604c9d2586154e756e0579ee963bdb00ee71d6495db8034c53f4c45f.json,sha256=cpJkTioIktddYcl296rjm9JjKxZL2mYoLDH__t62SwY,1277
|
|
3939
3948
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43a62451368653ba92c063fb03f5fe0b21f784310cfd1b824d197d07cb8f2108.json,sha256=0g-l4a42PJ2JscgJ0QCAVljUqlOuWXHD0WkEEjGhOaU,1619
|
|
3940
3949
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43abef23ed330c3cfb5e3c757cea73a6aec5fc22a6c16477cb57a3ab441d15b6.json,sha256=IcR8Bmu5tsobRm1LEqINbzyXtMfyOJ1oyWF7HyQ_I-A,1884
|
|
3941
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/43b889c3a8e2634092ade463d52481c7c5581c72ded8f23bc5f012ea0ef8cea5.json,sha256=Te4J_QCAC-MDck4S9C8UA7FvZtFxmJd52I2lFnyN1oA,41226
|
|
3942
3950
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43b8cd19367a116f5daa115c797c5cf95386a411c352fec28c33d8e6f11ce5bc.json,sha256=6NkQvHhgdw1gspTzSgev_Rqysnub1iXNnd0CbrYITwY,995
|
|
3943
3951
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43bb50b6e7d150e6f530270f7666775bbd9d1d38555cf2a7b23d226f294b4e32.json,sha256=NG2cp4wWv8kKCbn_cOkIEVnBTS2I91AA_j4_3AbTk-A,1028
|
|
3944
3952
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43bd6a4c935d1464c23a39a860e7db4a1d3184895799d1b377c89fdcd53838cd.json,sha256=_6j2TTUI1Qb5T7S8X1IP4prhj08i2RcsWtTgQXKdVPE,335
|
|
@@ -4108,6 +4116,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/474ca54e211ad53c1e16d55d46
|
|
|
4108
4116
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/474d7a08bee2a93043e651214b13c72412ad3ed3e9aecb64f12d3220a8718ba4.json,sha256=KcGYDqjB267PV35D6fr2O4iqvA8Jvd2DTN7e3ByNr1A,1303
|
|
4109
4117
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/474e711f7ad25c6ab70b0b8dac6bd1fbf0ccae92b9166973722c004179f79bd4.json,sha256=ZToC-khyYUWHWQXszsRDYL1E_4COx78QZJCUxXr6EEA,2599
|
|
4110
4118
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/47558156f326212d6e9d934c6b27755d2ffc19af495b6ed395144e07daa7b1b5.json,sha256=NYMGDi7914iS5GlYLdivLjxX-XeqJUe-FxJLojbca4g,1151
|
|
4119
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/475936ebe725eca62a6f52ce182c06a19b2cef4df9545a05ed0591ee0c539d43.json,sha256=XRHt9dNbW05LZlCNQMISMMclLZ6lCbrQzj1qXkXUjUI,17313
|
|
4111
4120
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/475adb2f3caf5df9b5104d80c4d73464dcf973afb5028c070ce762a7f65bc0bf.json,sha256=UNVldqk7jXo0LP4CgSS5bNSQxpmumlHJKOCSbjm_WoQ,1244
|
|
4112
4121
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/475afb6b31e01ba75862075e20c15354f988d8f607e132f060c806b367ec3c15.json,sha256=eRggbdCWXAIBPcD15woEVQ-CWrlOAAzui9yTmFxexwA,1493
|
|
4113
4122
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/476110a2c1a23eaecb875bdbd24e71f96e7dc278506d22e6b862373e336ef077.json,sha256=ngbL6cw1iCeRQmDiQ12xEHxI8I0XK-qF6UEIS5YW8CE,1352
|
|
@@ -5182,7 +5191,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/5d3039b2ac5345af9f1a48259d
|
|
|
5182
5191
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d33a8ebf8ea487952a95d6b55532f51313ec65cab31000651d58b82e3c08e0a.json,sha256=tE7DGbYftKchNLQi1d1ztw8SI_HclaFkS5DcB2C4S3Y,1244
|
|
5183
5192
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d437274b2ac0d68e337bc255b329e9e9cb97a34426ef7cf245a6a08a8c5df78.json,sha256=exuqcrNg7hV-vXb7TKFv9RNV70XYC6avRlURb2vRF5k,329
|
|
5184
5193
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d45ea5a6de38304d04586493c5bbce18e1072906c55b30499d4c138cb7dc84c.json,sha256=N5UkzAzKsjGL_Tksv1gL34dEoxzbRWFOcCFUqxfx8QE,506
|
|
5185
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d47532fb42128280d87f57c8a0b02bc1930f7ef764aa7e90579247df18bba83.json,sha256=Rgayyfe9ENMCMhmPm-cBna8WUn6p_wWMYBv1G6qrF9w,295636
|
|
5186
5194
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d5153c92422ec841c4d51a438776e7bdaaaed28b3c5db5f27002aaa8c42ab95.json,sha256=GCUV1jrauSHUAPAmj6ZLxRNBHW1d-HJEA_O2wyUSe_k,1591
|
|
5187
5195
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d5325f94b3dbfe761f3833b4b4f68651223c63f5e60b88e61f4e6cead8fe174.json,sha256=5m-UG0blyKvPlXG1IKPd-wPUJR_cAZstEYC3-Vdu-aw,19558
|
|
5188
5196
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d53464f8617dac90555c06b3a6ae8f88fa9f9156bf639b1281cda11b5cdf784.json,sha256=GLHLkL9oSh2aZtcl8fiQFezo3v7GVavwhCHQRfHRYgk,1123
|
|
@@ -6983,7 +6991,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/8303033ef7547e4bd4d61c9f64
|
|
|
6983
6991
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8305853bdbed5994714056127be41f638834726accc22db76d864ca92262199e.json,sha256=PFP5PEnACtYikUb6M8abPd9_F94UlDNykjdkBjzQjnE,1216
|
|
6984
6992
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/83074956ff3f05786c98e235d16b3a2daa03db99535e2c1e4c7288d2c775b2ba.json,sha256=nUo1mJ-prw_xct82mw4v1MQgP8_z9QX-Yi9n_g3RtEw,1363
|
|
6985
6993
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/830844e3fca1367ca5aa59e71b7c36723c46976cbcfc349125ea406b00cd59c3.json,sha256=GtvFpIWyCmLQn4b7ok22FoHGA3NmYtxhJvjK5-oSpM4,1632
|
|
6986
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/830882bb275468a969614824a9ab8983f874b4581f2eb625e9c66426cdc65e5b.json,sha256=d5FbnHbSoXaMano2c8s1t9GwAEC5x7HPfSiNjJheTvk,7266
|
|
6987
6994
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/830f17668c4ecc9cffdc7c95384ea0c2cb981e1a2130131864db3e11ffcc49aa.json,sha256=iLNMGb_-qFU1QRTBIqZ7F6bQrCtYgsjUpNo9026MPvU,1241
|
|
6988
6995
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/83146d74a59a872ccea45a5d699118120a2fca711319ac31d9c275a8cb9eca2c.json,sha256=Ay6JZ_PGV-5PHnzcRgRAxKXLMSsHPqgxEmq0pZUsa3o,2026
|
|
6989
6996
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8318065f41ee750f8de28225cc6324aa63a67927aa9bc979ce94dc7d4a1b9c25.json,sha256=XCH8HAwUMqG25lvxh9TiBNce5SJ_88aL0NchOfUlrMo,1990
|
|
@@ -7375,6 +7382,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/8b80687822a468450edf08c9dc
|
|
|
7375
7382
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8604d561f9a927b7ba6f7b7fd7d4be4725e71fdd914aea378a682694c95acf.json,sha256=oRz6OlyOwEv88q4IqmjGIi8rLfGJ9RpdtDFM4JD3Lbw,1762
|
|
7376
7383
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8740ad5375e8e0eaec4a6cb3af2c6e1c7a7c02abdf91650b4c0e07a6397fad.json,sha256=OgFzYTsmq6Gw6c-XRJPd06NQ83uhH2aoZ1rlEVPuvsg,1786
|
|
7377
7384
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8845084b9fd285207eab02f5d332f932ac28f8c6a2483db2da124426efb7f5.json,sha256=iv4SF4lbrOzj3JrN5g08oe6OXoOkvXcvKjv81bOHN1M,1407
|
|
7385
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8cd408ccfbe115acef27ccfa5b233da8597131a2a5712add13e1e4d5d4504b.json,sha256=tViSTbcoGyGcX_iHoaIKSbvHy5DygiZgAgQ-JEB2yDI,156522
|
|
7378
7386
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8df55525edb118cde38e426b8696f74ebf40534b793d49a6ab07c0b7cf16b2.json,sha256=TFOt3MQ5gN9SQ3D31TZEQto3Ag-QrYwCw2meYyqSimI,1429
|
|
7379
7387
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b92889f9428149693ae885e7d964ae0e0b030322ae9c235f3a27039c010ee66.json,sha256=MnjQDiwNv4CXc-pzvSGyOCIsIvVtQnGFlDTIU8XyHL4,2891
|
|
7380
7388
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8ba16f4aeab695066a99e54a5bbde31e688601855e57c9e7f441e7cac0ea73df.json,sha256=4DmgEGugVlFrJPcyyqWkfSEPz-jBNiqOqvB48uxyXIQ,2288
|
|
@@ -7492,7 +7500,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/8e382e30d4818f42f298505ab5
|
|
|
7492
7500
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8e3f47feff0bb65a8064a69d022183bed1a911d61d8653b5c5fce880bfb946c9.json,sha256=3Rlp_VV2O-GT5-QmX27ZSIw6bXcAPTgYH_tUOqSP7V0,2162
|
|
7493
7501
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8e4df4d3ea385bf04c6fd160d60097b45105a5f81e8d11427ce26bc4383ad84c.json,sha256=1uAYseXbWvuw-EESco1VuRmVNMxH5Gpw57MyCg9Mh2E,1490
|
|
7494
7502
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8e509b2fa52749da861e1fa7c9763dbcffe149fd107b183ad32b55af24aed443.json,sha256=aO43qoeozu8mGRhbZtDsM9lIVyEPwvkxG4yem9YUNRM,2296
|
|
7495
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/8e5cb82c2ff3299c6a44563fe6b1c5515c9750613c51bb63abee0b1d70fc5019.json,sha256=ugt7jCxXbWq1HWTxE70VE7Zjv1JTEcsGq79cxjOxAkU,16993
|
|
7496
7503
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8e6281c776b6db0e2aae05d15c63a0ce03ec26ea13aeaf9b9339357df71b28b5.json,sha256=l__WgqNWYoQvbXt8HQcl8ctqSa-oL0DzXfcITZrv9bg,1440
|
|
7497
7504
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8e64156652d89cc678acbb58b1ab96b0f6c61e6a247cf8688d44f7b0376352db.json,sha256=zAxY081b0bZwv7GoKtn0wnhxpdDzqGCY-mNXs9DWJlE,1754
|
|
7498
7505
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8e6d86cf621a2ebdf5c823746d9fd8da5f1a81862d79bb9e982e0a495db982f1.json,sha256=xwqPqv5BB4WUNDkofCfRQxJDJJCyp2pN5834pHVUCVY,1140
|
|
@@ -8248,7 +8255,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/9de32261046c74deb062de691f
|
|
|
8248
8255
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9de4ca0b103e790b6db7f6c1531e43c0d7767a6e087cd020fecc19f9a32712c8.json,sha256=rH3tSvH5zc0pj2QS5pLedzpNtEGNhtuRERV8zEdkYvY,1387
|
|
8249
8256
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9de6451426dacde96b5c5349bc859e7ff3fbd7a89abdead678ad8a481e1ea699.json,sha256=Qqc_WI7Dx8wbN_VuOoNJgagEPt9vCrdNPi3iVEB5Tm4,1750
|
|
8250
8257
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9de8fd41f304475860acc45ab6373e4edd4471c62abb20cbddd829f4860373c5.json,sha256=_F09upKiYS6yCpHQQlR7brY76SoCCY8FL-oO53dE0EU,1581
|
|
8251
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/9df08abcb5a7c1e48a4eb25c5d5f5d7253ea6854a4397e6d74d1fd75a14acda1.json,sha256=NbxmBSwxkaRH7XopCGMC-sdC5lQcQR1JF7KUDZURYHs,155264
|
|
8252
8258
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9e002724ccab8e28e15e580e5f4db57c69612e2e77ac025802772f95a5266593.json,sha256=6Yh-hw42dFkCaXeeS8YsvsW5XXxsPmylgYyfDB66ekE,1431
|
|
8253
8259
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9e0275c5e1cd5a7bcee016399e1bd7bb5b7ba0c349a8f185bafc9fb2c5c62d9c.json,sha256=Salym5Ethp7aCwuOv3e-Jc5jy1nC6bxYQElgn3E3mkE,2053
|
|
8254
8260
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9e0a039c68ed13b807d386036063533f7262b4741082eea75da6c4b4af3aec21.json,sha256=xJFGPlurL6Q9U-bS0ZokaQi340Lw7EAU7-hirQr1Oqw,1186
|
|
@@ -8508,6 +8514,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/a3d5ab5624ab5280aac9f6b354
|
|
|
8508
8514
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/a3dd3d19cb8301812836a27118092afe741ca9f641a722c653a6b65f069a48a2.json,sha256=zHVxPovkWGP98ffjkUSl6GTv1Xl6rTlkEXZYgCZUVC4,1337
|
|
8509
8515
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/a3de1f864688cc35611fc02687ca6f616e5048c2e9cc442692b780d83ff82877.json,sha256=rzus032YrsX3aoBNEshxCqD4Whpmg1QF86y8vOk-Nrw,330
|
|
8510
8516
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/a3e2507bb298f32a2bcf0916a7c14cfa16da73bf7d2267ff42860f2ba8babd73.json,sha256=UfFzrddtMyGXmz0pWfjpnakMTv5cOxnuOqHf38hn6F4,2013
|
|
8517
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/a3eb18af328280b139693c9092dff2a0ef8c9a967e6c8956ceee0996611f1984.json,sha256=hVB3mrMJbYpjJ01c9CuucYBscbf4YNk16dFFUmJtdUI,304778
|
|
8511
8518
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/a3eef7572f47434fc94a25617965ea2d556248226dc724d5a0e53974f753aa4f.json,sha256=zvb9EfTGJYF0mITsIjZu0NQjlqLIgmTGvi_B9CI_ViQ,1356
|
|
8512
8519
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/a3f28846f0274938e198b66d0631a2d3fd0e6bd788275388772d548ceb704dbd.json,sha256=myECoZwnRqXo0cfIZJZTM79jAjkJ30c3hPV3I9KwzMo,1618
|
|
8513
8520
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/a3f3bb7a8f0da22701e6ebd8fa3d845ce2a07b68e368e18e828710759163ea47.json,sha256=hR4tO8pu24wNcZczSdUlvx5HgpGuoSIFEWbJaL0oyG8,2109
|
|
@@ -9029,6 +9036,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/aed6ba4ab3390d37c91d13020f
|
|
|
9029
9036
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aed745d625df1ef3d8376bf4f29d94eabec91926f050a6662fee2da955e7b4fe.json,sha256=itcb8vSv6CcLZJStB1mH_wHpG8ITq4Eb3uYvzdc0-B0,1333
|
|
9030
9037
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee31392216aab8192ce0bb51f8ca37d7dce6143a3fb3c3242f48462bbfca64c.json,sha256=ma0G88AMwOncYBsiglMt0ZVlGUXU3CDEKdW5mG3hHJA,1550
|
|
9031
9038
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee47de43df81afa8655843e9582f93dafc2d0077e6f16b2ef408430dc7b1ad6.json,sha256=WHWdeC0yGF5U6Wqza5LNruAFzOmvdaXgF1ONnYtLshw,2637
|
|
9039
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee5aaba26f2b1e816a3ea9efa68bad8b95695a3d80adcfd8dd57a7bb17ac71a.json,sha256=u18zBIGnnOcMFbKEqsEOMk0B0wyDSxX2xIC5lcYuCFs,80341
|
|
9032
9040
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee82ac305fb12816f110c87430b5a2fcd83122d802b77cc8e83db51c647275e.json,sha256=hNkuIvfozIL9qKaaRbCfg9t4VNmoA-hS0A1IhgdBjSE,1472
|
|
9033
9041
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee8516ea0863c3d527a7c59dd6b4731ffc8887071512307829feb7e1e8a62dc.json,sha256=6Cevrri9n1nxnwP2d5Hdoqe37ji_zPydIH9SqYkfdZs,1242
|
|
9034
9042
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aeef067cf21637704c742083f7c80c47fbdff602f5e13851e6cb386e99d3416d.json,sha256=otqmAf7zLF4AByf37uUQfQWUI8gyVhHm12CU9_ArrAE,1288
|
|
@@ -9556,7 +9564,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/b987e74e854f0c87c53e266092
|
|
|
9556
9564
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b989393624b25d3550c1c605c3c79a98051cad467972683ebf7c682f5193b39d.json,sha256=5qhkCkLuanVgecMaVB5w89ReV3fYWWUAK2XUgyIbe1A,1620
|
|
9557
9565
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b98afaa9d0f61f3947043f0c804fb547b8c3d8f9ed97e59095961e2e73b18c94.json,sha256=iL7PGkIc8StX7hj5ItUeOBF4c042YJJGj1fxR8PuErc,1466
|
|
9558
9566
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b98d2e65dbd3f320f18070c3752429cafdf73c29cfb2adafab38a84c23149767.json,sha256=mfOdTo2YCx1x_Ko_waWFoWsfwZCiUkS-DE5hQibjZxA,2241
|
|
9559
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/b99034986a06445701accc7a4914bb9320947435e8d4e15793392ca4f679316c.json,sha256=jsFTaRBCW5yaDUqj0by28LlAGJcRfjAjw6m33NOfJWA,17003
|
|
9560
9567
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b9945580d3e7b80a3026a6c91014304f593544f8a4051f1a23f8f661245177e7.json,sha256=2e5qQm8GNX9x11ke-kg6lTrZDR2AweAUXn1hmXIDtmM,1247
|
|
9561
9568
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b99abb9512b5e0ac508ba799e1f46f5ce63f3d5731df9fc7056cd79a0d0a945c.json,sha256=67ZWh4zPGYF75s1IvQ3ljDfvUbWfx8lGFqnzzvy9OJc,1181
|
|
9562
9569
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b99af04fc1016e2d6fe4f51785ce58e3d41b168de0b7b82ad8193e9dfe95266e.json,sha256=NRDiN8b3Vu8qkF10hYFIivuJhcNf-bc_XVLNT93XeJo,1218
|
|
@@ -10921,6 +10928,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/d5ad3146d3b82293f0bf556d43
|
|
|
10921
10928
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/d5b2d6119e78a62de8d0299535aaef86118d770a232d6f3852f53fe6e50f5eef.json,sha256=zEljm4inXOHixdyNq2iBjehkr1VRtm_3qRa7wxL2tQA,1257
|
|
10922
10929
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/d5b754d751e66881d94acbf57fd8c86fcb5807c6522f91aecf639d8e5c8f3aa6.json,sha256=rT1St-BrcabksbRFwjP_Zf1K2gpBGE8uOH7XyHehq-A,1835
|
|
10923
10930
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/d5bc57df5fdd00957d3f708b20891ed946421705205f51aefb06c85e2656b0e4.json,sha256=v3Me2NKGilFwXIJa1gK_J7PCs1kClf8ZhhdxpHdRMhw,1864
|
|
10931
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/d5c224be7081f18cba1678b7874a9782eba895df004874ff8f243f94ba79942a.json,sha256=uvFQJxujpvwsiqH_p5HkmY8bdWia_y2Gs1-X4wn0u_4,16171
|
|
10924
10932
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/d5c7a45065589df377e733d27fb4da582e5bd5b680cdbe50ca95774013dc4c7e.json,sha256=B-WJYc_bwsLWO8QEbkflLSAi8jUwdcO0e5obNcITdZ0,1841
|
|
10925
10933
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/d5c9fac6bd793d130ee454fb5b98750942808e13419b9fea2d465c0fee55e7d8.json,sha256=JQk1tMb7H4nx-4SuEtNb65vAN9l1D5NLkidB-HYZh28,1818
|
|
10926
10934
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/d5cfe85ad6881196162545000ecaf5d8fd5cb44476190710d95a1f47fbe1cd57.json,sha256=6HQZmPbRgyXCgBlFsqbqbpy4_vyamKPvFEVl7KiTric,1503
|
|
@@ -12520,6 +12528,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/f7e66c511fa7d724a55be06207
|
|
|
12520
12528
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/f7e9dafdc62ec9d819e7fb84151f6514de525d77245c0364db81bbcd025c252e.json,sha256=ILsucUfmeWobxDLsMzfjlcC_uyCmiU_wMrNFjkHkVRA,1309
|
|
12521
12529
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/f7ede712d8c2339d16437a813c0e64084570f8c2292d61f7a0511773979785ad.json,sha256=WF-AflZ6p8QMbfCdmIMjZO3MUyLtdlP9ITlIE81fGng,1555
|
|
12522
12530
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/f7ee96d4c7599153487eccb5d97640908688b84bbf8e483b49f99ee72b3255ed.json,sha256=SzpLNNcMcOP5_Ro-FVF7fLMIqCRYaXnlz9ygpNxnDxg,1461
|
|
12531
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/f7f18bfb539b036a6a342176dd98a85df5057a884a8da978d679f2a0264883d0.json,sha256=5tfo93p0uB1v9sC6gTb8jqcrR3cTiy6iBlxuFvTEXo8,7488
|
|
12523
12532
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/f7f2fddf9b5000d562e27bfd14ce7db8f6959722388212b23eb671d7771bf460.json,sha256=sRKoaBl54DznvmRoZcf5W3HpKCZLWxRv9ZdFIUARwHg,20393
|
|
12524
12533
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/f7f877117755edece8b219d96130faef487e10565215f9928b1244482298ff79.json,sha256=0CvqhTIJQK2G0EUc6LyRklYwxGcsIqH-SR-wJsTO_4s,1709
|
|
12525
12534
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/f7f8fba7544223736f71ee8d8a72a3c547f699d2dc5eb84edd64f063ac8e1ecb.json,sha256=7mLCwy63D-w41CsjM12WarLSJpt4-wavgSY-3VH1HhM,2134
|
|
@@ -15791,13 +15800,13 @@ xinference/ui/web/ui/node_modules/yargs-parser/package.json,sha256=BSwbOzgetKXMK
|
|
|
15791
15800
|
xinference/ui/web/ui/node_modules/yocto-queue/package.json,sha256=6U1XHQPGXJTqsiFvT953ORihUtXTblZy4fXBWP9qxC0,725
|
|
15792
15801
|
xinference/ui/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9Ll074uo8OS1zEw0qhA,1206
|
|
15793
15802
|
xinference/ui/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
|
|
15794
|
-
xinference/ui/web/ui/src/locales/en.json,sha256=
|
|
15795
|
-
xinference/ui/web/ui/src/locales/ja.json,sha256=
|
|
15796
|
-
xinference/ui/web/ui/src/locales/ko.json,sha256=
|
|
15797
|
-
xinference/ui/web/ui/src/locales/zh.json,sha256=
|
|
15798
|
-
xinference-1.
|
|
15799
|
-
xinference-1.
|
|
15800
|
-
xinference-1.
|
|
15801
|
-
xinference-1.
|
|
15802
|
-
xinference-1.
|
|
15803
|
-
xinference-1.
|
|
15803
|
+
xinference/ui/web/ui/src/locales/en.json,sha256=2K1xlg0dY0Xw208qW0bdJlE7XL2dbouCTeUbd3GN9eo,10251
|
|
15804
|
+
xinference/ui/web/ui/src/locales/ja.json,sha256=EZmLCN1smdXmvR-tqFLIgelrIFRKGr6zf7x519DUpuA,11952
|
|
15805
|
+
xinference/ui/web/ui/src/locales/ko.json,sha256=pEVoh1jyaqliaNTLOt2d4wDkeVQGQB_pGMjNllNERA8,10805
|
|
15806
|
+
xinference/ui/web/ui/src/locales/zh.json,sha256=IY_eaPEE870ggqOMr_p9gjAu8IIoF6-3w_SlAyn-EGY,9859
|
|
15807
|
+
xinference-1.9.1.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15808
|
+
xinference-1.9.1.dist-info/METADATA,sha256=Yy6mCfl2cYQ68m4X0iWDwEVJdR8YSdeXx719Nv5Flsw,26412
|
|
15809
|
+
xinference-1.9.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15810
|
+
xinference-1.9.1.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15811
|
+
xinference-1.9.1.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15812
|
+
xinference-1.9.1.dist-info/RECORD,,
|