xinference 0.16.0__py3-none-any.whl → 0.16.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 +48 -0
- xinference/client/restful/restful_client.py +19 -0
- xinference/core/chat_interface.py +5 -1
- xinference/core/image_interface.py +5 -1
- xinference/core/model.py +106 -16
- xinference/core/scheduler.py +1 -1
- xinference/deploy/supervisor.py +0 -4
- xinference/model/audio/chattts.py +25 -14
- xinference/model/audio/model_spec.json +1 -1
- xinference/model/audio/model_spec_modelscope.json +1 -1
- xinference/model/embedding/model_spec.json +1 -1
- xinference/model/image/core.py +59 -4
- xinference/model/image/model_spec.json +24 -3
- xinference/model/image/model_spec_modelscope.json +25 -3
- xinference/model/image/ocr/__init__.py +13 -0
- xinference/model/image/ocr/got_ocr2.py +76 -0
- xinference/model/image/scheduler/flux.py +1 -1
- xinference/model/image/stable_diffusion/core.py +2 -3
- xinference/model/image/stable_diffusion/mlx.py +221 -0
- xinference/model/llm/llm_family.json +9 -0
- xinference/model/llm/llm_family_modelscope.json +11 -0
- xinference/thirdparty/mlx/__init__.py +13 -0
- xinference/thirdparty/mlx/flux/__init__.py +15 -0
- xinference/thirdparty/mlx/flux/autoencoder.py +357 -0
- xinference/thirdparty/mlx/flux/clip.py +154 -0
- xinference/thirdparty/mlx/flux/datasets.py +75 -0
- xinference/thirdparty/mlx/flux/flux.py +247 -0
- xinference/thirdparty/mlx/flux/layers.py +302 -0
- xinference/thirdparty/mlx/flux/lora.py +76 -0
- xinference/thirdparty/mlx/flux/model.py +134 -0
- xinference/thirdparty/mlx/flux/sampler.py +56 -0
- xinference/thirdparty/mlx/flux/t5.py +244 -0
- xinference/thirdparty/mlx/flux/tokenizers.py +185 -0
- xinference/thirdparty/mlx/flux/trainer.py +98 -0
- xinference/thirdparty/mlx/flux/utils.py +179 -0
- xinference/web/ui/build/asset-manifest.json +3 -3
- xinference/web/ui/build/index.html +1 -1
- xinference/web/ui/build/static/js/{main.f7da0140.js → main.b76aeeb7.js} +3 -3
- xinference/web/ui/build/static/js/main.b76aeeb7.js.map +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/32ea2c04cf0bba2761b4883d2c40cc259952c94d2d6bb774e510963ca37aac0a.json +1 -0
- {xinference-0.16.0.dist-info → xinference-0.16.1.dist-info}/METADATA +15 -8
- {xinference-0.16.0.dist-info → xinference-0.16.1.dist-info}/RECORD +48 -31
- xinference/web/ui/build/static/js/main.f7da0140.js.map +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/070d8c6b3b0f3485c6d3885f0b6bbfdf9643e088a468acbd5d596f2396071c16.json +0 -1
- /xinference/web/ui/build/static/js/{main.f7da0140.js.LICENSE.txt → main.b76aeeb7.js.LICENSE.txt} +0 -0
- {xinference-0.16.0.dist-info → xinference-0.16.1.dist-info}/LICENSE +0 -0
- {xinference-0.16.0.dist-info → xinference-0.16.1.dist-info}/WHEEL +0 -0
- {xinference-0.16.0.dist-info → xinference-0.16.1.dist-info}/entry_points.txt +0 -0
- {xinference-0.16.0.dist-info → xinference-0.16.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
xinference/__init__.py,sha256=nmTTrYbIpj964ZF6ojtgOM7E85JBOj1EyQbmYjbj1jw,915
|
|
2
2
|
xinference/_compat.py,sha256=xFztCfyrq3O_4bssL_ygghYkfxicv_ZhiX2YDDWHf-k,3571
|
|
3
|
-
xinference/_version.py,sha256=
|
|
3
|
+
xinference/_version.py,sha256=oE3TpQCKqiRAKZ-awvbu-Tzsv0hlNVATZCFUENOFtWE,498
|
|
4
4
|
xinference/conftest.py,sha256=56HYQjsAJcQrpZSmskniPqH9dLoW-i3Oud6NVTtc4io,9752
|
|
5
5
|
xinference/constants.py,sha256=12AG2xmPPM68samHt8OTyK-WsnxyAsHvIiLYusN2MB4,3746
|
|
6
6
|
xinference/device_utils.py,sha256=zswJiws3VyTIaNO8z-MOcsJH_UiPoePPiKK5zoNrjTA,3285
|
|
@@ -9,7 +9,7 @@ xinference/isolation.py,sha256=uhkzVyL3fSYZSuFexkG6Jm-tRTC5I607uNg000BXAnE,1949
|
|
|
9
9
|
xinference/types.py,sha256=LHTbNLf0zI-FLruxRuBt2KMpk2P4eKpYdFvh2qzNTGI,12458
|
|
10
10
|
xinference/utils.py,sha256=zYgf9bCvfbybRt3gEog6r5WJCpj0czZCf0qgRdYjkN8,720
|
|
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=mmGVCPgclRHklzrWiPKiFm4XQbVMF0bZa2i5cBQr5ao,86347
|
|
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,17 +18,17 @@ xinference/client/__init__.py,sha256=Gc4HOzAy_1cic5kXlso7hahYgw89CKvZSJDicEU461k
|
|
|
18
18
|
xinference/client/common.py,sha256=iciZRs5YjM2gYsXnwACPMaiBZp4_XpawWwfym0Iyu40,1617
|
|
19
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=xT3b1dTQGmNNsHuCUrNxS8DTEcg7a2o8oo0aaX0k-0I,51916
|
|
22
22
|
xinference/core/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
23
23
|
xinference/core/cache_tracker.py,sha256=3ubjYCU5aZToSp2GEuzedECVrg-PR4kThTefrFUkb9g,6971
|
|
24
|
-
xinference/core/chat_interface.py,sha256=
|
|
24
|
+
xinference/core/chat_interface.py,sha256=Kiqs1XOXgYBlP7DOXLEXaFjbVuS0yC1-dXJyxrxiRNE,20785
|
|
25
25
|
xinference/core/event.py,sha256=42F38H2WOl6aPxp2oxX6WNxHRRxbnvYRmbt4Ar7NP4U,1640
|
|
26
|
-
xinference/core/image_interface.py,sha256=
|
|
26
|
+
xinference/core/image_interface.py,sha256=5Iuoiw3g2TvgOYi3gRIAGApve2nNzfMPduRrBHvd1NY,13755
|
|
27
27
|
xinference/core/metrics.py,sha256=ScmTG15Uq3h_ob72ybZSMWdnk8P4sUZFcm60f4ikSXc,2631
|
|
28
|
-
xinference/core/model.py,sha256=
|
|
28
|
+
xinference/core/model.py,sha256=GEOqKDllyZBAPOUk7ujt-c88AfCgE7-bgYplzl3XOCk,38613
|
|
29
29
|
xinference/core/progress_tracker.py,sha256=LIF6CLIlnEoSBkuDCraJktDOzZ31mQ4HOo6EVr3KpQM,6453
|
|
30
30
|
xinference/core/resource.py,sha256=FQ0aRt3T4ZQo0P6CZZf5QUKHiCsr5llBvKb1f7wfnxg,1611
|
|
31
|
-
xinference/core/scheduler.py,sha256=
|
|
31
|
+
xinference/core/scheduler.py,sha256=gdj3SyP_jelJ86vTRrgnFynhxz5JSwLRsQgx8PTtBi8,15671
|
|
32
32
|
xinference/core/status_guard.py,sha256=4an1KjUOhCStgRQUw1VSzXcycXUtvhxwiMREKKcl1UI,2828
|
|
33
33
|
xinference/core/supervisor.py,sha256=Wkjhk1tfRuhyQmcVNrHZApWO09MDA5-Uu4u2p1GBj3I,52964
|
|
34
34
|
xinference/core/utils.py,sha256=pFggqUjfsB9ME6V0VqsppN7KAHNrqpxMuJsIUPNkwoM,8745
|
|
@@ -36,7 +36,7 @@ xinference/core/worker.py,sha256=QhxVhpeKl-QYKA_77kUXTj5-rhodHAXlOhgtvqZiiRI,463
|
|
|
36
36
|
xinference/deploy/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
37
37
|
xinference/deploy/cmdline.py,sha256=YNXbPIT9zJIp5EQzl_rH5KwDDYqBd2CbaOVF8hA0lws,48120
|
|
38
38
|
xinference/deploy/local.py,sha256=gcH6WfTxfhjvNkxxKZH3tcGtXV48BEPoaLWYztZHaeo,3954
|
|
39
|
-
xinference/deploy/supervisor.py,sha256=
|
|
39
|
+
xinference/deploy/supervisor.py,sha256=68rB2Ey5KFeF6zto9YGbw3P8QLZmF_KSh1NwH_pNP4w,2986
|
|
40
40
|
xinference/deploy/utils.py,sha256=71xnPSjjF3XDZIYmlJ59Fbr7mswWERtNdjfdYGwyT_I,6703
|
|
41
41
|
xinference/deploy/worker.py,sha256=VQ71ClWpeGsyFgDmcOes2ub1cil10cBjhFLHYeuVwC4,2974
|
|
42
42
|
xinference/deploy/test/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
@@ -45,20 +45,20 @@ xinference/model/__init__.py,sha256=bCEwvKjoazBW8QZ5C5Hpfd5v_VTbWpXvo8IB9d4Qs70,
|
|
|
45
45
|
xinference/model/core.py,sha256=WQakLJgxrJMbTGn9AVaw-Tas7QL5M8cJsuYpGgH-io8,4706
|
|
46
46
|
xinference/model/utils.py,sha256=-axJ9I1IZ0li5Y2qzfFrsz8nMOGnoXXhmULu_e4aIKc,11196
|
|
47
47
|
xinference/model/audio/__init__.py,sha256=G4n-MyzdarFVOndPRkEyZZrCwqFIG8yIsky6_5dife0,3433
|
|
48
|
-
xinference/model/audio/chattts.py,sha256=
|
|
48
|
+
xinference/model/audio/chattts.py,sha256=ny3DZTCTt2MzdkLw994_QHZ_4qIEUZcNexNJkCejCyo,4998
|
|
49
49
|
xinference/model/audio/core.py,sha256=8rIyw0PLW2Py2-V7xsij4uQGGY39D_uq6uICuICobO8,6494
|
|
50
50
|
xinference/model/audio/cosyvoice.py,sha256=Enur1Y4Xa-mpr7wwnoXWwhyh7PUAjrHZ8DV91tTrpjE,6426
|
|
51
51
|
xinference/model/audio/custom.py,sha256=8GXBRmTtR-GY03-E91nlRGTIuabCRzlt20ecU6Un6Y8,4985
|
|
52
52
|
xinference/model/audio/fish_speech.py,sha256=v2WVEV-BLWnbiDvqrx8WTGE_YNKmd9QoAF1LZBXWxn0,7310
|
|
53
53
|
xinference/model/audio/funasr.py,sha256=65z7U7_F14CCP-jg6BpeY3_49FK7Y5OCRSzrhhsklCg,4075
|
|
54
|
-
xinference/model/audio/model_spec.json,sha256=
|
|
55
|
-
xinference/model/audio/model_spec_modelscope.json,sha256=
|
|
54
|
+
xinference/model/audio/model_spec.json,sha256=JLgT4fKZuD5jz5cBO_KIFkSm_6a6UEW6z0YVrfQJJkI,5120
|
|
55
|
+
xinference/model/audio/model_spec_modelscope.json,sha256=U82E5vZahi4si6kpCjdp2FAG2lCpQ7s7w_1t6lj2ysI,2038
|
|
56
56
|
xinference/model/audio/utils.py,sha256=pwo5cHh8nvhyBa9f-17QaVpXMSjmbpGbPYKwBBtEhGM,717
|
|
57
57
|
xinference/model/audio/whisper.py,sha256=PQL7rebGC7WlIOItuDtjdEtSJtlhxFkolot-Fj-8uDU,7982
|
|
58
58
|
xinference/model/embedding/__init__.py,sha256=1GmvQsbeeVUT-VRaRGetf8UT4RQgLWIzfp5kfX5jw-k,3567
|
|
59
59
|
xinference/model/embedding/core.py,sha256=cJUnq2dzjoYfRJeSEn0yhsqF4JbHfoXf3IMqyjdvFHk,18702
|
|
60
60
|
xinference/model/embedding/custom.py,sha256=757KncqhsOWVypHZFtuhBP_xy-UTNaFdy0BuZRfuIV8,3848
|
|
61
|
-
xinference/model/embedding/model_spec.json,sha256=
|
|
61
|
+
xinference/model/embedding/model_spec.json,sha256=dn1XZDiB-HED_IqZO3iYdfhpqA1EO3wHcylXd1O9WK8,7060
|
|
62
62
|
xinference/model/embedding/model_spec_modelscope.json,sha256=1qyMQR-JrcSZ_WB5gEtNI9IEzE9orSM41rjSXS6rMs4,6210
|
|
63
63
|
xinference/model/embedding/utils.py,sha256=t_y-7TrYenJKzX3p8e8KWXyC66u7Kd7lMvSzEOolnZw,790
|
|
64
64
|
xinference/model/flexible/__init__.py,sha256=DUAfq9vaiXOfUJfP2WRfqDmGfMtKMqRE-wLETaJw4_w,1718
|
|
@@ -68,22 +68,25 @@ xinference/model/flexible/launchers/__init__.py,sha256=X8w_2hKuQ9H3f90XYK7H_AQU4
|
|
|
68
68
|
xinference/model/flexible/launchers/image_process_launcher.py,sha256=APbbHls0N9DpLFL6_qTexuc5o6bQAvdgJEAZWU4clyw,2510
|
|
69
69
|
xinference/model/flexible/launchers/transformers_launcher.py,sha256=OZeeogDfopRUGhulP4PRJ4fZEJ2D9cfv7lcC2qJBoDE,2012
|
|
70
70
|
xinference/model/image/__init__.py,sha256=80HBIbKh6lh-BgNaTo6k0TxxKjdG30bwHAdCiwVk6wk,3198
|
|
71
|
-
xinference/model/image/core.py,sha256=
|
|
71
|
+
xinference/model/image/core.py,sha256=isfvAARTas_Jzi9W9wniqJlxgk2mfCoOwUVtzzoLKYE,10565
|
|
72
72
|
xinference/model/image/custom.py,sha256=5gjujQpJVTJ-pVB5LzBo4-bWKKOHzFlRaoRKJ_CuIUg,3769
|
|
73
|
-
xinference/model/image/model_spec.json,sha256=
|
|
74
|
-
xinference/model/image/model_spec_modelscope.json,sha256=
|
|
73
|
+
xinference/model/image/model_spec.json,sha256=YLwNpHd9QU3Mvs_DVE7UrHjqUF_dVzqxKwb6gzHlEbg,5911
|
|
74
|
+
xinference/model/image/model_spec_modelscope.json,sha256=0RIecnegAoe86paNiMxs-YVc8c4Ag3BXRG2CKBSmvNk,4806
|
|
75
75
|
xinference/model/image/sdapi.py,sha256=Xgdtnvw4Xwj1Nc0cBoDo_ogH6E2mFJqLvX0jSxxgdnA,5936
|
|
76
76
|
xinference/model/image/utils.py,sha256=sJCxC8iCS7r9sVY4edKz2DYaZ-ebq_t9HjL7fZMS8z8,2344
|
|
77
|
+
xinference/model/image/ocr/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
78
|
+
xinference/model/image/ocr/got_ocr2.py,sha256=BhRnRORh2KSVAALoHaenfoYP1RpSavB0sShBxDvdfW8,2334
|
|
77
79
|
xinference/model/image/scheduler/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
|
|
78
|
-
xinference/model/image/scheduler/flux.py,sha256=
|
|
80
|
+
xinference/model/image/scheduler/flux.py,sha256=GHlpPfU5UxsiQWNyvNe9SaVZceNg_2CiF1oJUdCao5o,18830
|
|
79
81
|
xinference/model/image/stable_diffusion/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
80
|
-
xinference/model/image/stable_diffusion/core.py,sha256=
|
|
82
|
+
xinference/model/image/stable_diffusion/core.py,sha256=qqMjFcM7KpjQc79irWhTpweIVfenEcsSi6g_WDK7CFM,22982
|
|
83
|
+
xinference/model/image/stable_diffusion/mlx.py,sha256=GZsozzGB04NfHAdU9MI6gwWE1t_A-s_Ddn_ic8DlkKQ,7476
|
|
81
84
|
xinference/model/llm/__init__.py,sha256=JPoNtsYukWeLyfDlxVtIgr5nu1GhUG1_zVpmAqcEQd8,12507
|
|
82
85
|
xinference/model/llm/core.py,sha256=f4nKVPTAseivij6mbL2yXEKxrzllKm-_i2ttSqckTCg,8157
|
|
83
|
-
xinference/model/llm/llm_family.json,sha256=
|
|
86
|
+
xinference/model/llm/llm_family.json,sha256=BiJwRSTFjKUErru4Mqek-P6JAlbFA1eGT9xzabfwBRc,290116
|
|
84
87
|
xinference/model/llm/llm_family.py,sha256=eqeaHwLeS2TDB_ATf_h6YkH6OiyyF_4cSF_bOq3pTws,37432
|
|
85
88
|
xinference/model/llm/llm_family_csghub.json,sha256=zMKWbihsxQNVB1u5iKJbZUkbOfQ4IPNq1KQ-8IDPQQA,8759
|
|
86
|
-
xinference/model/llm/llm_family_modelscope.json,sha256=
|
|
89
|
+
xinference/model/llm/llm_family_modelscope.json,sha256=5sOuthTDH9NisEw_3V22WdQgA_lQY5fl9vv-XYYwfVY,219124
|
|
87
90
|
xinference/model/llm/memory.py,sha256=NEIMw6wWaF9S_bnBYq-EyuDhVbUEEeceQhwE1iwsrhI,10207
|
|
88
91
|
xinference/model/llm/utils.py,sha256=DUC6jPr1-kPNsgc4J5MXNSMVgDlPLfQiitLGfdJxVxM,23596
|
|
89
92
|
xinference/model/llm/llama_cpp/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
@@ -365,6 +368,20 @@ xinference/thirdparty/matcha/utils/utils.py,sha256=5TN-PISzsjI_CgnRX3PSPBVsFhRL8
|
|
|
365
368
|
xinference/thirdparty/matcha/utils/monotonic_align/__init__.py,sha256=_s_INV7vL_N9mhYtZADAk11CsSGP8kykn0fEyyM73ts,646
|
|
366
369
|
xinference/thirdparty/matcha/utils/monotonic_align/core.pyx,sha256=t2jJamslaDGkFZnWhdUQ0qs4T4gjntMOAXSPMtZaq0w,1236
|
|
367
370
|
xinference/thirdparty/matcha/utils/monotonic_align/setup.py,sha256=bf0d0cvGRaACC22qq0sqgZEBBhz4qzDlMqBxOyTKC2g,207
|
|
371
|
+
xinference/thirdparty/mlx/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
372
|
+
xinference/thirdparty/mlx/flux/__init__.py,sha256=zZr1fIAdvqgR4iF0aBUfYkRzDB7RZ0CqSl9E2qQv32A,331
|
|
373
|
+
xinference/thirdparty/mlx/flux/autoencoder.py,sha256=mPWdTwtM8bAZZcFDOLSI5wgdKp9waIJsnHjsIr-kljE,10797
|
|
374
|
+
xinference/thirdparty/mlx/flux/clip.py,sha256=4ocfM8U6O2nZIflH_IaLkyVMOmmVltAdjjFMi7o61E4,4731
|
|
375
|
+
xinference/thirdparty/mlx/flux/datasets.py,sha256=aV2JQkbmC63flioUhE8AnX950D5T8alfOMG-AH7Zk_w,2064
|
|
376
|
+
xinference/thirdparty/mlx/flux/flux.py,sha256=mR1bN4MSULHKLgGZbEx3HMoV361bA01XCQxISaFjq08,8039
|
|
377
|
+
xinference/thirdparty/mlx/flux/layers.py,sha256=tJCnS52gLTb2XhixUZN5PIOfN32zntWqnDIlSc8D-A0,10025
|
|
378
|
+
xinference/thirdparty/mlx/flux/lora.py,sha256=GZ1nEzgz8fkQhGdFNJzwgiqZD665DrUsmOchYRnWjo4,1929
|
|
379
|
+
xinference/thirdparty/mlx/flux/model.py,sha256=_DWD3V2JyvF_mWPMEO8MNlAWuYx00p2_A_rYPm2p6Vs,4151
|
|
380
|
+
xinference/thirdparty/mlx/flux/sampler.py,sha256=xiv2IRBLknasu8X3wuRd-QXzmjv2VFS4I--NpL4UbQI,1674
|
|
381
|
+
xinference/thirdparty/mlx/flux/t5.py,sha256=L_tclSkRtFDuBqVKMbKCp9N_40cj9kjjuanXKnICtV0,8658
|
|
382
|
+
xinference/thirdparty/mlx/flux/tokenizers.py,sha256=bWy-XYX3n84L9HXw18ay9uMKDevD7eZouNenHriT5pg,5470
|
|
383
|
+
xinference/thirdparty/mlx/flux/trainer.py,sha256=Di_TGricvnInvAtX4uYMH9ZI_wXFZo4aghPJjnMueVk,3389
|
|
384
|
+
xinference/thirdparty/mlx/flux/utils.py,sha256=mB_nO2oHMmsnD2vA-d3dwTU3TTdlnvJ3sLboA7bJ-0Q,5184
|
|
368
385
|
xinference/thirdparty/omnilmm/LICENSE,sha256=WYLj56GZNvkMgbPWkCNpWlTFbbaeXKVEvUTrzw82stk,11337
|
|
369
386
|
xinference/thirdparty/omnilmm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
370
387
|
xinference/thirdparty/omnilmm/chat.py,sha256=oi0I-yVkvvnW_Vqj-iQzKaPUbGJ__EBn1we9AHlaGn4,6784
|
|
@@ -397,14 +414,14 @@ xinference/thirdparty/whisper/normalizers/english.json,sha256=Zgf5SL6YJNLhsvoiI8
|
|
|
397
414
|
xinference/thirdparty/whisper/normalizers/english.py,sha256=KJjkZyru_J9Ey03jjBFc3yhvWzWuMhQzRnp2dM6IQdA,20868
|
|
398
415
|
xinference/web/ui/package-lock.json,sha256=r6y_nAa8SfAETbx3ysAKcRf2SznsSAxpLwtArCJbCCI,760153
|
|
399
416
|
xinference/web/ui/package.json,sha256=fkEgsboguEVK9yuRrJjN7Alhyo38qV1Ih83qQFVr6SQ,2023
|
|
400
|
-
xinference/web/ui/build/asset-manifest.json,sha256=
|
|
417
|
+
xinference/web/ui/build/asset-manifest.json,sha256=OXxx-9qQwgWpWDlEwQB67TMvDb_0eA8byhL62qc39Tc,453
|
|
401
418
|
xinference/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
|
|
402
|
-
xinference/web/ui/build/index.html,sha256=
|
|
419
|
+
xinference/web/ui/build/index.html,sha256=wIRax6sNorFi5cZDWTCI0kpb-UpVkEa3cCO8pjUxUx0,650
|
|
403
420
|
xinference/web/ui/build/static/css/main.5061c4c3.css,sha256=P7rcts4xzIqV_ikvTokJEYzZ5R9w_3wigAhs7ai9hgU,4392
|
|
404
421
|
xinference/web/ui/build/static/css/main.5061c4c3.css.map,sha256=K2E6sUL58gZNSOo_9U-IMm9XCKQfnBlehW72IEYQQCw,8658
|
|
405
|
-
xinference/web/ui/build/static/js/main.
|
|
406
|
-
xinference/web/ui/build/static/js/main.
|
|
407
|
-
xinference/web/ui/build/static/js/main.
|
|
422
|
+
xinference/web/ui/build/static/js/main.b76aeeb7.js,sha256=U2RKawGlo-aW9zDRh3DJhLEWgmH1QOSWUjKaBjSMyno,1122817
|
|
423
|
+
xinference/web/ui/build/static/js/main.b76aeeb7.js.LICENSE.txt,sha256=d8ETWF_wyLDtaMx4LKhmJjBONXs3Onu4YucCXopqPK0,2321
|
|
424
|
+
xinference/web/ui/build/static/js/main.b76aeeb7.js.map,sha256=G8LLbP7rW8nIfSW8k4HJu_IQnpK0DB_T2HH4bMAfokg,4923948
|
|
408
425
|
xinference/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
|
|
409
426
|
xinference/web/ui/node_modules/.package-lock.json,sha256=_V6n9fLvF1laSHVMZb9Z6wwLvUphwXM7kuMW2TD5FX4,758073
|
|
410
427
|
xinference/web/ui/node_modules/.cache/babel-loader/00012b59e7dc64a18400bdddb660faa295258241c0b9cd15c78cdba63b858ed8.json,sha256=FhiSQ9MQv6bT7TkLBlXXskoaG2HCKhsuTXXlkDV-pM4,668
|
|
@@ -747,7 +764,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/06eabed6a8247a7e4d6d9aa3c627f
|
|
|
747
764
|
xinference/web/ui/node_modules/.cache/babel-loader/06f893dbada7c83fcf82fe1076a6ec550d3da9b326c62a383f29a2d888db6b3c.json,sha256=2w248sk5WCVJXbHuvA8gbcng1oY6UgllxP07wfluyDo,1803
|
|
748
765
|
xinference/web/ui/node_modules/.cache/babel-loader/06feacb80faf0c297a6167ec40f58202b4768b2f1a6e0dc3ba9c76ef54308a70.json,sha256=zyeoYuKySYrj3sDbT0aA7agp76JAdcg0UuPZXLOF6Fs,1366
|
|
749
766
|
xinference/web/ui/node_modules/.cache/babel-loader/0706b42e8fe57fe29f06fabb09d86bce854f45a22f18bde2dbbb21ed2b5c43e4.json,sha256=ztrEvo5lYelIu0XzD3HHk_yi-HAWqh5Mi2TfAsLsmDk,762
|
|
750
|
-
xinference/web/ui/node_modules/.cache/babel-loader/070d8c6b3b0f3485c6d3885f0b6bbfdf9643e088a468acbd5d596f2396071c16.json,sha256=6moN2B9xnLvt1_SQhX1tBwjYgsyiO5Qapx-oVAremBA,187121
|
|
751
767
|
xinference/web/ui/node_modules/.cache/babel-loader/0714f7d7eed5c0490af5c1795b66746fc124d5a18699de3af3586e5c983fd6eb.json,sha256=BC_Mub10WX3lOzJZ8iMZftRGnz6L6e3VlPNTADQz31I,1053
|
|
752
768
|
xinference/web/ui/node_modules/.cache/babel-loader/0716a316a9ac8a4402261cfad73e47870cef0ed8e6963a44297985aed1be118a.json,sha256=R8PZV1XP5hFeZLSwrqaNlgfADR2QK9b2-ayWY2zU8Ho,1427
|
|
753
769
|
xinference/web/ui/node_modules/.cache/babel-loader/071aa41c309750db22884d0b19b59ec6ed92c07957fd4e989904a365289adde2.json,sha256=hhlAfcqHp8EBTPqeN6HcGY5ieM7dWVRLuQB4UuDjFug,1717
|
|
@@ -2835,6 +2851,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/32d52c4b31e59c4a38bfa3b5785c5
|
|
|
2835
2851
|
xinference/web/ui/node_modules/.cache/babel-loader/32d80a53519c533edb499374a0b31eba125e7d3cdb7b4e84dcdc0d0940b1bac4.json,sha256=faEBJyVUBAMMN4PJjmJXzyqCGDRENFCN1Gdv8ndzQUc,1201
|
|
2836
2852
|
xinference/web/ui/node_modules/.cache/babel-loader/32e7383675bb886a7536b7fdba100d9deabef518edcb92c7b32c99ff01cd9747.json,sha256=3ivx1Vozsqfvgw18LXWPwJd8jI0WwG3NCp8DkHkdKGs,1334
|
|
2837
2853
|
xinference/web/ui/node_modules/.cache/babel-loader/32ea15275788d51cd3ca9985ba4c4efdc416fc4639190d341abab4dde6238825.json,sha256=Ct-HQeVxPDlhyqwvDL8J_IeGlL_iPBYL6T8U1i6o9Fs,1923
|
|
2854
|
+
xinference/web/ui/node_modules/.cache/babel-loader/32ea2c04cf0bba2761b4883d2c40cc259952c94d2d6bb774e510963ca37aac0a.json,sha256=i06ewLe4JpFIKaYwvrEY8piCIci-cDxAmuDuQgVFtmg,192370
|
|
2838
2855
|
xinference/web/ui/node_modules/.cache/babel-loader/32ea9ded674f45a47b42a485f62614786b350e39c44df00ad29d33cd71065b90.json,sha256=jZBqRTFuE8kvpBKAvrv98RLKafzqAQDYxYEn4sbYEWg,1354
|
|
2839
2856
|
xinference/web/ui/node_modules/.cache/babel-loader/32ec78acd6fcbb7c18b3c88b10c1fce60bc7d7e9c1587d4734badbe4424886c2.json,sha256=9fL9e0RgfyY5GEdWgkuQaTLnqtyg-IajYJrnV5_TdUY,1442
|
|
2840
2857
|
xinference/web/ui/node_modules/.cache/babel-loader/32f1caf57c940dae3f007462936052da3ae56b63de46fe2014a9e55accdf5b6a.json,sha256=D44lelAdqH4xDr20LaK04ZZPKo-EP8KAXmzd4Y4cLsg,1513
|
|
@@ -15511,9 +15528,9 @@ xinference/web/ui/node_modules/yargs-parser/package.json,sha256=BSwbOzgetKXMK4u0
|
|
|
15511
15528
|
xinference/web/ui/node_modules/yocto-queue/package.json,sha256=6U1XHQPGXJTqsiFvT953ORihUtXTblZy4fXBWP9qxC0,725
|
|
15512
15529
|
xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9Ll074uo8OS1zEw0qhA,1206
|
|
15513
15530
|
xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
|
|
15514
|
-
xinference-0.16.
|
|
15515
|
-
xinference-0.16.
|
|
15516
|
-
xinference-0.16.
|
|
15517
|
-
xinference-0.16.
|
|
15518
|
-
xinference-0.16.
|
|
15519
|
-
xinference-0.16.
|
|
15531
|
+
xinference-0.16.1.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15532
|
+
xinference-0.16.1.dist-info/METADATA,sha256=AuDw-yS-qdgZl9TZXq5ebLt4zHjadYBjhfFcO2rT8rc,21009
|
|
15533
|
+
xinference-0.16.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
15534
|
+
xinference-0.16.1.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15535
|
+
xinference-0.16.1.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15536
|
+
xinference-0.16.1.dist-info/RECORD,,
|