xinference 0.14.0__py3-none-any.whl → 0.14.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 +62 -1
- xinference/client/handlers.py +0 -3
- xinference/client/restful/restful_client.py +51 -134
- xinference/constants.py +1 -0
- xinference/core/chat_interface.py +1 -4
- xinference/core/image_interface.py +33 -5
- xinference/core/model.py +28 -2
- xinference/core/supervisor.py +37 -0
- xinference/core/worker.py +130 -84
- xinference/deploy/cmdline.py +1 -4
- xinference/model/audio/core.py +11 -3
- xinference/model/audio/funasr.py +114 -0
- xinference/model/audio/model_spec.json +20 -0
- xinference/model/audio/model_spec_modelscope.json +21 -0
- xinference/model/audio/whisper.py +1 -1
- xinference/model/core.py +12 -0
- xinference/model/embedding/core.py +6 -6
- xinference/model/image/core.py +3 -4
- xinference/model/image/model_spec.json +41 -13
- xinference/model/image/model_spec_modelscope.json +30 -10
- xinference/model/image/stable_diffusion/core.py +53 -2
- xinference/model/llm/__init__.py +2 -0
- xinference/model/llm/llm_family.json +83 -1
- xinference/model/llm/llm_family_modelscope.json +85 -1
- xinference/model/llm/pytorch/core.py +1 -0
- xinference/model/llm/pytorch/minicpmv26.py +247 -0
- xinference/model/llm/sglang/core.py +72 -34
- xinference/model/llm/vllm/core.py +38 -0
- xinference/model/video/__init__.py +62 -0
- xinference/model/video/core.py +178 -0
- xinference/model/video/diffusers.py +180 -0
- xinference/model/video/model_spec.json +11 -0
- xinference/model/video/model_spec_modelscope.json +12 -0
- xinference/types.py +10 -24
- xinference/web/ui/build/asset-manifest.json +3 -3
- xinference/web/ui/build/index.html +1 -1
- xinference/web/ui/build/static/js/{main.af906659.js → main.17ca0398.js} +3 -3
- xinference/web/ui/build/static/js/main.17ca0398.js.map +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/2f40209b32e7e46a2eab6b8c8a355eb42c3caa8bc3228dd929f32fd2b3940294.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/71684495d995c7e266eecc6a0ad8ea0284cc785f80abddf863789c57a6134969.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/80acd1edf31542ab1dcccfad02cb4b38f3325cff847a781fcce97500cfd6f878.json +1 -0
- {xinference-0.14.0.dist-info → xinference-0.14.1.dist-info}/METADATA +128 -122
- {xinference-0.14.0.dist-info → xinference-0.14.1.dist-info}/RECORD +49 -42
- {xinference-0.14.0.dist-info → xinference-0.14.1.dist-info}/WHEEL +1 -1
- xinference/web/ui/build/static/js/main.af906659.js.map +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/2c63090c842376cdd368c3ded88a333ef40d94785747651343040a6f7872a223.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/2cd5e4279ad7e13a1f41d486e9fca7756295bfad5bd77d90992f4ac3e10b496d.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/70fa8c07463a5fe57c68bf92502910105a8f647371836fe8c3a7408246ca7ba0.json +0 -1
- /xinference/web/ui/build/static/js/{main.af906659.js.LICENSE.txt → main.17ca0398.js.LICENSE.txt} +0 -0
- {xinference-0.14.0.dist-info → xinference-0.14.1.dist-info}/LICENSE +0 -0
- {xinference-0.14.0.dist-info → xinference-0.14.1.dist-info}/entry_points.txt +0 -0
- {xinference-0.14.0.dist-info → xinference-0.14.1.dist-info}/top_level.txt +0 -0
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
xinference/__init__.py,sha256=muQ9V9y11BcIqlZhhc06oDf193H7bwDIa8e_wSoDKI8,986
|
|
2
2
|
xinference/_compat.py,sha256=SQAjZMGxtBIce45qtW7ob7RWzA0zhv2yB3AxT0rb0uU,1778
|
|
3
|
-
xinference/_version.py,sha256=
|
|
3
|
+
xinference/_version.py,sha256=GfpOMiJMUwdcT3mSzW-KlJDnRIRSEWyHNtIifX8DZ20,498
|
|
4
4
|
xinference/conftest.py,sha256=FF-ZkqkfOxQw4hz_8G7p5aB7gFdsJlr6u2ZdFuuauAA,9744
|
|
5
|
-
xinference/constants.py,sha256=
|
|
5
|
+
xinference/constants.py,sha256=FZwKBlSwUMb1_qKMZWfkz9z6nrgdgOhO-g7S_Qn3cis,3319
|
|
6
6
|
xinference/device_utils.py,sha256=zswJiws3VyTIaNO8z-MOcsJH_UiPoePPiKK5zoNrjTA,3285
|
|
7
7
|
xinference/fields.py,sha256=0UtBFaDNzn1n9MRjyTkNrolsIML-TpZfudWOejqjni8,5245
|
|
8
8
|
xinference/isolation.py,sha256=uhkzVyL3fSYZSuFexkG6Jm-tRTC5I607uNg000BXAnE,1949
|
|
9
|
-
xinference/types.py,sha256=
|
|
9
|
+
xinference/types.py,sha256=S6bp6XOhjNy4LlI6Hxp1uCkKX3dimiEjkzxNHfc6hcs,13932
|
|
10
10
|
xinference/utils.py,sha256=VSOJMFd9H7kce98OtJZbcDjjpfzRpHAFs8WU0xXPBM8,717
|
|
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=mVChYmJFUip7Wm7jW4qlkxuS5ONAa3pcGmfX0LXc21s,77889
|
|
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
|
|
16
16
|
xinference/api/oauth2/utils.py,sha256=SIiiUj6VuTEsj3bZ2TYUyhx3cGlLSX3ZNWDOgUwRtXc,1410
|
|
17
17
|
xinference/client/__init__.py,sha256=Gc4HOzAy_1cic5kXlso7hahYgw89CKvZSJDicEU461k,669
|
|
18
18
|
xinference/client/common.py,sha256=iciZRs5YjM2gYsXnwACPMaiBZp4_XpawWwfym0Iyu40,1617
|
|
19
|
-
xinference/client/handlers.py,sha256=
|
|
19
|
+
xinference/client/handlers.py,sha256=OKl_i5FA341wsQf_0onSOPbbW6V861WJrSP7ghtDc8c,527
|
|
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=TOiEmKNT86SWUpnLWymKUgU67TAtVoxhHT2y68lEMfI,51625
|
|
22
22
|
xinference/core/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
23
23
|
xinference/core/cache_tracker.py,sha256=2hk8ANOYruhxAt4MPz482tYEQcvYBh_B7sq0eYd0rTU,6963
|
|
24
|
-
xinference/core/chat_interface.py,sha256=
|
|
24
|
+
xinference/core/chat_interface.py,sha256=DiVTdIXveJxUuZC8w4wzEBmyzclhHmdEDlBZ_GlC3Wg,19486
|
|
25
25
|
xinference/core/event.py,sha256=Lkx_-Ohwyzyt-MBbkrZy9N-7aeYs-wux0fDtZpa2SJY,1632
|
|
26
|
-
xinference/core/image_interface.py,sha256=
|
|
26
|
+
xinference/core/image_interface.py,sha256=wxxhNBVXgwV5fuI9CdWuZ_bMrqcQYfivUK0r2ix3Avo,10071
|
|
27
27
|
xinference/core/metrics.py,sha256=ScmTG15Uq3h_ob72ybZSMWdnk8P4sUZFcm60f4ikSXc,2631
|
|
28
|
-
xinference/core/model.py,sha256=
|
|
28
|
+
xinference/core/model.py,sha256=Jru8hJF1AEYNvRewydNLBugXDxysU2vplmPzwIKJoEw,27704
|
|
29
29
|
xinference/core/resource.py,sha256=FQ0aRt3T4ZQo0P6CZZf5QUKHiCsr5llBvKb1f7wfnxg,1611
|
|
30
30
|
xinference/core/scheduler.py,sha256=WaWgmVL5FIdcanP1RqMKvnObf7BHldREpYwRUePnTQo,15691
|
|
31
31
|
xinference/core/status_guard.py,sha256=fF5hisvfn6es9DV6Z6RRD6V_S_uLcb8lHM6PArGgb04,2820
|
|
32
|
-
xinference/core/supervisor.py,sha256=
|
|
32
|
+
xinference/core/supervisor.py,sha256=BhL-VCUvfazH_UQ8n99vCgapwt_ZB73KWwZy9NY6rPw,52253
|
|
33
33
|
xinference/core/utils.py,sha256=LqPrez5dGELRQDSwOD5EP8XHb-aUKAdyszS-QpNouuw,6401
|
|
34
|
-
xinference/core/worker.py,sha256=
|
|
34
|
+
xinference/core/worker.py,sha256=DJYvKDuIzE1BlP0uREwxNV7cSf3MZnAgPqmitH3u3Gk,45628
|
|
35
35
|
xinference/deploy/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
36
|
-
xinference/deploy/cmdline.py,sha256=
|
|
36
|
+
xinference/deploy/cmdline.py,sha256=iiZCKtp3jXgio_Xj8AK0Ywgv3LD8gRV45pGYrjlAOdQ,48489
|
|
37
37
|
xinference/deploy/local.py,sha256=vlAvhcl8utP1DjW4MJpBgD4JLHQV-1Xebmdd8j9M8IM,3946
|
|
38
38
|
xinference/deploy/supervisor.py,sha256=fMHeEGigQ72PD9JEFmZ5Xudn25Uj4DhD2OVIlAu_YpA,2978
|
|
39
39
|
xinference/deploy/utils.py,sha256=DnDjRqiAA77CzAax1laAmNXJM4PFoUxQhRaobmss3fI,6695
|
|
@@ -44,19 +44,20 @@ xinference/locale/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms
|
|
|
44
44
|
xinference/locale/utils.py,sha256=w-G1DAJGw1UUQVVtq6khOZn7ZjobUmTw6qwHMm2eWIs,1312
|
|
45
45
|
xinference/locale/zh_CN.json,sha256=YA55G9s1p05Bt5RBoDo5SV12dd-CMJI0ABap6RpCp4M,1097
|
|
46
46
|
xinference/model/__init__.py,sha256=IRC3ojiqYkVLIK_xsIxYeKypEeeTTdrovnVzK_4L4eg,663
|
|
47
|
-
xinference/model/core.py,sha256=
|
|
47
|
+
xinference/model/core.py,sha256=WQakLJgxrJMbTGn9AVaw-Tas7QL5M8cJsuYpGgH-io8,4706
|
|
48
48
|
xinference/model/utils.py,sha256=NGIXgpkUY0dXGxnh-FsfeNq6OS9SPwBzNfASLXWCqUo,15146
|
|
49
49
|
xinference/model/audio/__init__.py,sha256=QyQwELIYk7DuD5Hen2q45pLMJ4K8iAnto8zlOA9QUSY,2839
|
|
50
50
|
xinference/model/audio/chattts.py,sha256=JZA_0TR4nMGqJ-2WYqwb8DcjhsTC57D0QlkPBl4v788,3973
|
|
51
|
-
xinference/model/audio/core.py,sha256=
|
|
51
|
+
xinference/model/audio/core.py,sha256=_9Nz1_w1Jq3Y4bIxAgsqnmtG4dneFAajDLXtQLz8j44,6264
|
|
52
52
|
xinference/model/audio/cosyvoice.py,sha256=rX_Msy05ymN-J6fdV7fXia36p5CDG7z0aslJows5MRY,4988
|
|
53
53
|
xinference/model/audio/custom.py,sha256=01NTD927pairIBWOo9At6Bjqpo1kdcIn3AVijbOdp7Y,5056
|
|
54
|
-
xinference/model/audio/
|
|
55
|
-
xinference/model/audio/
|
|
54
|
+
xinference/model/audio/funasr.py,sha256=zAkQPZp9H4zXbCjWJW1qxWK4B88XXrVaewvdoPQylo4,3985
|
|
55
|
+
xinference/model/audio/model_spec.json,sha256=-nRulxyaMa87iIrT5_vaeHXYBHzxI1NpFhlFd_DGtqk,4504
|
|
56
|
+
xinference/model/audio/model_spec_modelscope.json,sha256=dTINTAHopLQtDVLNJXURUG8u8Iv39-D7Vp_bDr3Lck8,1729
|
|
56
57
|
xinference/model/audio/utils.py,sha256=pwo5cHh8nvhyBa9f-17QaVpXMSjmbpGbPYKwBBtEhGM,717
|
|
57
|
-
xinference/model/audio/whisper.py,sha256=
|
|
58
|
+
xinference/model/audio/whisper.py,sha256=okhJWnWoE-1Jmk-oKxTotCQ56rQIFMhTOZOmJBk5ug0,7764
|
|
58
59
|
xinference/model/embedding/__init__.py,sha256=0FLzOZyOuMctxFvhobkLXRUepwHck6RPbtjCct1eMI8,2854
|
|
59
|
-
xinference/model/embedding/core.py,sha256=
|
|
60
|
+
xinference/model/embedding/core.py,sha256=c8Lr6_Egx3Dz9WOya3-kapRZhjwD5REbzVYgO-qEvgs,16539
|
|
60
61
|
xinference/model/embedding/custom.py,sha256=iE3-iWVzxarXdeTdw5e6rxv6HQRXVbPHp65wwhT2IL8,3919
|
|
61
62
|
xinference/model/embedding/model_spec.json,sha256=jhM2MVaxhihFvShVs18xx0vuneBfAVDUCFyaJ9IgIh8,6889
|
|
62
63
|
xinference/model/embedding/model_spec_modelscope.json,sha256=FYMBk4zE__lvjU0tiT5aNW1QYd1cr2Gj39BShG2h2PU,6010
|
|
@@ -68,19 +69,19 @@ xinference/model/flexible/launchers/__init__.py,sha256=X8w_2hKuQ9H3f90XYK7H_AQU4
|
|
|
68
69
|
xinference/model/flexible/launchers/image_process_launcher.py,sha256=APbbHls0N9DpLFL6_qTexuc5o6bQAvdgJEAZWU4clyw,2510
|
|
69
70
|
xinference/model/flexible/launchers/transformers_launcher.py,sha256=OZeeogDfopRUGhulP4PRJ4fZEJ2D9cfv7lcC2qJBoDE,2012
|
|
70
71
|
xinference/model/image/__init__.py,sha256=lDtP961bpu6h5TK57kJ531Zoch2xU5DM-Eco_YQne-Y,2780
|
|
71
|
-
xinference/model/image/core.py,sha256=
|
|
72
|
+
xinference/model/image/core.py,sha256=JmzqyvY_DicnAa1TeKUXHTTvDB0gg-bT9ONwh5-3GhM,8871
|
|
72
73
|
xinference/model/image/custom.py,sha256=nn1iZDTYNz68A2gWFXvUuv__Gx8EGdkz_sHvHnPnSoA,3841
|
|
73
|
-
xinference/model/image/model_spec.json,sha256=
|
|
74
|
-
xinference/model/image/model_spec_modelscope.json,sha256=
|
|
74
|
+
xinference/model/image/model_spec.json,sha256=44GvqX5WFreCx7dX7gQyQE6c3QxPZmRBqwtdGH_ERgc,5066
|
|
75
|
+
xinference/model/image/model_spec_modelscope.json,sha256=CE9AomBC4hR556Ur1yd0zr7eO9N1lZ3YHW0nlmfBywE,3964
|
|
75
76
|
xinference/model/image/utils.py,sha256=gxg8jJ2nYaDknzCcSC53WCy1slbB5aWU14AbJbfm6Z4,906
|
|
76
77
|
xinference/model/image/stable_diffusion/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
77
|
-
xinference/model/image/stable_diffusion/core.py,sha256=
|
|
78
|
-
xinference/model/llm/__init__.py,sha256=
|
|
78
|
+
xinference/model/image/stable_diffusion/core.py,sha256=FU5edpBeKwlG6dwMOVecT9xeTjXgrAmrjge-OOSzzFs,10207
|
|
79
|
+
xinference/model/llm/__init__.py,sha256=pZmMJ7wc9U-5PRARS2KOjQqf8wH3jJ4jtvtmppyMKcc,11543
|
|
79
80
|
xinference/model/llm/core.py,sha256=f4nKVPTAseivij6mbL2yXEKxrzllKm-_i2ttSqckTCg,8157
|
|
80
|
-
xinference/model/llm/llm_family.json,sha256=
|
|
81
|
+
xinference/model/llm/llm_family.json,sha256=JLNe4OX6Sju3LqlKcYuspzLagDboNLOST1jEfaW4Su4,205826
|
|
81
82
|
xinference/model/llm/llm_family.py,sha256=pnrQkQt0riqJ_XtuF1erLxgbMveSq9Nx3GEOerH3rus,42857
|
|
82
83
|
xinference/model/llm/llm_family_csghub.json,sha256=fqIodnCl2_VUpX1NaBdVYApG2LRkXMhUxLNhLt8C7W8,3057
|
|
83
|
-
xinference/model/llm/llm_family_modelscope.json,sha256=
|
|
84
|
+
xinference/model/llm/llm_family_modelscope.json,sha256=i9zvjGBe-MKhEHuWJr_Onez7lyMrDSzVTyaCGy8epLw,125040
|
|
84
85
|
xinference/model/llm/memory.py,sha256=PTD8m6TCZVU1zrwc9wepX9cUjCqAXBENj6X7tjua0to,10207
|
|
85
86
|
xinference/model/llm/utils.py,sha256=pkMLvc9o9qnCTbBEwaT-RFj2EBKzuL1zloX-4p_gIFE,35424
|
|
86
87
|
xinference/model/llm/ggml/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
@@ -95,7 +96,7 @@ xinference/model/llm/pytorch/baichuan.py,sha256=TpCfi37Ou87VA8S5siGRUK5JWC5SjGbZ
|
|
|
95
96
|
xinference/model/llm/pytorch/chatglm.py,sha256=sZuSEaEZL_29OJHkqhpNG2BfwNEqRSKNMl-5vdCPyfk,22425
|
|
96
97
|
xinference/model/llm/pytorch/cogvlm2.py,sha256=3RaKxVD6AVNlCi6DokXPmcgINaRY1ImHxF5Gg9u6a70,18622
|
|
97
98
|
xinference/model/llm/pytorch/compression.py,sha256=U0vMJ-JaBt4oC2LffgWg6HbPj1CeUi_YdwVbjDd0mRA,8112
|
|
98
|
-
xinference/model/llm/pytorch/core.py,sha256=
|
|
99
|
+
xinference/model/llm/pytorch/core.py,sha256=Pc3IgSAa9NYK3fSwsyeaPNNtcR0j14EZsTGo3RAvNOs,31010
|
|
99
100
|
xinference/model/llm/pytorch/deepseek_vl.py,sha256=yiOJd2GHrVTTFvyZ7hLV-O-YsCfqRAEHK46ah-zqq3I,11562
|
|
100
101
|
xinference/model/llm/pytorch/falcon.py,sha256=-tn55ZMHx197vLsJOSjkY5ugt59Od67QoyPyff4YtA0,4562
|
|
101
102
|
xinference/model/llm/pytorch/glm4v.py,sha256=30xUH1pKK7WAjxPFmqiMarTRz7wUEw8ttskex8Hjv9I,16609
|
|
@@ -103,6 +104,7 @@ xinference/model/llm/pytorch/intern_vl.py,sha256=JVhWJYFgS49CtHz-OF1ofI6PNyd7vcI
|
|
|
103
104
|
xinference/model/llm/pytorch/internlm2.py,sha256=NkpPY49KMSuTGVR0SEbziH7eO2sV7I-2MTlCcE7iqNc,7956
|
|
104
105
|
xinference/model/llm/pytorch/llama_2.py,sha256=Nr2yaNxmoDmPhIw_p0lwN76iB4jxh7NGKDoK-YaIZiY,3836
|
|
105
106
|
xinference/model/llm/pytorch/minicpmv25.py,sha256=ocYKurUS73oblN84EqI9yM7fpK5o1NvR456efL_Oc-Y,8782
|
|
107
|
+
xinference/model/llm/pytorch/minicpmv26.py,sha256=Djt56nNrBB3jG2E-TfuzURA8VoJWLglWJ_FlRcmR9zE,8853
|
|
106
108
|
xinference/model/llm/pytorch/omnilmm.py,sha256=3vF8963CbSOrTZhkiNrzAI-p14b57s8QiR_aGBM1oMY,5724
|
|
107
109
|
xinference/model/llm/pytorch/qwen_vl.py,sha256=4JukyB0YVH0TcyV8sIErhbRRJgNdrB4jSxx1mFBnIQ8,15592
|
|
108
110
|
xinference/model/llm/pytorch/tensorizer_utils.py,sha256=VXSYbPZtCbd8lVvsnjDLPZjfCMil67Pkywd_Ze4dTx4,11362
|
|
@@ -110,15 +112,20 @@ xinference/model/llm/pytorch/utils.py,sha256=HZhJKQG1O1P1qTpxvVzIjBp-2J8aTRxUmS9
|
|
|
110
112
|
xinference/model/llm/pytorch/vicuna.py,sha256=bhDcwGTIk37EavzDtqbaCidkkBJ6I6rm3K-yptKVxJU,2397
|
|
111
113
|
xinference/model/llm/pytorch/yi_vl.py,sha256=RP_NmaASIhznwS332l0Xuj7hfGSOLWcQhXLbEz2sCP0,10975
|
|
112
114
|
xinference/model/llm/sglang/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
|
|
113
|
-
xinference/model/llm/sglang/core.py,sha256=
|
|
115
|
+
xinference/model/llm/sglang/core.py,sha256=HBuOImMSOLg1Rt92mtNlrbc0f4m_p8mAQ6NPq_r5yrg,15764
|
|
114
116
|
xinference/model/llm/vllm/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
115
|
-
xinference/model/llm/vllm/core.py,sha256=
|
|
117
|
+
xinference/model/llm/vllm/core.py,sha256=zjXjlaXY4UrljDYI4MbCWKMNmhqTuwdpv-A78CLLfFs,23844
|
|
116
118
|
xinference/model/rerank/__init__.py,sha256=BXIL1uu3ZpZHX9bODhW9lxKUXudZE7-OkXFmmM5rpMU,2817
|
|
117
119
|
xinference/model/rerank/core.py,sha256=G3SMm7BlMk3r8zyDs5FwwTCemlWHYspuZtTh8pWpdmg,12231
|
|
118
120
|
xinference/model/rerank/custom.py,sha256=NKk7jA7p4xkuwS5WoOs2SY2wdnoAVpyCjBTvv317bBw,3917
|
|
119
121
|
xinference/model/rerank/model_spec.json,sha256=zZHVUq9B5vwTQOzXOXNK3pgGpQVrMG9npAYwftqFZ3I,1608
|
|
120
122
|
xinference/model/rerank/model_spec_modelscope.json,sha256=vSSC0aWy_DHnNDzzBcMWr2pqdISDmPS95FtD_YfMmn4,1275
|
|
121
123
|
xinference/model/rerank/utils.py,sha256=MJAFL47G3r3zLVGXKoi0QLTgU3Xr4Ffv72Ipn--psew,713
|
|
124
|
+
xinference/model/video/__init__.py,sha256=DZBkad3SRlQIVRHP72R-cN3mKN0H-7NWUa6VBHm6IVU,2027
|
|
125
|
+
xinference/model/video/core.py,sha256=KHatXe3NRMlk79o-JQQM9ZULAASfV9UN7-uVE4eQz-M,5921
|
|
126
|
+
xinference/model/video/diffusers.py,sha256=nzXK530QE1dxqDLKBQzCiYg-11HVVdoqqZJ4cRH-ObQ,5923
|
|
127
|
+
xinference/model/video/model_spec.json,sha256=OxJUFYWrgICw3Bwx2OCjGegz5ID5DwvODgPc23zbsLo,231
|
|
128
|
+
xinference/model/video/model_spec_modelscope.json,sha256=aooASfAVXLV-A1F2amMge9b331FBYtNwM3DMCVsj9gE,230
|
|
122
129
|
xinference/thirdparty/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
123
130
|
xinference/thirdparty/cosyvoice/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
124
131
|
xinference/thirdparty/cosyvoice/bin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -207,14 +214,14 @@ xinference/thirdparty/omnilmm/train/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY
|
|
|
207
214
|
xinference/thirdparty/omnilmm/train/train_utils.py,sha256=L4JtFWDKtdEcQYpGW-UV6GCswTqHkiskK3phM9J-xUM,5634
|
|
208
215
|
xinference/web/ui/package-lock.json,sha256=MDt0IM5NT4MvrBwKJxD6TlgqKHvRQB7uH2szO1CQspU,762056
|
|
209
216
|
xinference/web/ui/package.json,sha256=W0Bq0vT0HOALv-nFo34Fos3r6DKrjR7zAL5swLg5qZg,1987
|
|
210
|
-
xinference/web/ui/build/asset-manifest.json,sha256=
|
|
217
|
+
xinference/web/ui/build/asset-manifest.json,sha256=_QCAXx1HT-h0nsB8Vdav1vtIA14ok04V2Eg-mFkeqCE,453
|
|
211
218
|
xinference/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
|
|
212
|
-
xinference/web/ui/build/index.html,sha256=
|
|
219
|
+
xinference/web/ui/build/index.html,sha256=BOIV3I_0pc54lBlzHC2nyf6Psz4cdIQRNcLQYLe9nFU,650
|
|
213
220
|
xinference/web/ui/build/static/css/main.4bafd904.css,sha256=B1LOr0CAJXDztw7bSsJMTmEwdzqnciZOYjgeBSO25cQ,3910
|
|
214
221
|
xinference/web/ui/build/static/css/main.4bafd904.css.map,sha256=rIbo5tZ_vpOnVcUwFk29B6UpEffrfphEQ3XKUAuG49E,7794
|
|
215
|
-
xinference/web/ui/build/static/js/main.
|
|
216
|
-
xinference/web/ui/build/static/js/main.
|
|
217
|
-
xinference/web/ui/build/static/js/main.
|
|
222
|
+
xinference/web/ui/build/static/js/main.17ca0398.js,sha256=dBpa4YktxCOI8bMcpH-rkyGlEE5CdIgZ58a8Hb2Ph-k,989835
|
|
223
|
+
xinference/web/ui/build/static/js/main.17ca0398.js.LICENSE.txt,sha256=rbybPZZs56fvnjMiAklb5AB-cE9DLmWrrraygrxIG3I,2279
|
|
224
|
+
xinference/web/ui/build/static/js/main.17ca0398.js.map,sha256=F15I5QInQDy8MwwhH09z7eStDE0A1qWtPLaKG_rClwA,4390928
|
|
218
225
|
xinference/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
|
|
219
226
|
xinference/web/ui/node_modules/.package-lock.json,sha256=9jU355rtDRCO-oEwZIz20ylwNPD9ZXgReo7Uu8B97Zg,760016
|
|
220
227
|
xinference/web/ui/node_modules/.cache/babel-loader/000791038e4133db461021f1018491323a006cca7a53e09c2ac35032bc36d8b6.json,sha256=bke3WZZjPsJqMKVeHZ7xOSiE8x3fy4fe9nzvylycWOE,1374
|
|
@@ -2342,7 +2349,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/2c4da207b6b1f6072a467142c738c
|
|
|
2342
2349
|
xinference/web/ui/node_modules/.cache/babel-loader/2c5133363486d54687558b3187e5e1bb561b746e83d456876728ca3cb7882fe6.json,sha256=RuqVm1iee-p0ljfsvJ_WFk3Mnfau34umr1orlwqe2X4,1393
|
|
2343
2350
|
xinference/web/ui/node_modules/.cache/babel-loader/2c5b6d98bec543f42460c5b5c162475b3beffdad04c1da84779ba56f5b2b6cba.json,sha256=MkX8cJB0WU3v768OHsdQhakPDENmy2HBP6k5OVBBtSA,1296
|
|
2344
2351
|
xinference/web/ui/node_modules/.cache/babel-loader/2c5d117d6f55af6667468597273065d9606af53480cbaf064cf8635930ca467d.json,sha256=JbkfHedPGSqFxC9I_2e7bZL67mSrGexAwYvo_4Ypcxw,2051
|
|
2345
|
-
xinference/web/ui/node_modules/.cache/babel-loader/2c63090c842376cdd368c3ded88a333ef40d94785747651343040a6f7872a223.json,sha256=2Jw4ITc72o7V6lEQtvHuPCs1FAh9r113VE2RjbLg_iA,13153
|
|
2346
2352
|
xinference/web/ui/node_modules/.cache/babel-loader/2c642c9cd68f5250d03705c9be258b9c5400df44d1645225cef95b584d13473c.json,sha256=HmrkvA9enybP1vO0AJsgJbc8WR44PcesmECIvNB6ZkY,1041
|
|
2347
2353
|
xinference/web/ui/node_modules/.cache/babel-loader/2c659121fbc6fa6283330347d457f4e1909277b63350b8e90ece55a3dbc07728.json,sha256=cgvyaIhevffJjNupuQNHJCZO3kYXnCGCO2yOq0TC7RE,1317
|
|
2348
2354
|
xinference/web/ui/node_modules/.cache/babel-loader/2c6651caafb8daf2eb4aa3a6bf54be817f7cba161a00fcee023b6b68e2afc0d5.json,sha256=afSAbUylhwsvC-4WyiskkD1DtNhcqECxKN2AbXYzZh4,1704
|
|
@@ -2362,7 +2368,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/2cb55fbcbaf4dbd62da5e1a4730ed
|
|
|
2362
2368
|
xinference/web/ui/node_modules/.cache/babel-loader/2cb5d1ae78b2ea5cad9a139a497451d23682ce740f479f21e3e7aa281050f5a1.json,sha256=nUGoYE2LjFz7SKlhofFAif3M3QItXYC47q1HyyT808k,1898
|
|
2363
2369
|
xinference/web/ui/node_modules/.cache/babel-loader/2cbd96d1af9b513ef4db8b4760a78e9eda5aca40a26184f1c4dcd9abfbd83a62.json,sha256=HAxC0JqXNW6EebeZolFmv5dNZT_0uvlrkfF3GELuctY,1824
|
|
2364
2370
|
xinference/web/ui/node_modules/.cache/babel-loader/2cd0fd50d8f213cdd94daffe7d0f997991072b11936ead7c48be2af3fdbd1fda.json,sha256=FjV9kk99Ys811oXrZHuRHZU19MPsuKgV1zk09khjKPM,6317
|
|
2365
|
-
xinference/web/ui/node_modules/.cache/babel-loader/2cd5e4279ad7e13a1f41d486e9fca7756295bfad5bd77d90992f4ac3e10b496d.json,sha256=2cePsNDRHWWgTp-N76xnnOsC5skF02bzEO77xgKEnao,181496
|
|
2366
2371
|
xinference/web/ui/node_modules/.cache/babel-loader/2cd6660dd942bd9adbe85e470c058c73e70022126a742f9f1324ca22100200a1.json,sha256=d-4tP0UAKun0H0HPkzzJY3gHDCtADGfyEcU-3j3SrVk,2115
|
|
2367
2372
|
xinference/web/ui/node_modules/.cache/babel-loader/2cd86096ee7aabd9d196f7fa8808ebc0fe4d67d789de4ca19e7089c8869c620c.json,sha256=UdMUuWlxxziJ8ATuRLW0XjMh6F4_4KtTYmpzMqM9K4M,1134
|
|
2368
2373
|
xinference/web/ui/node_modules/.cache/babel-loader/2cde3ba9b4bc3f1fd0997b5b51110fc26bf2a99924cdc5e6bb7e9524a6eb60d6.json,sha256=kwV7maxoLCoqueBR0CeLwtFmNClYA_rHIsP2u6r2OHc,1736
|
|
@@ -2464,6 +2469,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/2f3a5bea59fe969316d45d12408a0
|
|
|
2464
2469
|
xinference/web/ui/node_modules/.cache/babel-loader/2f3af892999a476f20c4ef5cad120993815ffccca6de5fd22c7d47e5ff950169.json,sha256=h0QwDDqQFEWRkuMV5o7XbX-SC7Qq-TaK6mSHWzU6adw,1325
|
|
2465
2470
|
xinference/web/ui/node_modules/.cache/babel-loader/2f3d3d288734a6e47745983f9f865df1c688b2430deb4c4c001b898134a819a0.json,sha256=dM_DSp2naYNI1GhebBe7gVGBpUNG55XFM1Y1UWVl_ZQ,1270
|
|
2466
2471
|
xinference/web/ui/node_modules/.cache/babel-loader/2f3f1ed017398baa9a659bb1d7114d278e96faa473364fd2928284563b18412d.json,sha256=yhH5QhdLKU269VXsoumGFLl3sTVLeQatePaAH1uh6b4,1868
|
|
2472
|
+
xinference/web/ui/node_modules/.cache/babel-loader/2f40209b32e7e46a2eab6b8c8a355eb42c3caa8bc3228dd929f32fd2b3940294.json,sha256=d9QXo0xNACjyHpjR7J--ZpN4s6yKDl1F94Msu6dDeZg,182891
|
|
2467
2473
|
xinference/web/ui/node_modules/.cache/babel-loader/2f43fe5334615d9a3d941e8f1f6639df1fbb5a843ebf3a603177fd3ba3fe18dd.json,sha256=VqCMJbZSamANuQeevKQ3m7FG5D2TGoZ86krqkwHHeQM,1876
|
|
2468
2474
|
xinference/web/ui/node_modules/.cache/babel-loader/2f45cf790b9bf2f826fcda3deba9e70946524b1a2b5d25507cd8dc632d1673db.json,sha256=pnnFpAyopv9mRlIY5FhZs_3Hk_E85Tq5VmLaNrs1hvU,26548
|
|
2469
2475
|
xinference/web/ui/node_modules/.cache/babel-loader/2f4888054f45db39120cffc39b262153d844febe05842dc4c73124e6f9b0f078.json,sha256=vZX-9UHCYEqHlgUikEDm-o2WsDwB5MlE-UiofNRanEk,1638
|
|
@@ -5590,7 +5596,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/70d508c5b502c7e9c3e5a249bec6d
|
|
|
5590
5596
|
xinference/web/ui/node_modules/.cache/babel-loader/70d5f030a5f671b9c06042f62e16a4a52c8a9f5595b6fac7488e7ea2ca7290cd.json,sha256=M0Wj8W0KRztIjJSfVZAPt2K-sOq2XPX1xxsjdjtdP0I,1499
|
|
5591
5597
|
xinference/web/ui/node_modules/.cache/babel-loader/70da79a71662ebed2026fb4ecb79feb4887777176f73a0f568b72478a33f7b3f.json,sha256=efEbsnYyyR_igGtXkJSUndpQTLASdAUlNyFZA6jrXLg,2915
|
|
5592
5598
|
xinference/web/ui/node_modules/.cache/babel-loader/70dc80957ce1a277652d04f1a479a20b6e102df248baf58bf0dfe4dabfd8003a.json,sha256=i7Kb9Sar0HXqIZZOq3xpV9ekZUU9n9oS1pQbtpTw1tQ,1455
|
|
5593
|
-
xinference/web/ui/node_modules/.cache/babel-loader/70fa8c07463a5fe57c68bf92502910105a8f647371836fe8c3a7408246ca7ba0.json,sha256=cFewQGmmdJ6kP9nMtLWpvsX2F9Y9o4gH65neRGNrAzM,62103
|
|
5594
5599
|
xinference/web/ui/node_modules/.cache/babel-loader/71028037bb0b4840d1664c91735e42bc597156600f57acebcf8f3bdd01fafb2b.json,sha256=uCZiwGveYKWxFvLNEsLfeR2BERnB5RR7TbyjL01onBI,1804
|
|
5595
5600
|
xinference/web/ui/node_modules/.cache/babel-loader/710c8ef9f0c58f471e5e79e62ea1665c0dd27274b6aa17d98fae9ec1cd1a875f.json,sha256=Qi0-MOKJ7Wj_68VrYoqhFcONZHxZB6sAxQ8Gdhc34UA,2773
|
|
5596
5601
|
xinference/web/ui/node_modules/.cache/babel-loader/711377359cccf3e39fa8fcb3dd298f2bd58a216d7f88e8f1bea42164876127c2.json,sha256=bQ1Muh5KXio7zv9sMj4g_6RDbv7IqjaCRvwVIAX6E6Y,1057
|
|
@@ -5611,6 +5616,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/714522557983b3f02995e5006d116
|
|
|
5611
5616
|
xinference/web/ui/node_modules/.cache/babel-loader/715706578b819e44279df76407d39a2acfcab9754e40e8365225463376fd7744.json,sha256=q83Vj32ygRBO8a0eyGVihPI29XU0hYHil6qaD1NtVH4,1383
|
|
5612
5617
|
xinference/web/ui/node_modules/.cache/babel-loader/715eca31da811b86eefa1f104059b758893ed40b3c87567eda97700a6580b854.json,sha256=_vtbzJ46JTTeHBGXkKh0lYTFFJ5AU_-F3TdNTolIX_M,1787
|
|
5613
5618
|
xinference/web/ui/node_modules/.cache/babel-loader/715fa31d949879e8931dee412d41c05260360df774daa8110c02fd436f4aef04.json,sha256=u99HYCFJ22wB4NkmV68qcAsfv46iR_N8eNf4edciK40,31477
|
|
5619
|
+
xinference/web/ui/node_modules/.cache/babel-loader/71684495d995c7e266eecc6a0ad8ea0284cc785f80abddf863789c57a6134969.json,sha256=eAOoVy-oA7xNvkvZ0xV-Bbu-WVJJoSn0As5GTXMoi4c,13846
|
|
5614
5620
|
xinference/web/ui/node_modules/.cache/babel-loader/716d3733cb4b722e518853aba885ca898f3bad65fad9833fa5a72ffddb201cee.json,sha256=P3HwpmEWNo3fl4vBl4rVIjPsKr-kolL3KgKtrhR1KAg,1436
|
|
5615
5621
|
xinference/web/ui/node_modules/.cache/babel-loader/7172210b45c3815593867b6f4581d62e6107b7b0c68b1a9d8821b3302d54701f.json,sha256=IzFHPZ88QHOFiQhBv3T7UQnoGRa14Qxa_wapLiPzhAQ,3145
|
|
5616
5622
|
xinference/web/ui/node_modules/.cache/babel-loader/7175f7508db91e31eb39c03b15b9dbf39577f554c287f2294a9cb1f0c55289d8.json,sha256=q9UdUN7ppaKZwJcEGX5BfVXF1idJwOH8v4mYA1LgEHc,1049
|
|
@@ -6373,6 +6379,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/80a0e522b645d231af0d11ca3ea8a
|
|
|
6373
6379
|
xinference/web/ui/node_modules/.cache/babel-loader/80a164dea81673c1a7481851cb5cf1317d82aee96ad9a351700eb448c5b1ec1d.json,sha256=Adz-TOR0s-FBEg6BFKTe0Tux1-pQj0HjPig29mtCZhk,2501
|
|
6374
6380
|
xinference/web/ui/node_modules/.cache/babel-loader/80a2de69e999367305e93de862c4df63af4bc7ed9564635e0f42cde44fe1c00b.json,sha256=GXMgK2b9GqGunOQzFOTyFocQgO2cDl8QWmgAzJbu8bg,1751
|
|
6375
6381
|
xinference/web/ui/node_modules/.cache/babel-loader/80aa6280acff2efb17c25ce92324e334ba7d24c447548ea9ad0adf079733971d.json,sha256=m6HnewnMc8GXu9Mr0LpJRjBE-7o3GnyVKnd2Cg5m6vA,1028
|
|
6382
|
+
xinference/web/ui/node_modules/.cache/babel-loader/80acd1edf31542ab1dcccfad02cb4b38f3325cff847a781fcce97500cfd6f878.json,sha256=iswjzDddD3MYW_1rfbuT6UtCQC55peXTl4BrCqXUAEE,65043
|
|
6376
6383
|
xinference/web/ui/node_modules/.cache/babel-loader/80b2fc55a572b9ef6d00f3c4b01bf944927233d48f0919f4388faa2d224ae755.json,sha256=viwFkx_jtppQYlYwNz4sLDbCWY7Oz7V-Z-P2rcbGELQ,1205
|
|
6377
6384
|
xinference/web/ui/node_modules/.cache/babel-loader/80b701a572f6810eb303bdc0f9d75049a579555857e034c039b07a9389994303.json,sha256=K30BEWu9tZ7fWi6tsxKcF34ZyXiumJORlC_KngFHq8E,778
|
|
6378
6385
|
xinference/web/ui/node_modules/.cache/babel-loader/80bcd27700af94e18bc2e38634baf2b8afe3a05a5377a9a3fbd0efba6042ab55.json,sha256=r7seQUEfIU9i2mesDIin9nt6ejhtwAqTBqwpS6_M9Xw,1229
|
|
@@ -15472,9 +15479,9 @@ xinference/web/ui/node_modules/yargs-parser/package.json,sha256=BSwbOzgetKXMK4u0
|
|
|
15472
15479
|
xinference/web/ui/node_modules/yocto-queue/package.json,sha256=6U1XHQPGXJTqsiFvT953ORihUtXTblZy4fXBWP9qxC0,725
|
|
15473
15480
|
xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9Ll074uo8OS1zEw0qhA,1206
|
|
15474
15481
|
xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
|
|
15475
|
-
xinference-0.14.
|
|
15476
|
-
xinference-0.14.
|
|
15477
|
-
xinference-0.14.
|
|
15478
|
-
xinference-0.14.
|
|
15479
|
-
xinference-0.14.
|
|
15480
|
-
xinference-0.14.
|
|
15482
|
+
xinference-0.14.1.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15483
|
+
xinference-0.14.1.dist-info/METADATA,sha256=w96E5j61UXUEUTOiAtFgesGhca0jcSXYANYOt_BIr7I,17940
|
|
15484
|
+
xinference-0.14.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
15485
|
+
xinference-0.14.1.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15486
|
+
xinference-0.14.1.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15487
|
+
xinference-0.14.1.dist-info/RECORD,,
|