xinference 0.16.1__py3-none-any.whl → 0.16.2__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/constants.py +1 -0
- xinference/core/worker.py +3 -1
- xinference/model/audio/core.py +6 -2
- xinference/model/core.py +3 -1
- xinference/model/embedding/core.py +6 -2
- xinference/model/image/core.py +6 -2
- xinference/model/image/ocr/got_ocr2.py +3 -0
- xinference/model/llm/__init__.py +33 -0
- xinference/model/llm/core.py +3 -1
- xinference/model/llm/llm_family.py +68 -2
- xinference/model/llm/llm_family_openmind_hub.json +1359 -0
- xinference/model/rerank/core.py +9 -1
- xinference/model/utils.py +7 -0
- xinference/model/video/core.py +6 -2
- xinference/web/ui/build/asset-manifest.json +3 -3
- xinference/web/ui/build/index.html +1 -1
- xinference/web/ui/build/static/js/{main.b76aeeb7.js → main.2f269bb3.js} +3 -3
- xinference/web/ui/build/static/js/main.2f269bb3.js.map +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/1f269fb2a368363c1cb2237825f1dba093b6bdd8c44cc05954fd19ec2c1fff03.json +1 -0
- {xinference-0.16.1.dist-info → xinference-0.16.2.dist-info}/METADATA +2 -2
- {xinference-0.16.1.dist-info → xinference-0.16.2.dist-info}/RECORD +27 -26
- xinference/web/ui/build/static/js/main.b76aeeb7.js.map +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/32ea2c04cf0bba2761b4883d2c40cc259952c94d2d6bb774e510963ca37aac0a.json +0 -1
- /xinference/web/ui/build/static/js/{main.b76aeeb7.js.LICENSE.txt → main.2f269bb3.js.LICENSE.txt} +0 -0
- {xinference-0.16.1.dist-info → xinference-0.16.2.dist-info}/LICENSE +0 -0
- {xinference-0.16.1.dist-info → xinference-0.16.2.dist-info}/WHEEL +0 -0
- {xinference-0.16.1.dist-info → xinference-0.16.2.dist-info}/entry_points.txt +0 -0
- {xinference-0.16.1.dist-info → xinference-0.16.2.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
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=LLdtJFZnTO6_OxxmoVVh6cxLwAakRJfTVLW8tmmb1Fs,498
|
|
4
4
|
xinference/conftest.py,sha256=56HYQjsAJcQrpZSmskniPqH9dLoW-i3Oud6NVTtc4io,9752
|
|
5
|
-
xinference/constants.py,sha256=
|
|
5
|
+
xinference/constants.py,sha256=l_aIN20C_NwitSEHFvrIqFvcW8Kg9SPX6NFEaPBu0VQ,3825
|
|
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
|
|
@@ -32,7 +32,7 @@ xinference/core/scheduler.py,sha256=gdj3SyP_jelJ86vTRrgnFynhxz5JSwLRsQgx8PTtBi8,
|
|
|
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
|
|
35
|
-
xinference/core/worker.py,sha256=
|
|
35
|
+
xinference/core/worker.py,sha256=MmGZuPZlI-DrC3VahkSZjGhpw9S9ISVGsxWhBlKNQMk,46367
|
|
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
|
|
@@ -42,11 +42,11 @@ xinference/deploy/worker.py,sha256=VQ71ClWpeGsyFgDmcOes2ub1cil10cBjhFLHYeuVwC4,2
|
|
|
42
42
|
xinference/deploy/test/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
43
43
|
xinference/deploy/test/test_cmdline.py,sha256=m8xDzjtDuAJy0QkvYVJIZDuTB29cmYBV0d231JyRCPU,7714
|
|
44
44
|
xinference/model/__init__.py,sha256=bCEwvKjoazBW8QZ5C5Hpfd5v_VTbWpXvo8IB9d4Qs70,1127
|
|
45
|
-
xinference/model/core.py,sha256=
|
|
46
|
-
xinference/model/utils.py,sha256
|
|
45
|
+
xinference/model/core.py,sha256=_NEH4wkjjJgRDdLHNVY_hL3V0kT67CvTay89uIzx1Ns,4736
|
|
46
|
+
xinference/model/utils.py,sha256=_yJ5h4RUzt7Kjs2WdjSzbVM3FTWEkX0ycOnXANZ9KVg,11394
|
|
47
47
|
xinference/model/audio/__init__.py,sha256=G4n-MyzdarFVOndPRkEyZZrCwqFIG8yIsky6_5dife0,3433
|
|
48
48
|
xinference/model/audio/chattts.py,sha256=ny3DZTCTt2MzdkLw994_QHZ_4qIEUZcNexNJkCejCyo,4998
|
|
49
|
-
xinference/model/audio/core.py,sha256=
|
|
49
|
+
xinference/model/audio/core.py,sha256=73KojfhE8QFEVkWoqC8FohioQg3TALz1hKCzuDOArgM,6554
|
|
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
|
|
@@ -56,7 +56,7 @@ xinference/model/audio/model_spec_modelscope.json,sha256=U82E5vZahi4si6kpCjdp2FA
|
|
|
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
|
-
xinference/model/embedding/core.py,sha256=
|
|
59
|
+
xinference/model/embedding/core.py,sha256=PP9Hpv_jK9x3cB2oSa1Q7SnzzPn7TnfVyF6uzx216OU,18762
|
|
60
60
|
xinference/model/embedding/custom.py,sha256=757KncqhsOWVypHZFtuhBP_xy-UTNaFdy0BuZRfuIV8,3848
|
|
61
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
|
|
@@ -68,25 +68,26 @@ 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=qq5Yz0lr50Ap2UV8Yd9B3ddYPaAYGZFcZY9tKzdar0c,10625
|
|
72
72
|
xinference/model/image/custom.py,sha256=5gjujQpJVTJ-pVB5LzBo4-bWKKOHzFlRaoRKJ_CuIUg,3769
|
|
73
73
|
xinference/model/image/model_spec.json,sha256=YLwNpHd9QU3Mvs_DVE7UrHjqUF_dVzqxKwb6gzHlEbg,5911
|
|
74
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
77
|
xinference/model/image/ocr/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
78
|
-
xinference/model/image/ocr/got_ocr2.py,sha256=
|
|
78
|
+
xinference/model/image/ocr/got_ocr2.py,sha256=N5Ux1dCtDMA25BBEmqiYNVKrk_HA-IPWchlKo0x0Kmo,2461
|
|
79
79
|
xinference/model/image/scheduler/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
|
|
80
80
|
xinference/model/image/scheduler/flux.py,sha256=GHlpPfU5UxsiQWNyvNe9SaVZceNg_2CiF1oJUdCao5o,18830
|
|
81
81
|
xinference/model/image/stable_diffusion/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
82
82
|
xinference/model/image/stable_diffusion/core.py,sha256=qqMjFcM7KpjQc79irWhTpweIVfenEcsSi6g_WDK7CFM,22982
|
|
83
83
|
xinference/model/image/stable_diffusion/mlx.py,sha256=GZsozzGB04NfHAdU9MI6gwWE1t_A-s_Ddn_ic8DlkKQ,7476
|
|
84
|
-
xinference/model/llm/__init__.py,sha256=
|
|
85
|
-
xinference/model/llm/core.py,sha256=
|
|
84
|
+
xinference/model/llm/__init__.py,sha256=9g9dFG2XuNDCTLE5vuJ6kCT-rqe9MfN56aEapyXaJ5M,13938
|
|
85
|
+
xinference/model/llm/core.py,sha256=fBKIi3zJ-37v7o1ON8_YyDF-44uJ34jYgUktVJOeQO0,8187
|
|
86
86
|
xinference/model/llm/llm_family.json,sha256=BiJwRSTFjKUErru4Mqek-P6JAlbFA1eGT9xzabfwBRc,290116
|
|
87
|
-
xinference/model/llm/llm_family.py,sha256=
|
|
87
|
+
xinference/model/llm/llm_family.py,sha256=tI2wPefd7v-PWcVhUO2qy6iGob_ioeNCwAQQzal-2o4,39549
|
|
88
88
|
xinference/model/llm/llm_family_csghub.json,sha256=zMKWbihsxQNVB1u5iKJbZUkbOfQ4IPNq1KQ-8IDPQQA,8759
|
|
89
89
|
xinference/model/llm/llm_family_modelscope.json,sha256=5sOuthTDH9NisEw_3V22WdQgA_lQY5fl9vv-XYYwfVY,219124
|
|
90
|
+
xinference/model/llm/llm_family_openmind_hub.json,sha256=jl9pfbe5DztoxgEwKBxDk1Wd7TziTiJ48_Ie_lJdYjA,67872
|
|
90
91
|
xinference/model/llm/memory.py,sha256=NEIMw6wWaF9S_bnBYq-EyuDhVbUEEeceQhwE1iwsrhI,10207
|
|
91
92
|
xinference/model/llm/utils.py,sha256=DUC6jPr1-kPNsgc4J5MXNSMVgDlPLfQiitLGfdJxVxM,23596
|
|
92
93
|
xinference/model/llm/llama_cpp/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
@@ -122,13 +123,13 @@ xinference/model/llm/vllm/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7
|
|
|
122
123
|
xinference/model/llm/vllm/core.py,sha256=5_aClQ1m37KpT6pyvSm8Kt0744mMqYrCkLC43BLHhI8,31391
|
|
123
124
|
xinference/model/llm/vllm/utils.py,sha256=LKOmwfFRrlSecawxT-uE39tC2RQbf1UIiSH9Uz90X6w,1313
|
|
124
125
|
xinference/model/rerank/__init__.py,sha256=wRpf1bOMfmAsuEKEGczMTB5fWEvuqltlJbIbRb-x8Ko,3483
|
|
125
|
-
xinference/model/rerank/core.py,sha256=
|
|
126
|
+
xinference/model/rerank/core.py,sha256=1ef4Nb7z9z6-7-_Rcjw7VLm2AJvMlmXeIZd2Ap8VSQg,14405
|
|
126
127
|
xinference/model/rerank/custom.py,sha256=wPKF3bHbGap9dHz9yYvXMXhozh4hRzS78RQijqvaRq8,3846
|
|
127
128
|
xinference/model/rerank/model_spec.json,sha256=xUuJgJ8Ad4l2v8gEHxAdF_xoaSkA8j8AX51LhrjGEA0,2005
|
|
128
129
|
xinference/model/rerank/model_spec_modelscope.json,sha256=pf5hX4g0HdVjk2-ibHTl_mXHgQSSPYMTBOIwvnwMMkk,1616
|
|
129
130
|
xinference/model/rerank/utils.py,sha256=MJAFL47G3r3zLVGXKoi0QLTgU3Xr4Ffv72Ipn--psew,713
|
|
130
131
|
xinference/model/video/__init__.py,sha256=mRhOhzMxzcPFdA5j4niAxH_j9dXLtT9HmchuICrdET8,2160
|
|
131
|
-
xinference/model/video/core.py,sha256=
|
|
132
|
+
xinference/model/video/core.py,sha256=gzVo-qnyqdF6tLgsGqCkHxGkbujSf7VCGJIlqLxfouc,6073
|
|
132
133
|
xinference/model/video/diffusers.py,sha256=kSEBRf0vtWyo0IrwoiEpr_ROu7SwDAVBZ4leqkcPycM,6244
|
|
133
134
|
xinference/model/video/model_spec.json,sha256=yQcLSU3vRJys-ACdHGtTNdz2pX1O9QDQ5rGHQd9LdFY,817
|
|
134
135
|
xinference/model/video/model_spec_modelscope.json,sha256=U8p6IqNLbY5Safxwpa6dCfnGbyvOC4FtYIf2ucr8TvM,815
|
|
@@ -414,14 +415,14 @@ xinference/thirdparty/whisper/normalizers/english.json,sha256=Zgf5SL6YJNLhsvoiI8
|
|
|
414
415
|
xinference/thirdparty/whisper/normalizers/english.py,sha256=KJjkZyru_J9Ey03jjBFc3yhvWzWuMhQzRnp2dM6IQdA,20868
|
|
415
416
|
xinference/web/ui/package-lock.json,sha256=r6y_nAa8SfAETbx3ysAKcRf2SznsSAxpLwtArCJbCCI,760153
|
|
416
417
|
xinference/web/ui/package.json,sha256=fkEgsboguEVK9yuRrJjN7Alhyo38qV1Ih83qQFVr6SQ,2023
|
|
417
|
-
xinference/web/ui/build/asset-manifest.json,sha256=
|
|
418
|
+
xinference/web/ui/build/asset-manifest.json,sha256=uLgNRWGul6eu1yZ7PBjasZ-kWl19Q4677SvHU08XXhw,453
|
|
418
419
|
xinference/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
|
|
419
|
-
xinference/web/ui/build/index.html,sha256
|
|
420
|
+
xinference/web/ui/build/index.html,sha256=-HDEsjVrmZKmDgb87MKkhZT0i6ZTeDdwmAZbH0pBBQ4,650
|
|
420
421
|
xinference/web/ui/build/static/css/main.5061c4c3.css,sha256=P7rcts4xzIqV_ikvTokJEYzZ5R9w_3wigAhs7ai9hgU,4392
|
|
421
422
|
xinference/web/ui/build/static/css/main.5061c4c3.css.map,sha256=K2E6sUL58gZNSOo_9U-IMm9XCKQfnBlehW72IEYQQCw,8658
|
|
422
|
-
xinference/web/ui/build/static/js/main.
|
|
423
|
-
xinference/web/ui/build/static/js/main.
|
|
424
|
-
xinference/web/ui/build/static/js/main.
|
|
423
|
+
xinference/web/ui/build/static/js/main.2f269bb3.js,sha256=k54GbViEf4aAqIgi7HAbgqgGR_CQCq11A77mQgWdUvo,1122862
|
|
424
|
+
xinference/web/ui/build/static/js/main.2f269bb3.js.LICENSE.txt,sha256=d8ETWF_wyLDtaMx4LKhmJjBONXs3Onu4YucCXopqPK0,2321
|
|
425
|
+
xinference/web/ui/build/static/js/main.2f269bb3.js.map,sha256=BVlEU3ztz5hmQi8oszjIb2HJKvSArVG75HcCgHDXeoM,4924413
|
|
425
426
|
xinference/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
|
|
426
427
|
xinference/web/ui/node_modules/.package-lock.json,sha256=_V6n9fLvF1laSHVMZb9Z6wwLvUphwXM7kuMW2TD5FX4,758073
|
|
427
428
|
xinference/web/ui/node_modules/.cache/babel-loader/00012b59e7dc64a18400bdddb660faa295258241c0b9cd15c78cdba63b858ed8.json,sha256=FhiSQ9MQv6bT7TkLBlXXskoaG2HCKhsuTXXlkDV-pM4,668
|
|
@@ -1937,6 +1938,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/1f0deae01578fdbb2e4fe3aa84d71
|
|
|
1937
1938
|
xinference/web/ui/node_modules/.cache/babel-loader/1f0eaeadc6f14f952892d8e1d1ef9c018858d5b8fc3169171528d5a421d94c12.json,sha256=YN1U6scIwDx38cKZianJJYaAa0UmNB3hWuobzRIj4aE,2551
|
|
1938
1939
|
xinference/web/ui/node_modules/.cache/babel-loader/1f19f87b31995a7e0941c73cb67ff5a76eb7c6f75b3fff4b1cc77ddff80cb26d.json,sha256=cU3GM8dIR0hRYSaK5t8X64i1Ad-UoJ7uyY_hhW-HUKE,3367
|
|
1939
1940
|
xinference/web/ui/node_modules/.cache/babel-loader/1f1d9117f2087b12fc62beafe6042f095acefb9140b73f649db9edef972a365f.json,sha256=HUbVhH5PLGtW9jix6rfUQOReZvJiDLJKsnpQj6XYuFY,1647
|
|
1941
|
+
xinference/web/ui/node_modules/.cache/babel-loader/1f269fb2a368363c1cb2237825f1dba093b6bdd8c44cc05954fd19ec2c1fff03.json,sha256=3DyToakwRRmXBb1hPfP7VmtRlSY68bKzlZwR0dRot5I,192892
|
|
1940
1942
|
xinference/web/ui/node_modules/.cache/babel-loader/1f294c4169dc2d8cdaca1cd27940f6e6941f70209b1cebe9d449e835d5c6eb28.json,sha256=bmNgAW76mPuhpbOK4TXdsLs9YFCc4gO2NejpUkz_7t0,1298
|
|
1941
1943
|
xinference/web/ui/node_modules/.cache/babel-loader/1f2c12505a685c1e3cc66d827d92c5d44a7c8edef321e52be506d7e2643ac111.json,sha256=Vv8gTYqfNsa-R6Fb7KfHiZJmwaENu98WBs4qHRTlz1Q,2208
|
|
1942
1944
|
xinference/web/ui/node_modules/.cache/babel-loader/1f2e0ad8c35274f80291deca01344eb29cf465b155a2dca6047d7a0b70b8dd96.json,sha256=znXFSAgBsWcQa-piTKWwtbtuumjmqObAhwMIntiqQRM,1578
|
|
@@ -2851,7 +2853,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/32d52c4b31e59c4a38bfa3b5785c5
|
|
|
2851
2853
|
xinference/web/ui/node_modules/.cache/babel-loader/32d80a53519c533edb499374a0b31eba125e7d3cdb7b4e84dcdc0d0940b1bac4.json,sha256=faEBJyVUBAMMN4PJjmJXzyqCGDRENFCN1Gdv8ndzQUc,1201
|
|
2852
2854
|
xinference/web/ui/node_modules/.cache/babel-loader/32e7383675bb886a7536b7fdba100d9deabef518edcb92c7b32c99ff01cd9747.json,sha256=3ivx1Vozsqfvgw18LXWPwJd8jI0WwG3NCp8DkHkdKGs,1334
|
|
2853
2855
|
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
|
|
2855
2856
|
xinference/web/ui/node_modules/.cache/babel-loader/32ea9ded674f45a47b42a485f62614786b350e39c44df00ad29d33cd71065b90.json,sha256=jZBqRTFuE8kvpBKAvrv98RLKafzqAQDYxYEn4sbYEWg,1354
|
|
2856
2857
|
xinference/web/ui/node_modules/.cache/babel-loader/32ec78acd6fcbb7c18b3c88b10c1fce60bc7d7e9c1587d4734badbe4424886c2.json,sha256=9fL9e0RgfyY5GEdWgkuQaTLnqtyg-IajYJrnV5_TdUY,1442
|
|
2857
2858
|
xinference/web/ui/node_modules/.cache/babel-loader/32f1caf57c940dae3f007462936052da3ae56b63de46fe2014a9e55accdf5b6a.json,sha256=D44lelAdqH4xDr20LaK04ZZPKo-EP8KAXmzd4Y4cLsg,1513
|
|
@@ -15528,9 +15529,9 @@ xinference/web/ui/node_modules/yargs-parser/package.json,sha256=BSwbOzgetKXMK4u0
|
|
|
15528
15529
|
xinference/web/ui/node_modules/yocto-queue/package.json,sha256=6U1XHQPGXJTqsiFvT953ORihUtXTblZy4fXBWP9qxC0,725
|
|
15529
15530
|
xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9Ll074uo8OS1zEw0qhA,1206
|
|
15530
15531
|
xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
|
|
15531
|
-
xinference-0.16.
|
|
15532
|
-
xinference-0.16.
|
|
15533
|
-
xinference-0.16.
|
|
15534
|
-
xinference-0.16.
|
|
15535
|
-
xinference-0.16.
|
|
15536
|
-
xinference-0.16.
|
|
15532
|
+
xinference-0.16.2.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15533
|
+
xinference-0.16.2.dist-info/METADATA,sha256=JD_uweW_grkKlqWWMtszZpXILC_LoQM7WLh1Y1RjvyE,21010
|
|
15534
|
+
xinference-0.16.2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
15535
|
+
xinference-0.16.2.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15536
|
+
xinference-0.16.2.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15537
|
+
xinference-0.16.2.dist-info/RECORD,,
|