xinference 1.5.1__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/api/restful_api.py +97 -8
- xinference/client/restful/restful_client.py +51 -11
- xinference/core/media_interface.py +758 -0
- xinference/core/model.py +49 -9
- xinference/core/worker.py +31 -37
- xinference/deploy/utils.py +0 -3
- xinference/model/audio/__init__.py +16 -27
- xinference/model/audio/core.py +1 -0
- xinference/model/audio/cosyvoice.py +4 -2
- xinference/model/audio/model_spec.json +20 -3
- xinference/model/audio/model_spec_modelscope.json +18 -1
- xinference/model/embedding/__init__.py +16 -24
- xinference/model/image/__init__.py +15 -25
- xinference/model/llm/__init__.py +37 -110
- xinference/model/llm/core.py +15 -6
- xinference/model/llm/llama_cpp/core.py +25 -353
- xinference/model/llm/llm_family.json +613 -89
- xinference/model/llm/llm_family.py +9 -1
- xinference/model/llm/llm_family_modelscope.json +540 -90
- xinference/model/llm/mlx/core.py +6 -3
- xinference/model/llm/reasoning_parser.py +281 -5
- xinference/model/llm/sglang/core.py +16 -3
- xinference/model/llm/transformers/chatglm.py +2 -2
- xinference/model/llm/transformers/cogagent.py +1 -1
- xinference/model/llm/transformers/cogvlm2.py +1 -1
- xinference/model/llm/transformers/core.py +9 -3
- xinference/model/llm/transformers/glm4v.py +1 -1
- xinference/model/llm/transformers/minicpmv26.py +1 -1
- xinference/model/llm/transformers/qwen-omni.py +6 -0
- xinference/model/llm/transformers/qwen_vl.py +1 -1
- xinference/model/llm/utils.py +68 -45
- xinference/model/llm/vllm/core.py +38 -18
- xinference/model/llm/vllm/xavier/test/test_xavier.py +1 -10
- xinference/model/rerank/__init__.py +13 -24
- xinference/model/video/__init__.py +15 -25
- xinference/model/video/core.py +3 -3
- xinference/model/video/diffusers.py +133 -16
- xinference/model/video/model_spec.json +54 -0
- xinference/model/video/model_spec_modelscope.json +56 -0
- xinference/thirdparty/cosyvoice/bin/average_model.py +5 -4
- xinference/thirdparty/cosyvoice/bin/export_jit.py +50 -20
- xinference/thirdparty/cosyvoice/bin/export_onnx.py +136 -51
- xinference/thirdparty/cosyvoice/bin/inference.py +15 -5
- xinference/thirdparty/cosyvoice/bin/train.py +7 -2
- xinference/thirdparty/cosyvoice/cli/cosyvoice.py +72 -52
- xinference/thirdparty/cosyvoice/cli/frontend.py +58 -58
- xinference/thirdparty/cosyvoice/cli/model.py +140 -155
- xinference/thirdparty/cosyvoice/dataset/processor.py +9 -5
- xinference/thirdparty/cosyvoice/flow/decoder.py +656 -54
- xinference/thirdparty/cosyvoice/flow/flow.py +69 -11
- xinference/thirdparty/cosyvoice/flow/flow_matching.py +167 -63
- xinference/thirdparty/cosyvoice/flow/length_regulator.py +1 -0
- xinference/thirdparty/cosyvoice/hifigan/discriminator.py +91 -1
- xinference/thirdparty/cosyvoice/hifigan/f0_predictor.py +4 -1
- xinference/thirdparty/cosyvoice/hifigan/generator.py +4 -1
- xinference/thirdparty/cosyvoice/hifigan/hifigan.py +2 -2
- xinference/thirdparty/cosyvoice/llm/llm.py +198 -18
- xinference/thirdparty/cosyvoice/transformer/embedding.py +12 -4
- xinference/thirdparty/cosyvoice/transformer/upsample_encoder.py +124 -21
- xinference/thirdparty/cosyvoice/utils/class_utils.py +13 -0
- xinference/thirdparty/cosyvoice/utils/common.py +1 -1
- xinference/thirdparty/cosyvoice/utils/file_utils.py +40 -2
- xinference/thirdparty/cosyvoice/utils/frontend_utils.py +7 -0
- xinference/thirdparty/cosyvoice/utils/mask.py +4 -0
- xinference/thirdparty/cosyvoice/utils/train_utils.py +5 -1
- xinference/thirdparty/matcha/hifigan/xutils.py +3 -3
- xinference/types.py +0 -71
- xinference/web/ui/build/asset-manifest.json +3 -3
- xinference/web/ui/build/index.html +1 -1
- xinference/web/ui/build/static/js/main.ae579a97.js +3 -0
- xinference/web/ui/build/static/js/main.ae579a97.js.map +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/0196a4b09e3264614e54360d5f832c46b31d964ec58296765ebff191ace6adbf.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/12e02ee790dbf57ead09a241a93bb5f893393aa36628ca741d44390e836a103f.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/18fa271456b31cded36c05c4c71c6b2b1cf4e4128c1e32f0e45d8b9f21764397.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/2fdc61dcb6a9d1fbcb44be592d0e87d8c3f21297a7327559ef5345665f8343f7.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/3d596a3e8dd6430d7ce81d164e32c31f8d47cfa5f725c328a298754d78563e14.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/8472e58a31720892d534f3febda31f746b25ec4aa60787eef34217b074e67965.json +1 -0
- xinference/web/ui/src/locales/en.json +6 -4
- xinference/web/ui/src/locales/zh.json +6 -4
- {xinference-1.5.1.dist-info → xinference-1.6.0.post1.dist-info}/METADATA +59 -39
- {xinference-1.5.1.dist-info → xinference-1.6.0.post1.dist-info}/RECORD +87 -87
- {xinference-1.5.1.dist-info → xinference-1.6.0.post1.dist-info}/WHEEL +1 -1
- xinference/core/image_interface.py +0 -377
- xinference/thirdparty/cosyvoice/bin/export_trt.sh +0 -9
- xinference/web/ui/build/static/js/main.91e77b5c.js +0 -3
- xinference/web/ui/build/static/js/main.91e77b5c.js.map +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/0f0adb2283a8f469d097a7a0ebb754624fa52414c83b83696c41f2e6a737ceda.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/5e6edb0fb87e3798f142e9abf8dd2dc46bab33a60d31dff525797c0c99887097.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/6087820be1bd5c02c42dff797e7df365448ef35ab26dd5d6bd33e967e05cbfd4.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/8157db83995c671eb57abc316c337f867d1dc63fb83520bb4ff351fee57dcce2.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/f04f666b77b44d7be3e16034d6b0074de2ba9c254f1fae15222b3148608fa8b3.json +0 -1
- /xinference/web/ui/build/static/js/{main.91e77b5c.js.LICENSE.txt → main.ae579a97.js.LICENSE.txt} +0 -0
- {xinference-1.5.1.dist-info → xinference-1.6.0.post1.dist-info}/entry_points.txt +0 -0
- {xinference-1.5.1.dist-info → xinference-1.6.0.post1.dist-info}/licenses/LICENSE +0 -0
- {xinference-1.5.1.dist-info → xinference-1.6.0.post1.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=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
|
|
7
7
|
xinference/fields.py,sha256=0UtBFaDNzn1n9MRjyTkNrolsIML-TpZfudWOejqjni8,5245
|
|
8
8
|
xinference/isolation.py,sha256=gTU1em5fxg1m-7hxieWBMZvVkXZX4GZYmeT7XxXsYrU,2699
|
|
9
|
-
xinference/types.py,sha256=
|
|
9
|
+
xinference/types.py,sha256=CEHiKrMT_a1xX38vxVxHIWgkLxRXaMkaXRrMI8E1D9Y,11637
|
|
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=foag85cq5wQxoh6K7ESyy1YToLVXlfoIdMm6sp9PvBU,98827
|
|
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
|
|
@@ -18,36 +18,36 @@ xinference/client/__init__.py,sha256=Gc4HOzAy_1cic5kXlso7hahYgw89CKvZSJDicEU461k
|
|
|
18
18
|
xinference/client/common.py,sha256=iciZRs5YjM2gYsXnwACPMaiBZp4_XpawWwfym0Iyu40,1617
|
|
19
19
|
xinference/client/handlers.py,sha256=HYmQjG0BPK5PKcWVEDJqQz5iLjS8yjOq5j-HP_CAi_k,630
|
|
20
20
|
xinference/client/restful/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
21
|
-
xinference/client/restful/restful_client.py,sha256=
|
|
21
|
+
xinference/client/restful/restful_client.py,sha256=VYJdDsbHppOtuQGSCE6vdSmCmvQtaLCVcaRPTx_b_D0,57936
|
|
22
22
|
xinference/core/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
23
23
|
xinference/core/cache_tracker.py,sha256=3ubjYCU5aZToSp2GEuzedECVrg-PR4kThTefrFUkb9g,6971
|
|
24
24
|
xinference/core/chat_interface.py,sha256=GbjCZgxv9t14r7-DK7G2tB5Xhuze8R4nLiB92D4mBjo,31174
|
|
25
25
|
xinference/core/event.py,sha256=42F38H2WOl6aPxp2oxX6WNxHRRxbnvYRmbt4Ar7NP4U,1640
|
|
26
|
-
xinference/core/
|
|
26
|
+
xinference/core/media_interface.py,sha256=txwgcqlj5CdBi3zFbGobLclEdCkThR152TJqzqiQrts,27450
|
|
27
27
|
xinference/core/metrics.py,sha256=ScmTG15Uq3h_ob72ybZSMWdnk8P4sUZFcm60f4ikSXc,2631
|
|
28
|
-
xinference/core/model.py,sha256=
|
|
28
|
+
xinference/core/model.py,sha256=Nq57d1AjdKsVtKuoscibLrGBs0OKmmqYURkleTeRdBc,46528
|
|
29
29
|
xinference/core/progress_tracker.py,sha256=CNCc1ZVscvp-JJznPTYJDPuis7ya6ZothZUIalDcxDo,6798
|
|
30
30
|
xinference/core/resource.py,sha256=aTV89dmuKxw5JnwQglRkA2Wxu1EBLM5WjmLxITSXYgs,1808
|
|
31
31
|
xinference/core/scheduler.py,sha256=0rbbaVYQ4g2W8P3tbbHonmFjFkllmoPB3OtkVPr5crA,15650
|
|
32
32
|
xinference/core/status_guard.py,sha256=VLhyqpobdclfyzcROqf4bmGDiKpuHllto316X3Z6Hrc,2860
|
|
33
33
|
xinference/core/supervisor.py,sha256=uEmVyYFMCpec6MDNnEf3J3aWDqA2BYI1yOxnCuwRn_w,71711
|
|
34
34
|
xinference/core/utils.py,sha256=VgcvxpTr2Q8am3MoHp7JPjC7jLYlKX2kLVdBo2Q_fRo,10430
|
|
35
|
-
xinference/core/worker.py,sha256=
|
|
35
|
+
xinference/core/worker.py,sha256=RYGwwEPCtm6sU_mFU5aQJhozQ8tuE3r3EF4lxM20Mkw,61958
|
|
36
36
|
xinference/deploy/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
37
37
|
xinference/deploy/cmdline.py,sha256=zUyfEwCpcyWpE3xHgfq-QAuO3YBZm1zM1Vrp9CqOM3A,50968
|
|
38
38
|
xinference/deploy/local.py,sha256=sO3BcpEH9oCF87CxWVA4AXAYcfHGnrcop40ew5NOA2g,3979
|
|
39
39
|
xinference/deploy/supervisor.py,sha256=68rB2Ey5KFeF6zto9YGbw3P8QLZmF_KSh1NwH_pNP4w,2986
|
|
40
|
-
xinference/deploy/utils.py,sha256=
|
|
40
|
+
xinference/deploy/utils.py,sha256=gEU7mXID00bbi7PxE7iqJePpLhwvzjmgAHsEErKddp8,6623
|
|
41
41
|
xinference/deploy/worker.py,sha256=VQ71ClWpeGsyFgDmcOes2ub1cil10cBjhFLHYeuVwC4,2974
|
|
42
42
|
xinference/deploy/test/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
43
43
|
xinference/deploy/test/test_cmdline.py,sha256=ozgVyvaa_AxRDbApu4o3qzOfVfF1wflMNtsJbudUwb8,9801
|
|
44
44
|
xinference/model/__init__.py,sha256=bCEwvKjoazBW8QZ5C5Hpfd5v_VTbWpXvo8IB9d4Qs70,1127
|
|
45
45
|
xinference/model/core.py,sha256=FKiT0D2-FGbxLtaf4C01Yrn8t3n6AYHXGY9WowycxZc,5057
|
|
46
46
|
xinference/model/utils.py,sha256=xsu1TIj2ATyA1h2okEl2rdtdjytFsFCDnwLgPdd_KjQ,14947
|
|
47
|
-
xinference/model/audio/__init__.py,sha256=
|
|
47
|
+
xinference/model/audio/__init__.py,sha256=CY1JDmT3g3V3Ei3mx3uvHkHL3MKqG8fp0hsCHJymcKA,3330
|
|
48
48
|
xinference/model/audio/chattts.py,sha256=ny3DZTCTt2MzdkLw994_QHZ_4qIEUZcNexNJkCejCyo,4998
|
|
49
|
-
xinference/model/audio/core.py,sha256=
|
|
50
|
-
xinference/model/audio/cosyvoice.py,sha256=
|
|
49
|
+
xinference/model/audio/core.py,sha256=C20tXJJBnK9HhkkomiybFaYys-s5bW-Y4RWkkFJ4Zjw,8108
|
|
50
|
+
xinference/model/audio/cosyvoice.py,sha256=vy_QjSlPKLdc5WYjvrnNR6dS0zlyLt9le8ezzWqQW0s,7909
|
|
51
51
|
xinference/model/audio/custom.py,sha256=8GXBRmTtR-GY03-E91nlRGTIuabCRzlt20ecU6Un6Y8,4985
|
|
52
52
|
xinference/model/audio/f5tts.py,sha256=RyfEYVvKhV7JygIv4F45C8wBr-u0mx9WpXj3gIOtL7o,6809
|
|
53
53
|
xinference/model/audio/f5tts_mlx.py,sha256=SbYIo1C3EfZ8L30P7OTx0Dx7KuXIIpQKf8uZqR1e760,8527
|
|
@@ -56,12 +56,12 @@ xinference/model/audio/funasr.py,sha256=65z7U7_F14CCP-jg6BpeY3_49FK7Y5OCRSzrhhsk
|
|
|
56
56
|
xinference/model/audio/kokoro.py,sha256=7gqMqsW9NW3xm9zOXbqB4y_1UmMnI5JCub14K3iyLL4,3729
|
|
57
57
|
xinference/model/audio/megatts.py,sha256=fA2_vbEZ1ggIh2xSGacnyp72Kn2TyQGfjxFlO_w-oGw,3369
|
|
58
58
|
xinference/model/audio/melotts.py,sha256=lJdOsce2mMOTQIslv6xq1JTEO7vC6Q9ga2xjY-_E7uw,3493
|
|
59
|
-
xinference/model/audio/model_spec.json,sha256=
|
|
60
|
-
xinference/model/audio/model_spec_modelscope.json,sha256
|
|
59
|
+
xinference/model/audio/model_spec.json,sha256=wCKQGuw5w1oj7GobIAgzGn13kxF5jt-t-V-wNf174a8,11448
|
|
60
|
+
xinference/model/audio/model_spec_modelscope.json,sha256=kw3w7kaegi5GFkzXat4GIvuyYSACwTqTirp51jq6u4g,4060
|
|
61
61
|
xinference/model/audio/utils.py,sha256=fnnQfZlhH6DRw6beXPUIO28u6qu2GgCONrWDIsTCNkw,1591
|
|
62
62
|
xinference/model/audio/whisper.py,sha256=NePQOYy2CnVqi7g6uY9hq5tlUIxZ995FOIOPsPZCfJ8,9058
|
|
63
63
|
xinference/model/audio/whisper_mlx.py,sha256=zBuCd7GUlsN9FC_-J11gqIkOCicihfbqxoabiXTvH2Q,7237
|
|
64
|
-
xinference/model/embedding/__init__.py,sha256=
|
|
64
|
+
xinference/model/embedding/__init__.py,sha256=xu6Q7KyX-WbNoetu2IIRAfeKFhnj5JknZQRf0aV5gdE,3210
|
|
65
65
|
xinference/model/embedding/core.py,sha256=W4xQP3zCZLnWqSc__VM6xm8pUxFON49o-JXhAIZkzVY,32719
|
|
66
66
|
xinference/model/embedding/custom.py,sha256=757KncqhsOWVypHZFtuhBP_xy-UTNaFdy0BuZRfuIV8,3848
|
|
67
67
|
xinference/model/embedding/model_spec.json,sha256=EqoR3mubGwCRhAiG6airmS1i881MAxRcwG0FkTyODjs,7233
|
|
@@ -73,7 +73,7 @@ xinference/model/flexible/utils.py,sha256=_GlEarRHKPAxT7o6N39VOd9sB580zKzdSktqjb
|
|
|
73
73
|
xinference/model/flexible/launchers/__init__.py,sha256=X8w_2hKuQ9H3f90XYK7H_AQU4J8lHQdEeUNBZcdqso8,704
|
|
74
74
|
xinference/model/flexible/launchers/image_process_launcher.py,sha256=APbbHls0N9DpLFL6_qTexuc5o6bQAvdgJEAZWU4clyw,2510
|
|
75
75
|
xinference/model/flexible/launchers/transformers_launcher.py,sha256=OZeeogDfopRUGhulP4PRJ4fZEJ2D9cfv7lcC2qJBoDE,2012
|
|
76
|
-
xinference/model/image/__init__.py,sha256=
|
|
76
|
+
xinference/model/image/__init__.py,sha256=n_RhozCUaU8fn8ZGTkJ9EWRVPTOit7uGVIoTsjCafNs,2835
|
|
77
77
|
xinference/model/image/core.py,sha256=SYlUS-aTI3y5LvmWXivdEV5HbjY1Mpe-_kXge8E_4RE,13079
|
|
78
78
|
xinference/model/image/custom.py,sha256=5gjujQpJVTJ-pVB5LzBo4-bWKKOHzFlRaoRKJ_CuIUg,3769
|
|
79
79
|
xinference/model/image/model_spec.json,sha256=BvH1A1G8lpa_NuXi8XPJSA5E4ZOdnN7f4vJm1acgSBU,9904
|
|
@@ -87,51 +87,51 @@ xinference/model/image/scheduler/flux.py,sha256=GHlpPfU5UxsiQWNyvNe9SaVZceNg_2Ci
|
|
|
87
87
|
xinference/model/image/stable_diffusion/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
88
88
|
xinference/model/image/stable_diffusion/core.py,sha256=V3BaASwx8q1YERb4jhhaYEDFiwh3BuPAz8pVZTuktAQ,24717
|
|
89
89
|
xinference/model/image/stable_diffusion/mlx.py,sha256=GZsozzGB04NfHAdU9MI6gwWE1t_A-s_Ddn_ic8DlkKQ,7476
|
|
90
|
-
xinference/model/llm/__init__.py,sha256=
|
|
91
|
-
xinference/model/llm/core.py,sha256=
|
|
92
|
-
xinference/model/llm/llm_family.json,sha256=
|
|
93
|
-
xinference/model/llm/llm_family.py,sha256=
|
|
90
|
+
xinference/model/llm/__init__.py,sha256=C8oWRF0sdShzOvHrMYrdSb6EdOwfZFBDL8MQoQ63E9E,10845
|
|
91
|
+
xinference/model/llm/core.py,sha256=HLShSFCE4cgy-b0Ye3L2icpovO0h10COo62eWRp-5X0,9465
|
|
92
|
+
xinference/model/llm/llm_family.json,sha256=OV-9v9psMBVcBuB083oEB9l_qw4T0-AnVCmadbzN5fA,404945
|
|
93
|
+
xinference/model/llm/llm_family.py,sha256=3mNGK_ow6CS2nVq5FWLzqwCxMPCW3S2rV2dAjdVIcFQ,42136
|
|
94
94
|
xinference/model/llm/llm_family_csghub.json,sha256=OYve65CgLVHdyTC3UMe7vqhFwC09OR7XhzDsVEpkJhY,6908
|
|
95
|
-
xinference/model/llm/llm_family_modelscope.json,sha256=
|
|
95
|
+
xinference/model/llm/llm_family_modelscope.json,sha256=1jeRHkOdWyCJtfrzzrGVog5HbcuSqBctYBtYkmHyhiQ,349628
|
|
96
96
|
xinference/model/llm/llm_family_openmind_hub.json,sha256=siUXCbVjhh781Vdd7iTPpnobz61NOTiG01WLvx6eZ34,59604
|
|
97
97
|
xinference/model/llm/memory.py,sha256=GLNmXBI-AtMbuaJfEf50fnhN4rdbOZjLyT6L_Vjqa5g,10206
|
|
98
|
-
xinference/model/llm/reasoning_parser.py,sha256=
|
|
99
|
-
xinference/model/llm/utils.py,sha256=
|
|
98
|
+
xinference/model/llm/reasoning_parser.py,sha256=L9BGzsQiTw8QY6BtQfdEGJmCL_RpnYR1MXBkczOS6SU,17184
|
|
99
|
+
xinference/model/llm/utils.py,sha256=b_QAng7OGLs40VIRfdcQrH5avNDSQzSoLaZtPXwCnGo,36292
|
|
100
100
|
xinference/model/llm/llama_cpp/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
101
|
-
xinference/model/llm/llama_cpp/core.py,sha256=
|
|
101
|
+
xinference/model/llm/llama_cpp/core.py,sha256=WDmTHmuqBzCNbsvaZPkpgwz8IHcsNL4ktCFoJv5Y2ns,11454
|
|
102
102
|
xinference/model/llm/lmdeploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
103
103
|
xinference/model/llm/lmdeploy/core.py,sha256=sLYhIzmIFv7IdPh2Ft8cC2_jCdJMQ2bBAzPpktDB3bA,19981
|
|
104
104
|
xinference/model/llm/mlx/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
105
|
-
xinference/model/llm/mlx/core.py,sha256=
|
|
105
|
+
xinference/model/llm/mlx/core.py,sha256=B3gO3wJNYAC6O5iVTHgSEBzjST3L90MrBd8taQSxSvc,24828
|
|
106
106
|
xinference/model/llm/sglang/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
|
|
107
|
-
xinference/model/llm/sglang/core.py,sha256=
|
|
107
|
+
xinference/model/llm/sglang/core.py,sha256=wXm7D9pxlvWQqtVnC0vGzBK0KjjTe-RW_QvQXQsb3uA,25161
|
|
108
108
|
xinference/model/llm/transformers/__init__.py,sha256=RZKVW6N_S6XlFEFN0Krf_QcGkTUAj-k3-FXKC7aKDu0,1103
|
|
109
|
-
xinference/model/llm/transformers/chatglm.py,sha256=
|
|
110
|
-
xinference/model/llm/transformers/cogagent.py,sha256=
|
|
111
|
-
xinference/model/llm/transformers/cogvlm2.py,sha256=
|
|
109
|
+
xinference/model/llm/transformers/chatglm.py,sha256=yLRJENdeLfm-gCWNoCU-JWYjhJWQ8EbLJdl0Rpd7-6o,22746
|
|
110
|
+
xinference/model/llm/transformers/cogagent.py,sha256=Bh_por_RJTIMgyxw91M-6CGj-arrgXDblHidI7plErk,9994
|
|
111
|
+
xinference/model/llm/transformers/cogvlm2.py,sha256=GYQ7__4YC53XUmzeHvcpGafceoVjJ8cNnTipmFNMYSM,16075
|
|
112
112
|
xinference/model/llm/transformers/cogvlm2_video.py,sha256=2lnKlJSMnGzyexbAgy759Yoav1b628TMZqykgsHI54Q,11715
|
|
113
|
-
xinference/model/llm/transformers/core.py,sha256=
|
|
113
|
+
xinference/model/llm/transformers/core.py,sha256=rpsAcJSkNnLySeQN7sGK9zG9YB_LjS3QHsVEW1nGRrs,29561
|
|
114
114
|
xinference/model/llm/transformers/deepseek_v2.py,sha256=8N4sFDBe19i2sWhS-4EJm1s-QGcHJN7Uh9-p8ftMU_I,4150
|
|
115
115
|
xinference/model/llm/transformers/deepseek_vl.py,sha256=IrmAueiFJB7-hhuOwqJKbm2aqWXDjo4fQ8uhEQCePrY,10579
|
|
116
116
|
xinference/model/llm/transformers/deepseek_vl2.py,sha256=eRN8hJoOD-M9sRvi-BgH7kU28OTsbCeuwRSW-2dThmU,11062
|
|
117
117
|
xinference/model/llm/transformers/gemma3.py,sha256=sYQSJNA8OEv7jX6tuBd11Rputz3nuP_xxeolQwCAEjI,7159
|
|
118
|
-
xinference/model/llm/transformers/glm4v.py,sha256=
|
|
118
|
+
xinference/model/llm/transformers/glm4v.py,sha256=RZ-b4jQgnGeytnqqDK2ZeVFuQl5MugbB36lKDg4r4wg,13141
|
|
119
119
|
xinference/model/llm/transformers/glm_edge_v.py,sha256=qpLihGAzAONL15LRS2-NDyrttiUF0hhTaKNNOfqPGuU,7427
|
|
120
120
|
xinference/model/llm/transformers/intern_vl.py,sha256=YaOQBXkc8MoE2sr8c5pSmp1LD8ZrsiXJiwoGOXrQxdA,19080
|
|
121
121
|
xinference/model/llm/transformers/internlm2.py,sha256=pkL32jkATCVvsH8wwsIb4LUdgqOnBwX35UsukBETkPQ,3226
|
|
122
122
|
xinference/model/llm/transformers/minicpmv25.py,sha256=WssG5N4VZqoLD18Po6_d5JFqTaPUztm_zwppIntIyy8,6885
|
|
123
|
-
xinference/model/llm/transformers/minicpmv26.py,sha256=
|
|
123
|
+
xinference/model/llm/transformers/minicpmv26.py,sha256=r5dxqyOzJME0uqiEW4Xddiu5196fzULolR0ij89sR-M,14241
|
|
124
124
|
xinference/model/llm/transformers/omnilmm.py,sha256=3JthdEbvJuZCJXdVexDAkDlEmU72Gv0dVznh14K-dWk,5177
|
|
125
125
|
xinference/model/llm/transformers/opt.py,sha256=RLmKlhkHORPcNqAdlh8Snf_3bZAan9FUz39Id6SUsdI,2434
|
|
126
126
|
xinference/model/llm/transformers/ovis2.py,sha256=Da_8u0Hv-2TywPYmXrxLI55N0tKie6xPAY_wAVXX3W8,10811
|
|
127
|
-
xinference/model/llm/transformers/qwen-omni.py,sha256=
|
|
127
|
+
xinference/model/llm/transformers/qwen-omni.py,sha256=XbvckerhJuQZSJ0zkRmPjr2Fx-SeLxKjqHATWwEINzw,10460
|
|
128
128
|
xinference/model/llm/transformers/qwen2_audio.py,sha256=3fjgDIgTw4-CuA0GKNoRnPArdMxW1YNxaTmSPYmv0_Y,6352
|
|
129
129
|
xinference/model/llm/transformers/qwen2_vl.py,sha256=xbbRoVHPCqcjghVh7TS0BVCwaDUId-kkypJJkj6Z-Hk,9378
|
|
130
|
-
xinference/model/llm/transformers/qwen_vl.py,sha256=
|
|
130
|
+
xinference/model/llm/transformers/qwen_vl.py,sha256=QDrElgb_tAJFWrvOzxZd8GmabFa39HRxziQNZOrEtDg,14172
|
|
131
131
|
xinference/model/llm/transformers/tensorizer_utils.py,sha256=VXSYbPZtCbd8lVvsnjDLPZjfCMil67Pkywd_Ze4dTx4,11362
|
|
132
132
|
xinference/model/llm/transformers/utils.py,sha256=KETjuVR_RpF--fno0KxT068fD1v4REFhe-0wy_sCwRs,19584
|
|
133
133
|
xinference/model/llm/vllm/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
134
|
-
xinference/model/llm/vllm/core.py,sha256=
|
|
134
|
+
xinference/model/llm/vllm/core.py,sha256=4VxgW5_dADLxpLi9SxV-l_MXwWg6gPHE1urjyhLa04U,49287
|
|
135
135
|
xinference/model/llm/vllm/distributed_executor.py,sha256=wxIjZ9-TAr6kHqQAHInY3ZWJsLuno_CU0lXl1xP3W6I,11735
|
|
136
136
|
xinference/model/llm/vllm/utils.py,sha256=LKOmwfFRrlSecawxT-uE39tC2RQbf1UIiSH9Uz90X6w,1313
|
|
137
137
|
xinference/model/llm/vllm/xavier/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
@@ -146,43 +146,42 @@ xinference/model/llm/vllm/xavier/executor.py,sha256=RSTjuSgYbp8baCoU36rqEC75-4Z7
|
|
|
146
146
|
xinference/model/llm/vllm/xavier/scheduler.py,sha256=yoD15TaqRprEg_4weuU0HECMTTi__wNCXplL_ytNjoc,20328
|
|
147
147
|
xinference/model/llm/vllm/xavier/transfer.py,sha256=2IbaiAhRnJMwa9qsMa5bowngqfjxDeht0JS1BMbRmyA,11319
|
|
148
148
|
xinference/model/llm/vllm/xavier/test/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
149
|
-
xinference/model/llm/vllm/xavier/test/test_xavier.py,sha256=
|
|
150
|
-
xinference/model/rerank/__init__.py,sha256=
|
|
149
|
+
xinference/model/llm/vllm/xavier/test/test_xavier.py,sha256=lSfo4caaLdWRh0diJ1jd_sY85GV-_9BT40ySs_nirJQ,4695
|
|
150
|
+
xinference/model/rerank/__init__.py,sha256=yxxv4OOHCl3UUOLENP45Eghf_dEsRaCkUUcW5bth_NE,3141
|
|
151
151
|
xinference/model/rerank/core.py,sha256=tKNKx8df8l4BIu77I4YFhx9l7bkFkcXEFx6rppRmXSM,14849
|
|
152
152
|
xinference/model/rerank/custom.py,sha256=wPKF3bHbGap9dHz9yYvXMXhozh4hRzS78RQijqvaRq8,3846
|
|
153
153
|
xinference/model/rerank/model_spec.json,sha256=xUuJgJ8Ad4l2v8gEHxAdF_xoaSkA8j8AX51LhrjGEA0,2005
|
|
154
154
|
xinference/model/rerank/model_spec_modelscope.json,sha256=pf5hX4g0HdVjk2-ibHTl_mXHgQSSPYMTBOIwvnwMMkk,1616
|
|
155
155
|
xinference/model/rerank/utils.py,sha256=MJAFL47G3r3zLVGXKoi0QLTgU3Xr4Ffv72Ipn--psew,713
|
|
156
|
-
xinference/model/video/__init__.py,sha256=
|
|
157
|
-
xinference/model/video/core.py,sha256=
|
|
158
|
-
xinference/model/video/diffusers.py,sha256=
|
|
159
|
-
xinference/model/video/model_spec.json,sha256=
|
|
160
|
-
xinference/model/video/model_spec_modelscope.json,sha256=
|
|
156
|
+
xinference/model/video/__init__.py,sha256=K8zlxWsflB2vmIQgQJCttbudHvblKUSYkoBQcCZYO4k,1797
|
|
157
|
+
xinference/model/video/core.py,sha256=jrBLq1MwB8rI0Mny8mvHlQ8N91uSC_O4tbkjbKHcWjc,6205
|
|
158
|
+
xinference/model/video/diffusers.py,sha256=GKlntHkOYJD_QsQe50jS63CMz7UGn7ITn06tONUrn5s,12780
|
|
159
|
+
xinference/model/video/model_spec.json,sha256=y0c-qty2ptciLNgQOEKLiBVUwaaiBcOaDFKMwe_qBa4,3401
|
|
160
|
+
xinference/model/video/model_spec_modelscope.json,sha256=X-xbJjo9_Q7x18UdxhVj2V8NffvdcBS6Zf9w-hmwJz0,3369
|
|
161
161
|
xinference/thirdparty/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
162
162
|
xinference/thirdparty/cosyvoice/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
163
|
-
xinference/thirdparty/cosyvoice/bin/average_model.py,sha256=
|
|
164
|
-
xinference/thirdparty/cosyvoice/bin/export_jit.py,sha256=
|
|
165
|
-
xinference/thirdparty/cosyvoice/bin/export_onnx.py,sha256=
|
|
166
|
-
xinference/thirdparty/cosyvoice/bin/
|
|
167
|
-
xinference/thirdparty/cosyvoice/bin/inference.py,sha256=l4wX0LPraGw41VFQOMWp8_kMe1Ac3ZkuK4tXQHhjXko,5471
|
|
163
|
+
xinference/thirdparty/cosyvoice/bin/average_model.py,sha256=82LeGlvQh8xFHA_T9fJJDBTtDhJ_UzukJJcFRjyjc9Y,3202
|
|
164
|
+
xinference/thirdparty/cosyvoice/bin/export_jit.py,sha256=hgg-8YeZSpFgglUbBstZQIecImQfpxCEHIPJHOubi84,4044
|
|
165
|
+
xinference/thirdparty/cosyvoice/bin/export_onnx.py,sha256=2FYTh1zgoW5ZVy6qgyAJiCuBbLwk_vAnsPEUhXz-uTw,8989
|
|
166
|
+
xinference/thirdparty/cosyvoice/bin/inference.py,sha256=L0TFWln2tDD0FFrBnmbhCOmjr7Ua7TgqCghhnqgv088,6018
|
|
168
167
|
xinference/thirdparty/cosyvoice/bin/spk2info.pt,sha256=-0kWCdolo1FLdtdtVdvyZoY5TDeNWWEo-z4V8rdM30Q,1317821
|
|
169
|
-
xinference/thirdparty/cosyvoice/bin/train.py,sha256=
|
|
168
|
+
xinference/thirdparty/cosyvoice/bin/train.py,sha256=2KTcLXOJ820ev03FZ4Zx7kpOb82DScKwgqEUFFHOmQ4,7096
|
|
170
169
|
xinference/thirdparty/cosyvoice/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
171
|
-
xinference/thirdparty/cosyvoice/cli/cosyvoice.py,sha256=
|
|
172
|
-
xinference/thirdparty/cosyvoice/cli/frontend.py,sha256=
|
|
173
|
-
xinference/thirdparty/cosyvoice/cli/model.py,sha256=
|
|
170
|
+
xinference/thirdparty/cosyvoice/cli/cosyvoice.py,sha256=RFI2-U28kV8bXijqblbK_4KWJvGaiwV0yN2PC1k_lOk,11925
|
|
171
|
+
xinference/thirdparty/cosyvoice/cli/frontend.py,sha256=ZwzLMah9OETUHcK0eQTVa9EHaPduf2fRH0x-Ms9JAVE,12349
|
|
172
|
+
xinference/thirdparty/cosyvoice/cli/model.py,sha256=McyHerhnbOfgAd0OyGJuCyGGkfHfmlTa4JQIymSDaF0,26501
|
|
174
173
|
xinference/thirdparty/cosyvoice/dataset/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
175
174
|
xinference/thirdparty/cosyvoice/dataset/dataset.py,sha256=6CJJZv1hOzK6jTbqsYpcL5UQk1O5dnc25NVgnSDuA_U,5403
|
|
176
|
-
xinference/thirdparty/cosyvoice/dataset/processor.py,sha256=
|
|
177
|
-
xinference/thirdparty/cosyvoice/flow/decoder.py,sha256=
|
|
178
|
-
xinference/thirdparty/cosyvoice/flow/flow.py,sha256=
|
|
179
|
-
xinference/thirdparty/cosyvoice/flow/flow_matching.py,sha256=
|
|
180
|
-
xinference/thirdparty/cosyvoice/flow/length_regulator.py,sha256=
|
|
181
|
-
xinference/thirdparty/cosyvoice/hifigan/discriminator.py,sha256=
|
|
182
|
-
xinference/thirdparty/cosyvoice/hifigan/f0_predictor.py,sha256=
|
|
183
|
-
xinference/thirdparty/cosyvoice/hifigan/generator.py,sha256
|
|
184
|
-
xinference/thirdparty/cosyvoice/hifigan/hifigan.py,sha256=
|
|
185
|
-
xinference/thirdparty/cosyvoice/llm/llm.py,sha256=
|
|
175
|
+
xinference/thirdparty/cosyvoice/dataset/processor.py,sha256=wZ0VFSasQ-poZtLRrs2LodPyEBHtG_k8j91BrRyC93I,15860
|
|
176
|
+
xinference/thirdparty/cosyvoice/flow/decoder.py,sha256=Qcg2cw31zL72HskaKYJRg70jGJTC9uU3CGZ7wuZTEck,39640
|
|
177
|
+
xinference/thirdparty/cosyvoice/flow/flow.py,sha256=jAc4z7P7ol4zfDzf_gUsJ1HE6f8PTzgZe7qs7pC7CS4,12882
|
|
178
|
+
xinference/thirdparty/cosyvoice/flow/flow_matching.py,sha256=1ZCR2NdGQqOlApTudxngJNaX2tCWzVpAvMzG1_P7u8Q,17576
|
|
179
|
+
xinference/thirdparty/cosyvoice/flow/length_regulator.py,sha256=srvavaBIUN8Mk0Vi35WyN8og-n6P6J0E2bgnqZ1nQRs,3137
|
|
180
|
+
xinference/thirdparty/cosyvoice/hifigan/discriminator.py,sha256=PbWxtVhMYAyZbujFPqAhNwqK2cYuP1oo1c8l8Dq5-c8,8617
|
|
181
|
+
xinference/thirdparty/cosyvoice/hifigan/f0_predictor.py,sha256=uoymCIodAtYIb-oh0E1p7pgXvdjqICiZgJnLCXGhhmk,2065
|
|
182
|
+
xinference/thirdparty/cosyvoice/hifigan/generator.py,sha256=-AWjuHPx7yTSkZAqzr1PREy97t_FUsDpNzsAK1PetCQ,15587
|
|
183
|
+
xinference/thirdparty/cosyvoice/hifigan/hifigan.py,sha256=6QDaL15-wwLbmm6m0rcZkOq9iCPgfllBm32MUt99wNY,3240
|
|
184
|
+
xinference/thirdparty/cosyvoice/llm/llm.py,sha256=HIMnbll2NOesbviUAwkj40YU5bDaydw6NJIyuVtUxf8,25497
|
|
186
185
|
xinference/thirdparty/cosyvoice/tokenizer/tokenizer.py,sha256=lDQPx83ycMaaOutjKQxSQQROIHFOAf6nNvNh-eWlbfI,7456
|
|
187
186
|
xinference/thirdparty/cosyvoice/tokenizer/assets/multilingual_zh_ja_yue_char_del.tiktoken,sha256=dHl5Yx6BMZNDaqvP98HCNdN96Al7ccVj7Itjt6UVxxg,907395
|
|
188
187
|
xinference/thirdparty/cosyvoice/transformer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -191,23 +190,23 @@ xinference/thirdparty/cosyvoice/transformer/attention.py,sha256=QdJpstXjo5UsClOP
|
|
|
191
190
|
xinference/thirdparty/cosyvoice/transformer/convolution.py,sha256=619B8ySpciXHO5xDCvi7IxvXc4bvGEULsP0yn0aatOE,5230
|
|
192
191
|
xinference/thirdparty/cosyvoice/transformer/decoder.py,sha256=2wQscn4OZTrJJHM7H7FeaXkv_YDJ089iJIN0VV1Yocw,16580
|
|
193
192
|
xinference/thirdparty/cosyvoice/transformer/decoder_layer.py,sha256=uVZiq3LsawsPUMOhX77PFvrLeG0yO0rKHQY7nCHA1k4,4807
|
|
194
|
-
xinference/thirdparty/cosyvoice/transformer/embedding.py,sha256=
|
|
193
|
+
xinference/thirdparty/cosyvoice/transformer/embedding.py,sha256=tQwwvlxmw5yV4NsQFYFMVF_NBiqTbA6nrUwBUIslldw,11777
|
|
195
194
|
xinference/thirdparty/cosyvoice/transformer/encoder.py,sha256=J_nXSZcgNy--Z3TQkLif8GPH7PiPk6TXWye7GtspGKU,21434
|
|
196
195
|
xinference/thirdparty/cosyvoice/transformer/encoder_layer.py,sha256=GSBYK-LJt894Nee1ORGOweudqPLHEcYlf4WYs3kpUbk,9602
|
|
197
196
|
xinference/thirdparty/cosyvoice/transformer/label_smoothing_loss.py,sha256=24gEzxwg4a-_bDPeSDZYmxlH2IF5fQLVB8KoqNT0D90,3459
|
|
198
197
|
xinference/thirdparty/cosyvoice/transformer/positionwise_feed_forward.py,sha256=boA447zIyght3KUI-5udQL86uYvrq89clJNdAyMp0Pg,4219
|
|
199
198
|
xinference/thirdparty/cosyvoice/transformer/subsampling.py,sha256=MfwDR6hRq8EgXf1M9oCZwMQWWJw-maB7JQ6GMM7OGdA,12666
|
|
200
|
-
xinference/thirdparty/cosyvoice/transformer/upsample_encoder.py,sha256=
|
|
199
|
+
xinference/thirdparty/cosyvoice/transformer/upsample_encoder.py,sha256=i3ihzu4Fkmsz7y48TyDtyM46seC6UkPqxu7r2zmMTDM,19343
|
|
201
200
|
xinference/thirdparty/cosyvoice/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
202
|
-
xinference/thirdparty/cosyvoice/utils/class_utils.py,sha256=
|
|
203
|
-
xinference/thirdparty/cosyvoice/utils/common.py,sha256=
|
|
201
|
+
xinference/thirdparty/cosyvoice/utils/class_utils.py,sha256=ddaXf3V0ME-EZM21DIiVZMpVepmhEkGZGLKYHw6Nz8I,3321
|
|
202
|
+
xinference/thirdparty/cosyvoice/utils/common.py,sha256=c1kgvLBtcrexKzVa6RS4FAkEFBi39k2GAQ9d9_U_ph4,5820
|
|
204
203
|
xinference/thirdparty/cosyvoice/utils/executor.py,sha256=tivb-mBApjKUakLKqBeMvjqAZUyPa_6I6cZfbJoxmhc,8559
|
|
205
|
-
xinference/thirdparty/cosyvoice/utils/file_utils.py,sha256=
|
|
206
|
-
xinference/thirdparty/cosyvoice/utils/frontend_utils.py,sha256=
|
|
204
|
+
xinference/thirdparty/cosyvoice/utils/file_utils.py,sha256=i8Dl1iYdErTAcDQEi_Pbz9guTJBF7S92O5A7eGObYIQ,3421
|
|
205
|
+
xinference/thirdparty/cosyvoice/utils/frontend_utils.py,sha256=DQypTgz1GeLRf3LNHcq2yweuoN5I5-eSgmNiKE6hjTA,4273
|
|
207
206
|
xinference/thirdparty/cosyvoice/utils/losses.py,sha256=VRkh1v_mmss65WcRKv9-EPqOwSKGixeUtI0bIXZgdZk,607
|
|
208
|
-
xinference/thirdparty/cosyvoice/utils/mask.py,sha256=
|
|
207
|
+
xinference/thirdparty/cosyvoice/utils/mask.py,sha256=B2zNvw1dulplf5N_LVpZI7eQxHlu9eI-3HqDT3Ynbmc,8637
|
|
209
208
|
xinference/thirdparty/cosyvoice/utils/scheduler.py,sha256=lEfquE_Lcer2VG2zUVa0n-UxgvJEdEodyT66so-h6jQ,24920
|
|
210
|
-
xinference/thirdparty/cosyvoice/utils/train_utils.py,sha256=
|
|
209
|
+
xinference/thirdparty/cosyvoice/utils/train_utils.py,sha256=eN7y8wvL8dsOn5uMdV97pwkq0vh_aWzQaJ2FRgNSn_g,15400
|
|
211
210
|
xinference/thirdparty/deepseek_vl/__init__.py,sha256=N5CYTfTFEiTT7mrNrrGTSyvDOVkGVO3pE_fWm8ugcAw,1458
|
|
212
211
|
xinference/thirdparty/deepseek_vl/models/__init__.py,sha256=gVJoBKpRfny6w_QpTrTh_iCqUtVJZLuctzfPQq-dKDw,1328
|
|
213
212
|
xinference/thirdparty/deepseek_vl/models/clip_encoder.py,sha256=tn-uTCAcb63WOX6cB0rl2ynOsum23xy1tAvBqPbIHHo,8197
|
|
@@ -452,7 +451,7 @@ xinference/thirdparty/matcha/hifigan/denoiser.py,sha256=Q2juI2a3QTqce6fuvqWQnSho
|
|
|
452
451
|
xinference/thirdparty/matcha/hifigan/env.py,sha256=QthDmqTWWAIo2tSI-arVteRVxnKUnm9mkjlQVnXbmDc,429
|
|
453
452
|
xinference/thirdparty/matcha/hifigan/meldataset.py,sha256=4Ps0NXA3Yv0oV2PyCdHcptc4lZ43tp978m3BM2NYWxc,6786
|
|
454
453
|
xinference/thirdparty/matcha/hifigan/models.py,sha256=Ln7J7YzeN4h33tBKQHhlPcoNfmX-_-kwBkTZIYJY5q8,11668
|
|
455
|
-
xinference/thirdparty/matcha/hifigan/xutils.py,sha256=
|
|
454
|
+
xinference/thirdparty/matcha/hifigan/xutils.py,sha256=JDAeT9GaNSkjjzdnPqE_BfzNd2hM8ToIycTD8ge-N7g,1402
|
|
456
455
|
xinference/thirdparty/matcha/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
457
456
|
xinference/thirdparty/matcha/models/baselightningmodule.py,sha256=0PKvALIWaJLGV2Pgyl9mwAXbTViC-M3J1Yj934mJ1rU,7049
|
|
458
457
|
xinference/thirdparty/matcha/models/matcha_tts.py,sha256=bIRbDYMzUir6W7oH9MoCGD_5s7Ug8kcc-vmOJM92QNU,10383
|
|
@@ -631,14 +630,14 @@ xinference/thirdparty/whisper/normalizers/english.json,sha256=Zgf5SL6YJNLhsvoiI8
|
|
|
631
630
|
xinference/thirdparty/whisper/normalizers/english.py,sha256=KJjkZyru_J9Ey03jjBFc3yhvWzWuMhQzRnp2dM6IQdA,20868
|
|
632
631
|
xinference/web/ui/package-lock.json,sha256=Q3gwsjjCFtDjVg5Yk7s4jfMAZ1wiyFfS_TJCw3ECB64,762407
|
|
633
632
|
xinference/web/ui/package.json,sha256=iitsROb4-TLzxbOftXJqUGpp38TuPhzfLKy5n9THQYg,2081
|
|
634
|
-
xinference/web/ui/build/asset-manifest.json,sha256=
|
|
633
|
+
xinference/web/ui/build/asset-manifest.json,sha256=BCqyv0Yw9W6tkZgzgfowrAPyn0FMyCTw04uVw9-S4qY,453
|
|
635
634
|
xinference/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
|
|
636
|
-
xinference/web/ui/build/index.html,sha256=
|
|
635
|
+
xinference/web/ui/build/index.html,sha256=WC1C6818TaoDCWF_XazygkYDr3abE9_1H4wkLSwyI1U,650
|
|
637
636
|
xinference/web/ui/build/static/css/main.337afe76.css,sha256=2gpwMegLjHVlFTO6g0bp9f1NPMbiycoZS0RKeQB25ko,5273
|
|
638
637
|
xinference/web/ui/build/static/css/main.337afe76.css.map,sha256=qg8_Ykb0_Zo1QXgq3Vm0nMv01_AgL8hxxk84sFfqlg8,9920
|
|
639
|
-
xinference/web/ui/build/static/js/main.
|
|
640
|
-
xinference/web/ui/build/static/js/main.
|
|
641
|
-
xinference/web/ui/build/static/js/main.
|
|
638
|
+
xinference/web/ui/build/static/js/main.ae579a97.js,sha256=5TFDB3UflE94zr0B5oHcqMFSFqBYSKHMcEEHVjV2FW4,1239783
|
|
639
|
+
xinference/web/ui/build/static/js/main.ae579a97.js.LICENSE.txt,sha256=d8ETWF_wyLDtaMx4LKhmJjBONXs3Onu4YucCXopqPK0,2321
|
|
640
|
+
xinference/web/ui/build/static/js/main.ae579a97.js.map,sha256=ph-6CTWNhWAS3OMHuCu4BrcxAB3XCyUD2zpdJ4Jq2bM,5230012
|
|
642
641
|
xinference/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
|
|
643
642
|
xinference/web/ui/node_modules/.package-lock.json,sha256=2kL1sQ4ZuDQilki9DnRFFM8CxT13fyGl3chLK6i3DQY,760261
|
|
644
643
|
xinference/web/ui/node_modules/.cache/babel-loader/00012b59e7dc64a18400bdddb660faa295258241c0b9cd15c78cdba63b858ed8.json,sha256=FhiSQ9MQv6bT7TkLBlXXskoaG2HCKhsuTXXlkDV-pM4,668
|
|
@@ -716,6 +715,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/01844a80ad31cbc52605aaf3ca797
|
|
|
716
715
|
xinference/web/ui/node_modules/.cache/babel-loader/01844bbc12407de1ae8c1e997e6ea1f4ae7e7699c1f497255768dc9a0ada2f8f.json,sha256=8FEEYQpC1yZjJ6fpcZr-t4hUWk7ysFxnVD1Z3pUcAaE,1629
|
|
717
716
|
xinference/web/ui/node_modules/.cache/babel-loader/018760e10cf3dacffde7029d71475ebf752e297444499514f34ef805c387da8e.json,sha256=ttXODjkhyINrvptoe-kI_DsOerAAb4mFf9rFvM28g3U,1115
|
|
718
717
|
xinference/web/ui/node_modules/.cache/babel-loader/0192f73be5c38c3a270959456389765e29eb61bb1d7970e5440e4327014339e6.json,sha256=rYEBzxwjAL-hkgzqPlJLZZ9lxbifqhoK6Z61o8fAXeo,1433
|
|
718
|
+
xinference/web/ui/node_modules/.cache/babel-loader/0196a4b09e3264614e54360d5f832c46b31d964ec58296765ebff191ace6adbf.json,sha256=S31peFmPj8SyRhTikhjSDuc62jV3o3nBQJxwX5nF8yY,21254
|
|
719
719
|
xinference/web/ui/node_modules/.cache/babel-loader/01980594042908e48b85a92879270e1809ad633a7db18b118b1483e8263aa506.json,sha256=QRT8fm4jpf9arR4NTna_Ys0Cobi3evFuqO53mGs2hyc,1425
|
|
720
720
|
xinference/web/ui/node_modules/.cache/babel-loader/01a61e4047a2038015e6f21ed139506a4e140e7cbcae537cc730268646da118e.json,sha256=Pkwdvmzh8ITiBWhSiBeVSBd0C5C7FTQH-FamoMBLRtY,913
|
|
721
721
|
xinference/web/ui/node_modules/.cache/babel-loader/01adb42242839b43e7351585628a7150f83f3a21f5baa65359dd25d9c14a839d.json,sha256=v6s_avWo5Z5ChMtqa7iGQbvJjLHTycPjY0NB0zCOs8w,313
|
|
@@ -1356,7 +1356,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/0ef84bbb6b567d753a060bcd921cb
|
|
|
1356
1356
|
xinference/web/ui/node_modules/.cache/babel-loader/0efd7db36d8479197fe4d6fd406d90fe9841d6018ce2b1b0f53f25e7438a88f9.json,sha256=6fOUQui_YSFHFDeWqK8nxrcJ7Z1VyTSyijVj7yimtgM,1530
|
|
1357
1357
|
xinference/web/ui/node_modules/.cache/babel-loader/0f0411593a7e8b8bff7f9a4b09f708c6eaafae8d359b73017a63c901658901d3.json,sha256=fgXt_imBl5ngvobBRLkdi7cI6AyW_07onWYdiyYdVP4,1732
|
|
1358
1358
|
xinference/web/ui/node_modules/.cache/babel-loader/0f0a073112ecc16a2813d386f82fe951dc0ce5a10473ff1024aacb58bf001cf7.json,sha256=wz-iXkh0-WT0xa1w7ZuzY2oK6-4vS5W815CkMygUE_A,1259
|
|
1359
|
-
xinference/web/ui/node_modules/.cache/babel-loader/0f0adb2283a8f469d097a7a0ebb754624fa52414c83b83696c41f2e6a737ceda.json,sha256=gXeQ-hi5JIvzEIv3ZLo6A1MbFoNrcG99AsNekqoK1-0,79726
|
|
1360
1359
|
xinference/web/ui/node_modules/.cache/babel-loader/0f1103819797fe986c40db633df5e68feb9e429753a497815b0babfa25bbbc5f.json,sha256=BLBzQuF_qHwWXayWpBeCIxJn28euUGFuIdLxxygQKcE,1320
|
|
1361
1360
|
xinference/web/ui/node_modules/.cache/babel-loader/0f11394414eb9c39d69d5b451ba37c9796ebdc1355faca1fe1b99ff5238cdc5b.json,sha256=Aw19lQ1qJZWQVAyuXkJLEUTECb8-AOda5y-IUzNxpFY,1456
|
|
1362
1361
|
xinference/web/ui/node_modules/.cache/babel-loader/0f130ad0b650f6c87c8678f5b5a766a9539bad1a26f67cb0462ce468b5cadc2d.json,sha256=yCSTVZ_eNRZrULnaWjUNE7Q8BPSxWe0kom7rG1k-d84,1602
|
|
@@ -1556,6 +1555,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/12d34efbef62d08525e0b1a6521c7
|
|
|
1556
1555
|
xinference/web/ui/node_modules/.cache/babel-loader/12d3d3e61079713c82322e436d0d188274ec2e160489007b04facedfb18ca8ea.json,sha256=F7cO372aa6UfXXBG6QuddrY6WUkFhhNoINh4BDjgyFc,1344
|
|
1557
1556
|
xinference/web/ui/node_modules/.cache/babel-loader/12d9910498e04dc27f4dab7f101f23e9f78ab3ec0d52d9c9c5adbf0b0d56712b.json,sha256=CoiTG49zJlKULV2hoUgYoNDNx1GJn_EmKplC4fKsmHM,1696
|
|
1558
1557
|
xinference/web/ui/node_modules/.cache/babel-loader/12da966f84472c881ea980bec44b2e1e7f8b3609a98dafe32e1155143e27389e.json,sha256=jE273ShkPRoV1X5DlreHnbXzHV78nbUwyYL_6RyqDD0,1140
|
|
1558
|
+
xinference/web/ui/node_modules/.cache/babel-loader/12e02ee790dbf57ead09a241a93bb5f893393aa36628ca741d44390e836a103f.json,sha256=4r0SOuZcNrN4YOatbgAKUKEsJQoXtvv25gNKU1S-Pvo,80373
|
|
1559
1559
|
xinference/web/ui/node_modules/.cache/babel-loader/12e2171ec6f8c0ba2e6af95bf09fbdc6fb8d80bd4661ef95a555176c3bbb4c3a.json,sha256=wfkhMvhvaFkYfFDsimUk--86GdR2u_BbegRNcX4EzAo,1085
|
|
1560
1560
|
xinference/web/ui/node_modules/.cache/babel-loader/12ecd49fd7bb3daf76f2827e7a5e83e95de15031a6b619b855d4955b7a8c59ad.json,sha256=cfHM4rcbpjtUUjoRaDJmajfYPvn0MskDxsE8t-1_PJA,1902
|
|
1561
1561
|
xinference/web/ui/node_modules/.cache/babel-loader/12efca6ed9ec73bf07c46375e62cbc63c302cb4c4ff10a06b1d0f99314f7b3aa.json,sha256=DJDWAbnYdNF_eJ4CORn7K2UAtrpOzcdq_RxxxSIBZUo,1193
|
|
@@ -1851,6 +1851,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/18ee64a4e09cf8b49b4af9c3c2d45
|
|
|
1851
1851
|
xinference/web/ui/node_modules/.cache/babel-loader/18f35c8bce52b4671064eddaf4e1fb3a594cbce483cad516aa7cb3290c97a4c5.json,sha256=G0Tn9hrbBCCWd1H6H3QoV2sx3PaHNSCSVk0B9KnHJT0,1195
|
|
1852
1852
|
xinference/web/ui/node_modules/.cache/babel-loader/18f65640270951764aa240e86423b105acd193a051f995a636ca0e2a99f65f0b.json,sha256=C6RfhbLaVG2jQ50d6FtzxqjH7FRa3FGIVzbOTODShl4,1384
|
|
1853
1853
|
xinference/web/ui/node_modules/.cache/babel-loader/18f81e756819d316bbd3cdf671e2245ceb156196f883807e069484c732e90128.json,sha256=EKgh5hKXKmFJho_j0BNQ6FgDU0oD52KZF3Nh0zUhN3M,2287
|
|
1854
|
+
xinference/web/ui/node_modules/.cache/babel-loader/18fa271456b31cded36c05c4c71c6b2b1cf4e4128c1e32f0e45d8b9f21764397.json,sha256=7Bvd-pnHQSTKg-ChbhI-_I3va-Etgm4fMbhxm0ELkFM,2777
|
|
1854
1855
|
xinference/web/ui/node_modules/.cache/babel-loader/18fb940ad1c21b829c1834bb3881dcddbcb9ff594f09afebca2a6fbe5d3bc366.json,sha256=ZVEpXWzQ5yRvlzZ5grSCcY0LB7UbdmPf-P_qQk9g2HY,2262
|
|
1855
1856
|
xinference/web/ui/node_modules/.cache/babel-loader/19011aa0d4e1a3cacdcc3488a6b3d688e255bebd1fda92191d7b9836b4114e53.json,sha256=GWeyQ8ujBwNJT3tPLHoVw_dv-Tqt9_Lrt-lZqJskczU,1640
|
|
1856
1857
|
xinference/web/ui/node_modules/.cache/babel-loader/1906939d2d20cc3ce1741b5a47d2830c0dd0e58c74d6942b7cf2db3753c7c367.json,sha256=HAbbh3xoeprbPXRk-MO3ifl1MQe2DXHNkpJjmqjQk5c,1537
|
|
@@ -2901,6 +2902,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/2fc189e202eae477881f2c10d59b1
|
|
|
2901
2902
|
xinference/web/ui/node_modules/.cache/babel-loader/2fc8e4cdea909fdcb1ada0d21b488911edee695ed5ca0c18c876f0505451ee7a.json,sha256=VOdrB5mZjuySA7TEmXCoas-wUADB0B2EBPN6ZVIBwWo,1426
|
|
2902
2903
|
xinference/web/ui/node_modules/.cache/babel-loader/2fd18d65da9fbb1a18fe819308c9daf1921acc644c53949c50770eb653a8c6fb.json,sha256=_bzUIw1Apuhz8Ylbh8c3mjMSMk8nQFuoU_3_S59sIpw,1598
|
|
2903
2904
|
xinference/web/ui/node_modules/.cache/babel-loader/2fd8d435d25c6018b095eea3d6d4ad5e85f4b7b9f3b017d6b08b60e8bcc9cf8d.json,sha256=BIvru61ynUq4vbgtEnZynljG0kv0jmkL3Zqk6ulgztY,2618
|
|
2905
|
+
xinference/web/ui/node_modules/.cache/babel-loader/2fdc61dcb6a9d1fbcb44be592d0e87d8c3f21297a7327559ef5345665f8343f7.json,sha256=lp668J986pSxK6fvKgBkALkdQ5ZUuYkLiO8ynmOH-Mo,6749
|
|
2904
2906
|
xinference/web/ui/node_modules/.cache/babel-loader/2ff4f5a23fead4fb48c3bbf26d5369ae79e6de56e6251f3d9046d61fbcde02b7.json,sha256=0GqyXVYfvI8zFXnonK_4zIR7rowzRogdaGiykU7DkdM,1329
|
|
2905
2907
|
xinference/web/ui/node_modules/.cache/babel-loader/2ff76ec00267b5b389d0908cfa950a64796d19bedccf6395601f3217e169b3b5.json,sha256=INkaAHK1A9DqQHC0_fIH5CL659opNm9Jega0u3dc3nU,2082
|
|
2906
2908
|
xinference/web/ui/node_modules/.cache/babel-loader/2ffade481b2ea5baa4a13772d89d66ddb07b833293d2fa58a316a37ee1445437.json,sha256=RxTIGzl3HY3HsmlTiPPvixutt04_vcZEEf4XvRunqoQ,1049
|
|
@@ -3560,6 +3562,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/3d46cda78855b594d94dbe5af0d98
|
|
|
3560
3562
|
xinference/web/ui/node_modules/.cache/babel-loader/3d4892f4c02bac7d3c66b3d3ea58b3692f4b7a93adacb692f29ffbcefaa8ba6b.json,sha256=EVA86-fTVjJ3gqmjAbGS-w33HBs96nKZUnTrji5WgIk,1788
|
|
3561
3563
|
xinference/web/ui/node_modules/.cache/babel-loader/3d4c55fb485a06c859383e364c9caf093a827a8dea74c9c6edf0160a1847eb7c.json,sha256=NuGr3nRXp2kE-bOUuR6_3fgeMtH81J1ZENCkUG9bhqU,1258
|
|
3562
3564
|
xinference/web/ui/node_modules/.cache/babel-loader/3d5044cf335b17b846e340f72f4f8f088c54a891b56ef999f33a36a7249a2cc9.json,sha256=Pt0SV2qFtrlzxwzKlmXPcxC1ttlxY3zFVlY-QcHt-L0,1307
|
|
3565
|
+
xinference/web/ui/node_modules/.cache/babel-loader/3d596a3e8dd6430d7ce81d164e32c31f8d47cfa5f725c328a298754d78563e14.json,sha256=zryG1uM9xUx1Bj-2dMW4AwkbVpD8J_j-ZKuXnQkJA7A,238499
|
|
3563
3566
|
xinference/web/ui/node_modules/.cache/babel-loader/3d59eeb9e8f1da165bb38cc6eb60c9050c7b9d729e21d3f1f9e214dc44099af2.json,sha256=IGLSliUPB_qzqHlz7tRclhQCM8_U8SkwEzBrasv7dsE,1252
|
|
3564
3567
|
xinference/web/ui/node_modules/.cache/babel-loader/3d627879fcf67b5e23905e9795d157dac39ba8cc02977e1e29c317dd54ffb803.json,sha256=8DqHl5-th3qDpAvAvxXw7UA7IbK5xi1BvGM5ZmXm9qY,1943
|
|
3565
3568
|
xinference/web/ui/node_modules/.cache/babel-loader/3d645dabc20e9ed970ded1a707fb81dcac29f998ba708da9325b6d321a87a331.json,sha256=LRO7ONCteecctdWw83bAPg67oRzPqMWrKb-q2SK2JOM,2367
|
|
@@ -5119,7 +5122,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/5e4d615382054b36735a3a29820c1
|
|
|
5119
5122
|
xinference/web/ui/node_modules/.cache/babel-loader/5e5dd610f8ae32f89ef4f2a92fb743c55fd726fafe1f63be4e66e6a691872289.json,sha256=Jv2eTjq-mVSgwlNBkB4WK5vsf18A2TFLFSMpbe0_gDs,1509
|
|
5120
5123
|
xinference/web/ui/node_modules/.cache/babel-loader/5e5ea6e0eec799591f9bbdf42c4695f1a890a9adcabc1a2f73cbade00ad25865.json,sha256=JRfSxd8_9tM-pj0J2xw36flOP83r-cCNYzw5PUTnAng,1250
|
|
5121
5124
|
xinference/web/ui/node_modules/.cache/babel-loader/5e61e49bd464277ccdc8a48fe7e03a92950a5f8af190fc9f856c2cc4b8e84dd2.json,sha256=74abBOl5YGvS_nZoCrulUDWjqjUz4sXnRp2XogM1Ubw,1710
|
|
5122
|
-
xinference/web/ui/node_modules/.cache/babel-loader/5e6edb0fb87e3798f142e9abf8dd2dc46bab33a60d31dff525797c0c99887097.json,sha256=2Le5DqAESuvEuzkYiqNZqlApy0wE0GqBNGg_fkcgbAM,6696
|
|
5123
5125
|
xinference/web/ui/node_modules/.cache/babel-loader/5e7740a54e51d087b144e50a91d2cc85ff05e9218ad4366ad07aedef7219cf42.json,sha256=YRWRoR_umWgNdHAFcVyxJLCjKt0NG4sHBP2-xlJKR5c,4204
|
|
5124
5126
|
xinference/web/ui/node_modules/.cache/babel-loader/5e7cd8824e18856ecead8a4da6bcf10bcb11ec7dee24b7f2099d534e18dbdb4b.json,sha256=ctB4H6r63ePeJBccygLYvTtI_G-DMn7FVlyGb7UG9xc,1418
|
|
5125
5127
|
xinference/web/ui/node_modules/.cache/babel-loader/5e83d1e377620edc03b2f6e352f40cb19029bcf26c21b13a8673c3b8fa0b3e45.json,sha256=3kEkUIup3cRPqtxStwx32OwR-_0Eeyeg3PHWUssqgLE,1329
|
|
@@ -5218,7 +5220,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/6070502dba1b4bbe5dfee18f7c10e
|
|
|
5218
5220
|
xinference/web/ui/node_modules/.cache/babel-loader/60792491586ec74e42c07de05e95c710b827ffb5992575546e45e7c8117c5d6a.json,sha256=LVo6Yh-RQmymTAvNP1GXACua7tPIcU2AwLWNcRynu-w,1565
|
|
5219
5221
|
xinference/web/ui/node_modules/.cache/babel-loader/6082dd58ba39d30f6c7d50dbf4c49b7839ac0b6cd5de0799f358325e0ebddf34.json,sha256=o_4olTwfk0yFD53ExOujz788kcHw8cUwhGJI3djEUAY,1566
|
|
5220
5222
|
xinference/web/ui/node_modules/.cache/babel-loader/6086c46dc4418599a45f770f6e4015668eee893159b8e17c2121fb4642936aa8.json,sha256=49p9AcYjasbPrXohYETUX7livpPt6XoiTUyPqlyAiAg,1278
|
|
5221
|
-
xinference/web/ui/node_modules/.cache/babel-loader/6087820be1bd5c02c42dff797e7df365448ef35ab26dd5d6bd33e967e05cbfd4.json,sha256=Ks-QwwVmSY5mN4oPPck-1PasasJxWSwSk9Xdd9nhcvs,234733
|
|
5222
5223
|
xinference/web/ui/node_modules/.cache/babel-loader/60951451f419aba808d167f2ee92743b2b0283b57ab8e2b18ed5babb9ac9a4e9.json,sha256=2slycAgsNQu6juCTF3it6j3mOA1GynCdPtwkMGVfQDw,951
|
|
5223
5224
|
xinference/web/ui/node_modules/.cache/babel-loader/609625d03c7fa9ce3dcaa0a98bbe92bbc643337dca3bafc849146458ed965992.json,sha256=Ogt5VujNA-3wj-uPUkIyZGLPjqZMou1dcgmrJhKdRiM,1426
|
|
5224
5225
|
xinference/web/ui/node_modules/.cache/babel-loader/609e817393a84b4c0a9ceec5d68e1c5ef816c4cc11cba69678c4777d1ca224a5.json,sha256=7LhUl1kRm9S3GMg55Lmd8KhvvBKMvdbME8jGHK8U1Vo,1023
|
|
@@ -6802,7 +6803,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/81496b7ff01d97dd5510b9a10401f
|
|
|
6802
6803
|
xinference/web/ui/node_modules/.cache/babel-loader/814e9d2caac0a6776bae84db2b0cd47b1825b5927834ba3f03efe61c49925a52.json,sha256=D10zd34zys5Xp9vunlYZ5LyIjVUNA-zI3hCBK5IHzhM,1897
|
|
6803
6804
|
xinference/web/ui/node_modules/.cache/babel-loader/81513ae04f6eb443d160fc7c12680156271de28408701c8653d6888aedf1198e.json,sha256=ac6Rp6Rjr8KY_Jxrfm9MtTzktwa4ovWCFNBxEMHaELg,314
|
|
6804
6805
|
xinference/web/ui/node_modules/.cache/babel-loader/8155a35306c438d7eb9ae5fd0f79650f92f62224a3d026a1e86774eb1669379b.json,sha256=3mM-8123G4DYT58PVWz_CZLl6TfV2QrwH0jTKySIAmI,30352
|
|
6805
|
-
xinference/web/ui/node_modules/.cache/babel-loader/8157db83995c671eb57abc316c337f867d1dc63fb83520bb4ff351fee57dcce2.json,sha256=oSCUrqxskpnfnbGMXK4XlUA6QEMeyZ8kUUeHH4m9Bpo,39793
|
|
6806
6806
|
xinference/web/ui/node_modules/.cache/babel-loader/8158b370d00b61bb082011830a433e6a7ef64afa7f27a3c052ddf8f71b745269.json,sha256=OF09Axl_BlYK9FXKiIeYxWYtmBbcH8-ljzNYO2GHGeM,12759
|
|
6807
6807
|
xinference/web/ui/node_modules/.cache/babel-loader/815a3eb0ea876c42a2ba8353b7f915de01958be32f5efdaf974841f9a2d08952.json,sha256=9VCaonvW5zDhbd3r5crz9Hosj5HyCdt7rUZ5TwAsYvg,1763
|
|
6808
6808
|
xinference/web/ui/node_modules/.cache/babel-loader/815c5d8a13acba36c8c62c5894ee1df7b38f576fd1622a83ebed44bb74e4e6f0.json,sha256=-pCx4NVz7k2celhd6sZPKScixuTTd7UT6ozZwpnOd-A,1627
|
|
@@ -6950,6 +6950,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/84620c70172ef6d9dda1ff8c37859
|
|
|
6950
6950
|
xinference/web/ui/node_modules/.cache/babel-loader/846828992047b539dc44d65dc88d06d45f4f25e60fa65c5815b840e1f95a5610.json,sha256=NytuV8Al9lZSLUVWYbzR3e90MJ15MHosrK82PIx_dfg,1073
|
|
6951
6951
|
xinference/web/ui/node_modules/.cache/babel-loader/8469e42a6f8d93fcf2176af8b5145b1cfdd6a0b8b96d301c27fd9a7e56aec812.json,sha256=4k24EcgXcOjP0HrjGm_TDowDs3RzAqwprqhv0n4EDH0,1413
|
|
6952
6952
|
xinference/web/ui/node_modules/.cache/babel-loader/846cfc4c2c91a5d98523b5dcae87829da0c9b20c304aa29ec0ab41a798419509.json,sha256=xTDeuiNbi97a6I9utMEgJQbHcC_QfYSl-Gu9OysYpzA,1305
|
|
6953
|
+
xinference/web/ui/node_modules/.cache/babel-loader/8472e58a31720892d534f3febda31f746b25ec4aa60787eef34217b074e67965.json,sha256=wa6BrowvTHPAjRGRUqBQy07I4Prt-KgjkJYMOs6qcCI,39773
|
|
6953
6954
|
xinference/web/ui/node_modules/.cache/babel-loader/8477a9a6b340f5b3b8388b526f57ff0fbfdbfbce7c14a0f88ec03b014bbf535e.json,sha256=HMC3fe4KzXkLRWI8CiszigsRZjAxGJ32loxo7MMnNUs,1465
|
|
6954
6955
|
xinference/web/ui/node_modules/.cache/babel-loader/847c21791b961b79acbd5221ad11c3044b6b82dd6d0577e30b67586e312f0c04.json,sha256=y8o3k1j7Rnli_oHmuG3WD256tVe4bWNNwHFpDNh9FcM,1500
|
|
6955
6956
|
xinference/web/ui/node_modules/.cache/babel-loader/848420a85c5edebcbc50a27d6e8ebf83410ef6a64d35a82e89c34397a036d694.json,sha256=N-n6thqWZqy0g8Fi3jNdXU4tY1waHlRZPaPGlOgg4Ko,3702
|
|
@@ -12151,7 +12152,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/f04b85fd2567c088561ff54219724
|
|
|
12151
12152
|
xinference/web/ui/node_modules/.cache/babel-loader/f04b8659a5d4c759ae1dc03c99d3aa47069d926cf6c69ed1079e8cfae675150d.json,sha256=6EeLM-IONJG6WeOoO0_4eohmamysvPTlfE7R_IBE2Pw,1387
|
|
12152
12153
|
xinference/web/ui/node_modules/.cache/babel-loader/f04cc8160028d390f6226ea385e51117728b6ff5af12bb6045b49f7f24a1c441.json,sha256=cyXug2k7F10Dtfn_nOfPW2QyqwvfIDna6g1VcCq6M_w,1297
|
|
12153
12154
|
xinference/web/ui/node_modules/.cache/babel-loader/f04da9ca845f9ae70b9502dc59ed3aa4f1f84b9658ff04f18ff001e8564bfe77.json,sha256=oD3gRBgnnvv7rTEr_EkK72aQl8_5LkiWOkInifnI66c,1165
|
|
12154
|
-
xinference/web/ui/node_modules/.cache/babel-loader/f04f666b77b44d7be3e16034d6b0074de2ba9c254f1fae15222b3148608fa8b3.json,sha256=tNVK4_jku_R-DX7M76M-6bhS8P2ZEIQFzZ4Jdwp60os,19199
|
|
12155
12155
|
xinference/web/ui/node_modules/.cache/babel-loader/f05218f3e78ea53f8e484c7ea465dd1a6a59bce502a134a7e454d68030b112ea.json,sha256=pr708OjlFqQzlV4xbJp8bDY1Q9BvcoVPefXp8tLdt00,2205
|
|
12156
12156
|
xinference/web/ui/node_modules/.cache/babel-loader/f05db010582e06034fa213ddc74b25a00e6c33b14cfc02fbe9d024148644558b.json,sha256=1DjTYgaFYfSpExHYu9M4SB9SCaQima386qVichzRu6M,1232
|
|
12157
12157
|
xinference/web/ui/node_modules/.cache/babel-loader/f05ff460602f9056c79216d1e567478c5de3604822e0fe2f0093004cc1e00dea.json,sha256=IAEZ900XB4aOvSzHyvzTeWibNgRQhHDPCS1boS0YMds,53011
|
|
@@ -15783,11 +15783,11 @@ xinference/web/ui/node_modules/yargs-parser/package.json,sha256=BSwbOzgetKXMK4u0
|
|
|
15783
15783
|
xinference/web/ui/node_modules/yocto-queue/package.json,sha256=6U1XHQPGXJTqsiFvT953ORihUtXTblZy4fXBWP9qxC0,725
|
|
15784
15784
|
xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9Ll074uo8OS1zEw0qhA,1206
|
|
15785
15785
|
xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
|
|
15786
|
-
xinference/web/ui/src/locales/en.json,sha256=
|
|
15787
|
-
xinference/web/ui/src/locales/zh.json,sha256=
|
|
15788
|
-
xinference-1.
|
|
15789
|
-
xinference-1.
|
|
15790
|
-
xinference-1.
|
|
15791
|
-
xinference-1.
|
|
15792
|
-
xinference-1.
|
|
15793
|
-
xinference-1.
|
|
15786
|
+
xinference/web/ui/src/locales/en.json,sha256=ue1A_MrBJs6kxQkCDajqQoiZAozS41zNq5Us-KhdI2A,9181
|
|
15787
|
+
xinference/web/ui/src/locales/zh.json,sha256=cz-vYznol3gMRIJxSMdFJQeqSiNMelBum5dn6f06ISA,8882
|
|
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,,
|