xinference 0.15.1__py3-none-any.whl → 0.15.3__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.

Files changed (34) hide show
  1. xinference/_version.py +3 -3
  2. xinference/core/model.py +2 -2
  3. xinference/model/audio/cosyvoice.py +3 -3
  4. xinference/model/embedding/core.py +14 -5
  5. xinference/model/embedding/model_spec.json +7 -0
  6. xinference/model/embedding/model_spec_modelscope.json +9 -1
  7. xinference/model/image/stable_diffusion/core.py +42 -19
  8. xinference/model/llm/__init__.py +1 -1
  9. xinference/model/llm/llm_family.json +862 -26
  10. xinference/model/llm/llm_family_modelscope.json +895 -10
  11. xinference/model/llm/sglang/core.py +4 -0
  12. xinference/model/llm/utils.py +14 -3
  13. xinference/model/llm/vllm/core.py +27 -6
  14. xinference/model/llm/vllm/utils.py +42 -0
  15. xinference/model/rerank/core.py +19 -0
  16. xinference/model/rerank/model_spec.json +8 -0
  17. xinference/model/rerank/model_spec_modelscope.json +8 -0
  18. xinference/model/utils.py +0 -25
  19. xinference/web/ui/build/asset-manifest.json +3 -3
  20. xinference/web/ui/build/index.html +1 -1
  21. xinference/web/ui/build/static/js/{main.754740c0.js → main.e51a356d.js} +3 -3
  22. xinference/web/ui/build/static/js/main.e51a356d.js.map +1 -0
  23. xinference/web/ui/node_modules/.cache/babel-loader/4385c1095eefbff0a8ec3b2964ba6e5a66a05ab31be721483ca2f43e2a91f6ff.json +1 -0
  24. xinference/web/ui/node_modules/.cache/babel-loader/c7bf40bab396765f67d0fed627ed3665890608b2d0edaa3e8cb7cfc96310db45.json +1 -0
  25. {xinference-0.15.1.dist-info → xinference-0.15.3.dist-info}/METADATA +8 -7
  26. {xinference-0.15.1.dist-info → xinference-0.15.3.dist-info}/RECORD +31 -30
  27. xinference/web/ui/build/static/js/main.754740c0.js.map +0 -1
  28. xinference/web/ui/node_modules/.cache/babel-loader/68bede6d95bb5ef0b35bbb3ec5b8c937eaf6862c6cdbddb5ef222a7776aaf336.json +0 -1
  29. xinference/web/ui/node_modules/.cache/babel-loader/cd90b08d177025dfe84209596fc51878f8a86bcaa6a240848a3d2e5fd4c7ff24.json +0 -1
  30. /xinference/web/ui/build/static/js/{main.754740c0.js.LICENSE.txt → main.e51a356d.js.LICENSE.txt} +0 -0
  31. {xinference-0.15.1.dist-info → xinference-0.15.3.dist-info}/LICENSE +0 -0
  32. {xinference-0.15.1.dist-info → xinference-0.15.3.dist-info}/WHEEL +0 -0
  33. {xinference-0.15.1.dist-info → xinference-0.15.3.dist-info}/entry_points.txt +0 -0
  34. {xinference-0.15.1.dist-info → xinference-0.15.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  xinference/__init__.py,sha256=muQ9V9y11BcIqlZhhc06oDf193H7bwDIa8e_wSoDKI8,986
2
2
  xinference/_compat.py,sha256=xFztCfyrq3O_4bssL_ygghYkfxicv_ZhiX2YDDWHf-k,3571
3
- xinference/_version.py,sha256=wbdwr3kzesiwMZeRbtAdBTt5CkCnSrLiBm1cVWh10zY,498
3
+ xinference/_version.py,sha256=RGjl0KY7iZC63yTyDPQaCtunSUGRo4ApaNUopMSdDP8,498
4
4
  xinference/conftest.py,sha256=56HYQjsAJcQrpZSmskniPqH9dLoW-i3Oud6NVTtc4io,9752
5
5
  xinference/constants.py,sha256=f8RxXrnnhoEYSwhiDSp8nKeUMF-KE4GyerMg-pa3Vv4,3582
6
6
  xinference/device_utils.py,sha256=zswJiws3VyTIaNO8z-MOcsJH_UiPoePPiKK5zoNrjTA,3285
@@ -25,7 +25,7 @@ xinference/core/chat_interface.py,sha256=tM4hQPZ0UVcmE4_-auXWkq2z0rWmZBwwXNwbbl5
25
25
  xinference/core/event.py,sha256=42F38H2WOl6aPxp2oxX6WNxHRRxbnvYRmbt4Ar7NP4U,1640
26
26
  xinference/core/image_interface.py,sha256=-elEvAYVga8KXbl9uc1A8oV0YWK0QbKDu5RPofkxxXs,11837
27
27
  xinference/core/metrics.py,sha256=ScmTG15Uq3h_ob72ybZSMWdnk8P4sUZFcm60f4ikSXc,2631
28
- xinference/core/model.py,sha256=LWdSidkibzbamyCeczAp526wZhd2QKWBdh7I3HYnkJo,30318
28
+ xinference/core/model.py,sha256=_X0aPIcTtdy886tMxuoto_nwXqCrm3S8IMalv3Kq5QU,30354
29
29
  xinference/core/resource.py,sha256=FQ0aRt3T4ZQo0P6CZZf5QUKHiCsr5llBvKb1f7wfnxg,1611
30
30
  xinference/core/scheduler.py,sha256=qONNFqAlnYDcmmzPO5jfU-r0aZ1Lhhpn1oSaA5CAGTE,15485
31
31
  xinference/core/status_guard.py,sha256=4an1KjUOhCStgRQUw1VSzXcycXUtvhxwiMREKKcl1UI,2828
@@ -42,11 +42,11 @@ xinference/deploy/test/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQ
42
42
  xinference/deploy/test/test_cmdline.py,sha256=m8xDzjtDuAJy0QkvYVJIZDuTB29cmYBV0d231JyRCPU,7714
43
43
  xinference/model/__init__.py,sha256=J7cdxnDxbr-4c8JREXWEIZ8MkB_VokXVaEOsI7ycjho,1101
44
44
  xinference/model/core.py,sha256=WQakLJgxrJMbTGn9AVaw-Tas7QL5M8cJsuYpGgH-io8,4706
45
- xinference/model/utils.py,sha256=-eGdgTgCJYowL9VpJaXb6T8RVKOUpfzwyQHOJ0qaeM8,11958
45
+ xinference/model/utils.py,sha256=j4qdq_R8dwDqwD9YLQkbFSHTmXKxWdZbr5MSvoL8aAw,11122
46
46
  xinference/model/audio/__init__.py,sha256=G4n-MyzdarFVOndPRkEyZZrCwqFIG8yIsky6_5dife0,3433
47
47
  xinference/model/audio/chattts.py,sha256=rMH6-9M8boZdpUSgxaAge-LraE79nRs6mVc0nPLHd5A,4585
48
48
  xinference/model/audio/core.py,sha256=2QexrIh3hDoaNeWh5rOMas9q4zDCZTaazsLRdQ7D5Zw,6512
49
- xinference/model/audio/cosyvoice.py,sha256=QhECyo5UuPOEv6F08tT9ToLsEL7v0cCtNPKNP1lkT-4,6460
49
+ xinference/model/audio/cosyvoice.py,sha256=Enur1Y4Xa-mpr7wwnoXWwhyh7PUAjrHZ8DV91tTrpjE,6426
50
50
  xinference/model/audio/custom.py,sha256=8GXBRmTtR-GY03-E91nlRGTIuabCRzlt20ecU6Un6Y8,4985
51
51
  xinference/model/audio/fish_speech.py,sha256=v2WVEV-BLWnbiDvqrx8WTGE_YNKmd9QoAF1LZBXWxn0,7310
52
52
  xinference/model/audio/funasr.py,sha256=65z7U7_F14CCP-jg6BpeY3_49FK7Y5OCRSzrhhsklCg,4075
@@ -55,10 +55,10 @@ xinference/model/audio/model_spec_modelscope.json,sha256=club_Pb1BdFPu5EOR5oVkts
55
55
  xinference/model/audio/utils.py,sha256=pwo5cHh8nvhyBa9f-17QaVpXMSjmbpGbPYKwBBtEhGM,717
56
56
  xinference/model/audio/whisper.py,sha256=PQL7rebGC7WlIOItuDtjdEtSJtlhxFkolot-Fj-8uDU,7982
57
57
  xinference/model/embedding/__init__.py,sha256=1GmvQsbeeVUT-VRaRGetf8UT4RQgLWIzfp5kfX5jw-k,3567
58
- xinference/model/embedding/core.py,sha256=5LvIJMDJYguhXa_U0n1yx_B88QmHU_34bFqYgHximRk,18269
58
+ xinference/model/embedding/core.py,sha256=cJUnq2dzjoYfRJeSEn0yhsqF4JbHfoXf3IMqyjdvFHk,18702
59
59
  xinference/model/embedding/custom.py,sha256=757KncqhsOWVypHZFtuhBP_xy-UTNaFdy0BuZRfuIV8,3848
60
- xinference/model/embedding/model_spec.json,sha256=jhM2MVaxhihFvShVs18xx0vuneBfAVDUCFyaJ9IgIh8,6889
61
- xinference/model/embedding/model_spec_modelscope.json,sha256=FYMBk4zE__lvjU0tiT5aNW1QYd1cr2Gj39BShG2h2PU,6010
60
+ xinference/model/embedding/model_spec.json,sha256=cVYzB4VLYw2FoP7bfLntTuMVDEigHTGDSyBtcj8F6gc,7060
61
+ xinference/model/embedding/model_spec_modelscope.json,sha256=1qyMQR-JrcSZ_WB5gEtNI9IEzE9orSM41rjSXS6rMs4,6210
62
62
  xinference/model/embedding/utils.py,sha256=t_y-7TrYenJKzX3p8e8KWXyC66u7Kd7lMvSzEOolnZw,790
63
63
  xinference/model/flexible/__init__.py,sha256=DUAfq9vaiXOfUJfP2WRfqDmGfMtKMqRE-wLETaJw4_w,1718
64
64
  xinference/model/flexible/core.py,sha256=3REGHL9uUTgwgEEr6qv5uNMq-j-7by4bAco7QNwwxx4,7231
@@ -74,15 +74,15 @@ xinference/model/image/model_spec_modelscope.json,sha256=r3_m9XZo1QZgmASg5navOPs
74
74
  xinference/model/image/sdapi.py,sha256=XhSIfEQY8giC0KC04CoMBJea9dZSFO4Ci8fQlAlxk54,4685
75
75
  xinference/model/image/utils.py,sha256=gxg8jJ2nYaDknzCcSC53WCy1slbB5aWU14AbJbfm6Z4,906
76
76
  xinference/model/image/stable_diffusion/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
77
- xinference/model/image/stable_diffusion/core.py,sha256=nlEcmRPitKaQ3lHOOruFqM00oIxod4IljdP-P6rjGw4,18501
78
- xinference/model/llm/__init__.py,sha256=5DDyvQuglJtIP6DCdvBZtEiN5qv7Rnp-ZNjObaCRDMQ,12432
77
+ xinference/model/image/stable_diffusion/core.py,sha256=jObFn-DmB210OrzDj38H5GtC7yLXY8tJ37lyUlRELLo,19316
78
+ xinference/model/llm/__init__.py,sha256=elINGzzDXmSissG32UMG7BfMqNgXwSM7USBaTorGWSA,12428
79
79
  xinference/model/llm/core.py,sha256=f4nKVPTAseivij6mbL2yXEKxrzllKm-_i2ttSqckTCg,8157
80
- xinference/model/llm/llm_family.json,sha256=QgD2opPlv1uYg6_L-axjClRe07tRaaalF2qGhdJ8dbE,258448
80
+ xinference/model/llm/llm_family.json,sha256=qGr8F8T4deKsDGHN9LQxz7HM4CliPqsvh9guJf3yY2M,284592
81
81
  xinference/model/llm/llm_family.py,sha256=eqeaHwLeS2TDB_ATf_h6YkH6OiyyF_4cSF_bOq3pTws,37432
82
82
  xinference/model/llm/llm_family_csghub.json,sha256=zMKWbihsxQNVB1u5iKJbZUkbOfQ4IPNq1KQ-8IDPQQA,8759
83
- xinference/model/llm/llm_family_modelscope.json,sha256=u-5pOQayhf94MHT3duZ7PN1q-S2j7FYraOFGy_cLJBg,186741
83
+ xinference/model/llm/llm_family_modelscope.json,sha256=EanDUOC0GNWNDGOT0TQtk9TPjalpAfsUkNShM4qjZLs,214921
84
84
  xinference/model/llm/memory.py,sha256=NEIMw6wWaF9S_bnBYq-EyuDhVbUEEeceQhwE1iwsrhI,10207
85
- xinference/model/llm/utils.py,sha256=In1a9PwFF2_8suh9J4H1Yh4jyZDPbhI0MRZLIeez4dE,21401
85
+ xinference/model/llm/utils.py,sha256=boK0xMGbWFRX5qUQqPm1z1IfTZgBvFKOnWnqC-gcw7c,21909
86
86
  xinference/model/llm/llama_cpp/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
87
87
  xinference/model/llm/llama_cpp/core.py,sha256=vjuTapwbn-ZjUX-8WA0nFyicE4UGUSehU_csSetvcZw,10928
88
88
  xinference/model/llm/lmdeploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -90,7 +90,7 @@ xinference/model/llm/lmdeploy/core.py,sha256=WvSP3x6t-HBv6hKh1qWZatFAzlcZCyyKqvc
90
90
  xinference/model/llm/mlx/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
91
91
  xinference/model/llm/mlx/core.py,sha256=9mTUllTBQf5pnblATWNw6mKKjivQ5u8Xp5q5U4KDYEY,13661
92
92
  xinference/model/llm/sglang/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
93
- xinference/model/llm/sglang/core.py,sha256=UaCdxm3VQvy3lffmXIPY1_wwMX8x0SVXQJliigydLQk,16608
93
+ xinference/model/llm/sglang/core.py,sha256=ft4QlDw36gwoic8lyjtSx2ai6KTW84CPVbYr8grqGMI,16698
94
94
  xinference/model/llm/transformers/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
95
95
  xinference/model/llm/transformers/chatglm.py,sha256=pCJgoc0Ikny5BL85iHXl9M6zKgIzAHBsd81NAZ31yRI,17834
96
96
  xinference/model/llm/transformers/cogvlm2.py,sha256=wqWM6AhVQssgkUOcVX2N7RU7kjnAu55r6ZlUjh9iJro,15942
@@ -112,12 +112,13 @@ xinference/model/llm/transformers/tensorizer_utils.py,sha256=VXSYbPZtCbd8lVvsnjD
112
112
  xinference/model/llm/transformers/utils.py,sha256=qob4wDMN98LKzYdDcQe8rFVA5_mX4i5XeVgm3HSq9iI,28505
113
113
  xinference/model/llm/transformers/yi_vl.py,sha256=w4EpUHpmT9P1u5yEv1Pm3Ico92nqZZv3fO4NEKXteK4,8913
114
114
  xinference/model/llm/vllm/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
115
- xinference/model/llm/vllm/core.py,sha256=xZ_7a2xae1dicYo4bav7Z1KrY-bB3PMT7EonMx1YH6M,28171
115
+ xinference/model/llm/vllm/core.py,sha256=L9jAZ2mb3vq5f9ZkrQz9k2oc8mBb6kdIUmHYwofO2d4,28936
116
+ xinference/model/llm/vllm/utils.py,sha256=JyztCDV7FT39QVraacg6T-JpmaSyfNwp9StRUBbvKJw,1347
116
117
  xinference/model/rerank/__init__.py,sha256=wRpf1bOMfmAsuEKEGczMTB5fWEvuqltlJbIbRb-x8Ko,3483
117
- xinference/model/rerank/core.py,sha256=_6kqYc488sbj_yub8AkZnDi4Xcibc4Q_MunrdMkHrqo,13264
118
+ xinference/model/rerank/core.py,sha256=ZOlbtK1x8CgcAAg0Y-5AF9ItYbhxuGtf7C_Sf0D9Kww,14122
118
119
  xinference/model/rerank/custom.py,sha256=wPKF3bHbGap9dHz9yYvXMXhozh4hRzS78RQijqvaRq8,3846
119
- xinference/model/rerank/model_spec.json,sha256=XZNIiWj7AQsn_Ts7N-LKL4jd6BAW7EVG37Owhhwbit8,1773
120
- xinference/model/rerank/model_spec_modelscope.json,sha256=BXkhPUdLOjo_ZT3o9suViT_Oh1_ev0JdLIUMG3rsoSc,1419
120
+ xinference/model/rerank/model_spec.json,sha256=xUuJgJ8Ad4l2v8gEHxAdF_xoaSkA8j8AX51LhrjGEA0,2005
121
+ xinference/model/rerank/model_spec_modelscope.json,sha256=pf5hX4g0HdVjk2-ibHTl_mXHgQSSPYMTBOIwvnwMMkk,1616
121
122
  xinference/model/rerank/utils.py,sha256=MJAFL47G3r3zLVGXKoi0QLTgU3Xr4Ffv72Ipn--psew,713
122
123
  xinference/model/video/__init__.py,sha256=mRhOhzMxzcPFdA5j4niAxH_j9dXLtT9HmchuICrdET8,2160
123
124
  xinference/model/video/core.py,sha256=PMqyWhhBWO77VjpEvTC7EQrGmyLWxJ_-Mm1VRqb2dNY,6031
@@ -392,14 +393,14 @@ xinference/thirdparty/whisper/normalizers/english.json,sha256=Zgf5SL6YJNLhsvoiI8
392
393
  xinference/thirdparty/whisper/normalizers/english.py,sha256=KJjkZyru_J9Ey03jjBFc3yhvWzWuMhQzRnp2dM6IQdA,20868
393
394
  xinference/web/ui/package-lock.json,sha256=r6y_nAa8SfAETbx3ysAKcRf2SznsSAxpLwtArCJbCCI,760153
394
395
  xinference/web/ui/package.json,sha256=fkEgsboguEVK9yuRrJjN7Alhyo38qV1Ih83qQFVr6SQ,2023
395
- xinference/web/ui/build/asset-manifest.json,sha256=g4v2_BEgxseyKfzOc3HnIiYTFIpUMjdAFNVzSprteXY,453
396
+ xinference/web/ui/build/asset-manifest.json,sha256=PR90UU8UOrgpDD7Afl2MSkiatOIBMMFDthqflkQ5zzo,453
396
397
  xinference/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
397
- xinference/web/ui/build/index.html,sha256=VMpHzsTDgTVxVRVkU2f_PnNew3oBS7LQCSB5TJ4yrjY,650
398
+ xinference/web/ui/build/index.html,sha256=c86TsyNmG205gXaWEivZNb5xQbT8MK9aOYfp4R6nWeM,650
398
399
  xinference/web/ui/build/static/css/main.5061c4c3.css,sha256=P7rcts4xzIqV_ikvTokJEYzZ5R9w_3wigAhs7ai9hgU,4392
399
400
  xinference/web/ui/build/static/css/main.5061c4c3.css.map,sha256=K2E6sUL58gZNSOo_9U-IMm9XCKQfnBlehW72IEYQQCw,8658
400
- xinference/web/ui/build/static/js/main.754740c0.js,sha256=5BTmu3ieMQIEPYxARZgDR9dwEzkeUYB1bwGjMP9mqUs,1121849
401
- xinference/web/ui/build/static/js/main.754740c0.js.LICENSE.txt,sha256=d8ETWF_wyLDtaMx4LKhmJjBONXs3Onu4YucCXopqPK0,2321
402
- xinference/web/ui/build/static/js/main.754740c0.js.map,sha256=CVPEXVH2kQnZaHD5PbCYPtfHMrnHob8X1ziytc3AjQw,4919966
401
+ xinference/web/ui/build/static/js/main.e51a356d.js,sha256=_P6qG1pX7aXzCua1hOJGfkxdBjOJKu7HEupCy8E3EWA,1121915
402
+ xinference/web/ui/build/static/js/main.e51a356d.js.LICENSE.txt,sha256=d8ETWF_wyLDtaMx4LKhmJjBONXs3Onu4YucCXopqPK0,2321
403
+ xinference/web/ui/build/static/js/main.e51a356d.js.map,sha256=gG5cxzxEVKvKAQdlxJRMUAkvkVqt0IzquJoTaqYIJVk,4920185
403
404
  xinference/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
404
405
  xinference/web/ui/node_modules/.package-lock.json,sha256=_V6n9fLvF1laSHVMZb9Z6wwLvUphwXM7kuMW2TD5FX4,758073
405
406
  xinference/web/ui/node_modules/.cache/babel-loader/00012b59e7dc64a18400bdddb660faa295258241c0b9cd15c78cdba63b858ed8.json,sha256=FhiSQ9MQv6bT7TkLBlXXskoaG2HCKhsuTXXlkDV-pM4,668
@@ -3587,6 +3588,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/43704d02edc673735fd68753bc6a5
3587
3588
  xinference/web/ui/node_modules/.cache/babel-loader/4373e2974d6464fa1b7cf8207e19c51a5ec13d3c5b96f883764a6f4449d1ae2a.json,sha256=3OPZhczJyARDXXNxada--HMQf37Hfq7sGYbAmp2jxFg,1896
3588
3589
  xinference/web/ui/node_modules/.cache/babel-loader/437b49a775d3edd58b4e33a5b809066fbf1cbf4393d929d654801c3c567cf3f1.json,sha256=64NtffV9P1tGT1vUQNe6d4ng5mMdaTX7kqznUGDc_pk,1218
3589
3590
  xinference/web/ui/node_modules/.cache/babel-loader/4382885d3ccf75c12893fc8342794b2744ffa8fbbabe85edd204a0893663a128.json,sha256=Z9fZCsdmwGDnxtgK281zINkVALcNsAg-xh-_C5b0GUY,2337
3591
+ xinference/web/ui/node_modules/.cache/babel-loader/4385c1095eefbff0a8ec3b2964ba6e5a66a05ab31be721483ca2f43e2a91f6ff.json,sha256=5mf4nn3XSD-X2BCyCnodabQtzn040TPOx4S9tnpvTHk,38524
3590
3592
  xinference/web/ui/node_modules/.cache/babel-loader/4386982ff47b419ea16453780e05969fda0eff4d2a6646bb8d30fafdb7768612.json,sha256=sPgfW3qxIW-Fmdn_GERPlrJ9RhTiXFsB2Kl7miUvXR0,797
3591
3593
  xinference/web/ui/node_modules/.cache/babel-loader/43875f6446214150e50e56ed7514884f0bf0b977e3d919ff0d07666025c7ba68.json,sha256=9OYxsV071nRFIlRawhc7R8o-CipLvdS8_RVEI8ZP9Hg,2546
3592
3594
  xinference/web/ui/node_modules/.cache/babel-loader/438a7f3b5b9d1000f7a4573ebd3eeb8bbcf423c5e1ff7eb89eceea097b359a01.json,sha256=3hGJIzYvEDdbH3n0uh4kbaSWg-KA7JVc1EMakY9hP5c,1616
@@ -5362,7 +5364,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/68a54642bd6509a081364775600c1
5362
5364
  xinference/web/ui/node_modules/.cache/babel-loader/68ac7bbbe5bfd57746b0e7a2425474a5932318eb594d9f82ca01641072132dce.json,sha256=i8qilyyqBQdQITKr0s-JzoxBxUC3veVQG-idYcxYoRg,1563
5363
5365
  xinference/web/ui/node_modules/.cache/babel-loader/68b10b0f8d3801a3cee5e30b0cf812217904541746d52fc289b485eafedec263.json,sha256=hg9Nw3byqJOmfseskWXccnedp7Oq2rExDmZJmmU2ed8,1197
5364
5366
  xinference/web/ui/node_modules/.cache/babel-loader/68b75a38655e5d78ebb9603d2710f8d47d71496118000fbb134c95b31188e4e7.json,sha256=g_SGCCOMZJTR4tLP7Tk47TaWTZY6GMCLXmwdQrkSoKE,3092
5365
- xinference/web/ui/node_modules/.cache/babel-loader/68bede6d95bb5ef0b35bbb3ec5b8c937eaf6862c6cdbddb5ef222a7776aaf336.json,sha256=ciyFFTIqh0mUtRXbx_3WXfa64o2X6wDXBl0AURGbXwE,38373
5366
5367
  xinference/web/ui/node_modules/.cache/babel-loader/68bf1a17f0a20977a34769785b286faa0d532328ec4a026cd6bd9274cc1342fc.json,sha256=Yd8sVkmcPtjbe44F_kswqLjPABupu-LNVCmPPcxXVrE,1290
5367
5368
  xinference/web/ui/node_modules/.cache/babel-loader/68c0f04071e3e041aa7111308d8daf22c13e9d7997ab3ca54844dd1c4a3050bc.json,sha256=HZuQcSdr62dsb9-zpTiWrgy9dhr9Gluybv-_YkWM4xQ,981
5368
5369
  xinference/web/ui/node_modules/.cache/babel-loader/68c5e9fbb63fa86be575623f325bfbf334f688df6efd555b82ef2c960c138cab.json,sha256=YNQPeiSfXbAAWuLEWqxT3EOfgRlzrH6bRw5Ab_2MUeI,1142
@@ -9866,6 +9867,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/c794daf613ddd9142366357e09711
9866
9867
  xinference/web/ui/node_modules/.cache/babel-loader/c7aa20ac57be2861a8c571b55f5411843904f2bd134bf0d3e8afbe85f7260715.json,sha256=lYa7T_mmP1UoLArApGXVhWEev5ZSFapDHqsUq41tDHM,1029
9867
9868
  xinference/web/ui/node_modules/.cache/babel-loader/c7acca6547f99d9b9567fad4a2facfd526d336ab01005f6c74cca5f9efacc19b.json,sha256=_yJ326jZpvxmBMpf35g1SA2Vr6pquXJigTkgt4S3EYg,1669
9868
9869
  xinference/web/ui/node_modules/.cache/babel-loader/c7bbf1207d587797be6c4797903b294efa7b08baded26a7df5223ddc7e639924.json,sha256=whjHlO5kuilci2eJ_lgEQwAewMJqVheYi__6iFubB0g,1273
9870
+ xinference/web/ui/node_modules/.cache/babel-loader/c7bf40bab396765f67d0fed627ed3665890608b2d0edaa3e8cb7cfc96310db45.json,sha256=2FcHTVbxn7nlJjR05wRgqy0opLopdD38ZY0RRHc3sV8,132660
9869
9871
  xinference/web/ui/node_modules/.cache/babel-loader/c7bf5e13f8b336cdb46a6a3a50ff314248b33ed3c7e92eee011f83fcbee82725.json,sha256=C5u-uVYiYbqiSgvghD2lnZuSHDuUpF5mA24qTZExld4,15906
9870
9872
  xinference/web/ui/node_modules/.cache/babel-loader/c7bf9982a714496a1410049be141d9f21e58e47af6fd6f123a6097933c804dd1.json,sha256=tf_msOTTEo3AkmUjNKDnIB1DQ9YbwniLNGvdhanFxzs,2541
9871
9873
  xinference/web/ui/node_modules/.cache/babel-loader/c7c271c62e079b812ede2349098c8fbfd40f4760bc0881b7a25ef060f46ef5f2.json,sha256=5OeiLeelTM3VdQtpdRsgg4wIB4LHgNchGIRzdFpYf9U,2099
@@ -10166,7 +10168,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/cd83e071e1cb5e9646c32d9385f53
10166
10168
  xinference/web/ui/node_modules/.cache/babel-loader/cd84e9039c06a15af4d7b4ebaa1e3f4d3d2a83a61c10f0b8bb0661a31ebbc39f.json,sha256=PMjI48MQQhGMPAim9clJrUYWKhbmQB3mT5cqdVfD7Lo,2314
10167
10169
  xinference/web/ui/node_modules/.cache/babel-loader/cd893276000870393c98d73fbef86714c16db912479724997e2471e4a222a30e.json,sha256=t4mNeCMWyhUkhAdwmGNsqunjPu2sX32xTHtviPTAvwI,1246
10168
10170
  xinference/web/ui/node_modules/.cache/babel-loader/cd8e00c7b7a564c883ee6000a9a6582c9d7c2824ba9b0482b96762edde39bab2.json,sha256=UtoZHghxsjoqmoezSjVSVGL2ueQ4-RdzQXp6J8g_Ukc,1205
10169
- xinference/web/ui/node_modules/.cache/babel-loader/cd90b08d177025dfe84209596fc51878f8a86bcaa6a240848a3d2e5fd4c7ff24.json,sha256=SLC0D_bDdnWyufwNbYt1S3Bbmyq0onTBOZ5OdA1zQq8,132271
10170
10171
  xinference/web/ui/node_modules/.cache/babel-loader/cd9da5a3b86b7fc829d0601ac106983c66f396670c60f1f45b705f8e23810397.json,sha256=e48bBFLmNXVF-_Opx_OlPEjYepZ4lIMy3aldBBKKNnE,1476
10171
10172
  xinference/web/ui/node_modules/.cache/babel-loader/cd9eb15dd6bdec95b59a8fe3721f5724fd2ac45bdc99c6ebd9ceab02005d6fa9.json,sha256=9-zyo3DzOBho6AXNbx_Wl-yFsVdTDqDfrjSgxU8oM2E,1042
10172
10173
  xinference/web/ui/node_modules/.cache/babel-loader/cda311ac82acf0d88bd81d9968722d14b67e670b6f4b14063be2e6cc51dcd73e.json,sha256=hwpN0UregxUmIeEoXcRvdoYwfy_r4pf9WyL82RkrrHY,1371
@@ -15506,9 +15507,9 @@ xinference/web/ui/node_modules/yargs-parser/package.json,sha256=BSwbOzgetKXMK4u0
15506
15507
  xinference/web/ui/node_modules/yocto-queue/package.json,sha256=6U1XHQPGXJTqsiFvT953ORihUtXTblZy4fXBWP9qxC0,725
15507
15508
  xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9Ll074uo8OS1zEw0qhA,1206
15508
15509
  xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
15509
- xinference-0.15.1.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
15510
- xinference-0.15.1.dist-info/METADATA,sha256=F6z7VKA4flX1wim_S9UOpFbxkflK9kTvveB4qtvuoSE,19062
15511
- xinference-0.15.1.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
15512
- xinference-0.15.1.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
15513
- xinference-0.15.1.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
15514
- xinference-0.15.1.dist-info/RECORD,,
15510
+ xinference-0.15.3.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
15511
+ xinference-0.15.3.dist-info/METADATA,sha256=NSmJnHU0w8BD5kyJ0JusOYOdX0sfwerPDyb1PPutadc,19126
15512
+ xinference-0.15.3.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
15513
+ xinference-0.15.3.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
15514
+ xinference-0.15.3.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
15515
+ xinference-0.15.3.dist-info/RECORD,,