xinference 0.12.0__py3-none-any.whl → 0.12.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.

Files changed (67) hide show
  1. xinference/_version.py +3 -3
  2. xinference/api/restful_api.py +74 -6
  3. xinference/client/restful/restful_client.py +74 -5
  4. xinference/constants.py +1 -0
  5. xinference/core/cache_tracker.py +48 -28
  6. xinference/core/model.py +54 -42
  7. xinference/core/scheduler.py +34 -16
  8. xinference/core/supervisor.py +73 -24
  9. xinference/core/worker.py +68 -2
  10. xinference/deploy/cmdline.py +86 -2
  11. xinference/deploy/test/test_cmdline.py +19 -10
  12. xinference/model/audio/__init__.py +14 -1
  13. xinference/model/audio/core.py +12 -1
  14. xinference/model/audio/custom.py +6 -4
  15. xinference/model/audio/model_spec_modelscope.json +20 -0
  16. xinference/model/llm/__init__.py +34 -2
  17. xinference/model/llm/llm_family.json +2 -0
  18. xinference/model/llm/llm_family.py +86 -1
  19. xinference/model/llm/llm_family_csghub.json +66 -0
  20. xinference/model/llm/llm_family_modelscope.json +2 -0
  21. xinference/model/llm/pytorch/chatglm.py +18 -12
  22. xinference/model/llm/pytorch/core.py +92 -42
  23. xinference/model/llm/pytorch/glm4v.py +13 -3
  24. xinference/model/llm/pytorch/qwen_vl.py +1 -1
  25. xinference/model/llm/pytorch/utils.py +27 -14
  26. xinference/model/llm/utils.py +14 -13
  27. xinference/model/llm/vllm/core.py +10 -4
  28. xinference/model/utils.py +8 -2
  29. xinference/thirdparty/ChatTTS/experimental/__init__.py +0 -0
  30. xinference/thirdparty/ChatTTS/experimental/llm.py +40 -0
  31. xinference/thirdparty/ChatTTS/infer/__init__.py +0 -0
  32. xinference/thirdparty/ChatTTS/infer/api.py +125 -0
  33. xinference/thirdparty/ChatTTS/model/__init__.py +0 -0
  34. xinference/thirdparty/ChatTTS/model/dvae.py +155 -0
  35. xinference/thirdparty/ChatTTS/model/gpt.py +265 -0
  36. xinference/thirdparty/ChatTTS/utils/__init__.py +0 -0
  37. xinference/thirdparty/ChatTTS/utils/gpu_utils.py +23 -0
  38. xinference/thirdparty/ChatTTS/utils/infer_utils.py +141 -0
  39. xinference/thirdparty/ChatTTS/utils/io_utils.py +14 -0
  40. xinference/web/ui/build/asset-manifest.json +6 -6
  41. xinference/web/ui/build/index.html +1 -1
  42. xinference/web/ui/build/static/css/main.074e2b31.css +2 -0
  43. xinference/web/ui/build/static/css/main.074e2b31.css.map +1 -0
  44. xinference/web/ui/build/static/js/main.a58ff436.js +3 -0
  45. xinference/web/ui/build/static/js/main.a58ff436.js.map +1 -0
  46. xinference/web/ui/node_modules/.cache/babel-loader/10262a281dec3bc2b185f4385ceb6846626f52d41cb4d46c7c649e719f979d4d.json +1 -0
  47. xinference/web/ui/node_modules/.cache/babel-loader/762a75a62daf3bec2cfc97ec8612798493fb34ef87087dcad6aad64ab7f14345.json +1 -0
  48. xinference/web/ui/node_modules/.cache/babel-loader/7f3bdb3a48fa00c046c8b185acd4da6f2e2940a20dbd77f9373d60de3fd6633e.json +1 -0
  49. xinference/web/ui/node_modules/.cache/babel-loader/f2f73bfdc13b12b02c8cbc4769b0b8e6367e9b6d8331c322d94318491a0b3653.json +1 -0
  50. xinference/web/ui/node_modules/.cache/babel-loader/f51bf63ddaa7afd125ef2254a105789333eecc1c94fdf5157a9b88ef7ad0a5bd.json +1 -0
  51. {xinference-0.12.0.dist-info → xinference-0.12.1.dist-info}/METADATA +1 -1
  52. {xinference-0.12.0.dist-info → xinference-0.12.1.dist-info}/RECORD +57 -45
  53. xinference/web/ui/build/static/css/main.54bca460.css +0 -2
  54. xinference/web/ui/build/static/css/main.54bca460.css.map +0 -1
  55. xinference/web/ui/build/static/js/main.551aa479.js +0 -3
  56. xinference/web/ui/build/static/js/main.551aa479.js.map +0 -1
  57. xinference/web/ui/node_modules/.cache/babel-loader/1e86938a0cdf706d21e99b21f5d868fa247c0c88b26807047e26dcdc4d9a9db3.json +0 -1
  58. xinference/web/ui/node_modules/.cache/babel-loader/1fa824d82b2af519de7700c594e50bde4bbca60d13bd3fabff576802e4070304.json +0 -1
  59. xinference/web/ui/node_modules/.cache/babel-loader/3e737bcdbcbc407ccd65b90e199ef0c3214b261e8e41dbf14d921384a717d9ee.json +0 -1
  60. xinference/web/ui/node_modules/.cache/babel-loader/46b6dd1f6d1109cd0e2455a0ea0be3e9bda1097cd4ebec9c4040070372671cfc.json +0 -1
  61. xinference/web/ui/node_modules/.cache/babel-loader/59ce49eae0f486af4c5034d4d2f9ca77c3ec3a32ecc560085caf5ef482b5f4c9.json +0 -1
  62. xinference/web/ui/node_modules/.cache/babel-loader/a6da6bc3d0d2191adebee87fb58ecebe82d071087bd2f7f3a9c7fdd2ada130f2.json +0 -1
  63. /xinference/web/ui/build/static/js/{main.551aa479.js.LICENSE.txt → main.a58ff436.js.LICENSE.txt} +0 -0
  64. {xinference-0.12.0.dist-info → xinference-0.12.1.dist-info}/LICENSE +0 -0
  65. {xinference-0.12.0.dist-info → xinference-0.12.1.dist-info}/WHEEL +0 -0
  66. {xinference-0.12.0.dist-info → xinference-0.12.1.dist-info}/entry_points.txt +0 -0
  67. {xinference-0.12.0.dist-info → xinference-0.12.1.dist-info}/top_level.txt +0 -0
@@ -1,15 +1,15 @@
1
1
  xinference/__init__.py,sha256=0LgIveLP6CXxoIaSrxhlFyOh0lOqPgJBVcBe0tkWJjc,987
2
2
  xinference/_compat.py,sha256=SQAjZMGxtBIce45qtW7ob7RWzA0zhv2yB3AxT0rb0uU,1778
3
- xinference/_version.py,sha256=qkQdB68uPbDy_TTDaHW5uHGP7drpYaHbZ4w5Mq4jGfg,498
3
+ xinference/_version.py,sha256=uLkYEYSwHVt1g8TYQmhCJrj7-OuaQ41ptJ93i6QLtpg,498
4
4
  xinference/conftest.py,sha256=Qus4KWCeaKS7c5UgNCTpPNucD2bjV8P7u1_qRosgGno,9743
5
- xinference/constants.py,sha256=8mln3iGl8QLSUz9jgdadEfMMrR7XYNhwFvsz6rrCIx0,3250
5
+ xinference/constants.py,sha256=30ZsGKQ7-dCsQLbI5NgbgYLQFPsoHxcojWtrFwzX1LQ,3300
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
9
  xinference/types.py,sha256=eAmC_PS9rAmPfHMR1GlMgKd6XVQtrHCttPtbuU77_VA,13708
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=YCNZ-0E8cP6TeA07KbkchmZxM6d-b4pmzT10E5EHHKg,63512
12
+ xinference/api/restful_api.py,sha256=fHoorcG5iIyXAAuJiHbdkxYBQgYFGKwnQFJ9U60BxsA,65917
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,39 +18,40 @@ xinference/client/__init__.py,sha256=Gc4HOzAy_1cic5kXlso7hahYgw89CKvZSJDicEU461k
18
18
  xinference/client/common.py,sha256=iciZRs5YjM2gYsXnwACPMaiBZp4_XpawWwfym0Iyu40,1617
19
19
  xinference/client/handlers.py,sha256=3gd9C7u4URbcVdR6Eyv8cpEZ175Ll4q_jGL07CnEIpg,648
20
20
  xinference/client/restful/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
21
- xinference/client/restful/restful_client.py,sha256=ZYHiIG2oaW-iTtkum_mZK6CMuoBbwvhPu8aK0S8NZz4,45692
21
+ xinference/client/restful/restful_client.py,sha256=en0RkAZY4fpsdHO4ARmHFNNTNakZGOVYAvWEWNgmfeE,48199
22
22
  xinference/core/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
23
- xinference/core/cache_tracker.py,sha256=xlhHwWsSLIo743r5U5l69b_rti_7Way-kGYzsunzs9s,5846
23
+ xinference/core/cache_tracker.py,sha256=2hk8ANOYruhxAt4MPz482tYEQcvYBh_B7sq0eYd0rTU,6963
24
24
  xinference/core/chat_interface.py,sha256=7SOm6Qi-iFh1otycHpn6CpISq2wTLlJzEUngJtOwMIk,19558
25
25
  xinference/core/event.py,sha256=dTXv-zg-sAqlY1rFLvyor9D8WEXZvnUH7NigegpziO8,1648
26
26
  xinference/core/image_interface.py,sha256=G2iK24auEN4MrLkPlu1CAA_gf-BQrGQTjazi_FYqIxE,8825
27
27
  xinference/core/metrics.py,sha256=ScmTG15Uq3h_ob72ybZSMWdnk8P4sUZFcm60f4ikSXc,2631
28
- xinference/core/model.py,sha256=FB9ru_5zpQ_CT-XZyUdUxsKzar7fLwP7RdjnJU0fbUE,23153
28
+ xinference/core/model.py,sha256=olTYUVbF--e7mGS2tGF9fVH7UcSnjErkFVQlaOGaH9U,23587
29
29
  xinference/core/resource.py,sha256=FQ0aRt3T4ZQo0P6CZZf5QUKHiCsr5llBvKb1f7wfnxg,1611
30
- xinference/core/scheduler.py,sha256=EJGe2L3vmBMDShvyGNcJcgdQ1SKdg9dUr5zdc_QkA_U,14510
30
+ xinference/core/scheduler.py,sha256=k4MvoIc6C_-jZCSrZrDOR-VMwiZL4qASc55lo7bIpJI,15137
31
31
  xinference/core/status_guard.py,sha256=fF5hisvfn6es9DV6Z6RRD6V_S_uLcb8lHM6PArGgb04,2820
32
- xinference/core/supervisor.py,sha256=QXJbGFW8dg_bhU4xMrw7P89vYGFNHK_Ic_pBOHaDpfY,43209
32
+ xinference/core/supervisor.py,sha256=Phrp6H20eKSS6FZZCLKzd78vRg4PeFqCsZ9TEJiNMIg,44836
33
33
  xinference/core/utils.py,sha256=LqPrez5dGELRQDSwOD5EP8XHb-aUKAdyszS-QpNouuw,6401
34
- xinference/core/worker.py,sha256=bf5FtsVWMxQmQNmK0hTsC27CLU6ByGC02eCyrnJg4og,32999
34
+ xinference/core/worker.py,sha256=NRzkr92H0D4msLGciwSz7pyE2Uwt7Bw4kKFE7TY9A9k,35566
35
35
  xinference/deploy/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
36
- xinference/deploy/cmdline.py,sha256=J1NSfnQ-iJ87OPb_kNOfONgMZNqCow1Klm91uLS4_Lk,44582
36
+ xinference/deploy/cmdline.py,sha256=YtKyivl78n4LX2uFtblpXCcHSgAE0r8XWGC_UWSq-Jw,47088
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=PYdxLRARG-oZoQZtC-1t2Xve6ehjfuEITwAuDglDMIA,5377
40
40
  xinference/deploy/worker.py,sha256=Av3qU1b0tdxfkds3Mc2Qiqy9c_xSD0Tp3cToWoXqTpo,2966
41
41
  xinference/deploy/test/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
42
- xinference/deploy/test/test_cmdline.py,sha256=W83eR1nQGE7-DaRItEoFU0JkVH1sz_bc8TnSpc07zHc,7436
42
+ xinference/deploy/test/test_cmdline.py,sha256=6sONdu5lKYE-F-0fWaujFUvuy87KZl8IJv0kr0jVDI0,7666
43
43
  xinference/locale/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
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
47
  xinference/model/core.py,sha256=nENyctnKtEBMakd_BpTbgCtLUeci3ak7QIwEk-pq4IM,3546
48
- xinference/model/utils.py,sha256=L-pGH8HwIPwrJyRdnLk1OVPoDNdSlAyKp0eEY47J_fw,14974
49
- xinference/model/audio/__init__.py,sha256=0EVzX6b4pcOO63NAcNpYWTVYVa7w7yG5cPpGxOY9MXw,2347
48
+ xinference/model/utils.py,sha256=NGIXgpkUY0dXGxnh-FsfeNq6OS9SPwBzNfASLXWCqUo,15146
49
+ xinference/model/audio/__init__.py,sha256=QyQwELIYk7DuD5Hen2q45pLMJ4K8iAnto8zlOA9QUSY,2839
50
50
  xinference/model/audio/chattts.py,sha256=5ZFrRAh0dMLLGsXUUJVac6eh1LySJv7Eoe7cXx-eOdk,2606
51
- xinference/model/audio/core.py,sha256=letQziVUD0KoDOn8eE76c2OHA2y4kuiQWZ10PJ-AzXU,4746
52
- xinference/model/audio/custom.py,sha256=Li6VpTmpZ17YXk_bwN2-tUKRAJwNcW-O4OwrJefzC2o,4966
51
+ xinference/model/audio/core.py,sha256=oG9Ge-5-cOoOgvU9Q8Ndm3bD9-uJGNAg6UR2W9uXR6M,5215
52
+ xinference/model/audio/custom.py,sha256=01NTD927pairIBWOo9At6Bjqpo1kdcIn3AVijbOdp7Y,5056
53
53
  xinference/model/audio/model_spec.json,sha256=ueOHO14d8lIzuiExJyPUgC3swYA3CfgOgMiDu5L1cOA,3205
54
+ xinference/model/audio/model_spec_modelscope.json,sha256=W40W8vxtumGbV-M07TqPVS-Hr8RJ4oZlYsnp_EnGC4Q,474
54
55
  xinference/model/audio/utils.py,sha256=pwo5cHh8nvhyBa9f-17QaVpXMSjmbpGbPYKwBBtEhGM,717
55
56
  xinference/model/audio/whisper.py,sha256=NjtaSAJcj_IpJX3drT9NPWNrprVbeLlsDq4uH8AZE8M,7772
56
57
  xinference/model/embedding/__init__.py,sha256=0FLzOZyOuMctxFvhobkLXRUepwHck6RPbtjCct1eMI8,2854
@@ -67,13 +68,14 @@ xinference/model/image/model_spec_modelscope.json,sha256=KMI-2YOJoLUtN93LZiqqETW
67
68
  xinference/model/image/utils.py,sha256=gxg8jJ2nYaDknzCcSC53WCy1slbB5aWU14AbJbfm6Z4,906
68
69
  xinference/model/image/stable_diffusion/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
69
70
  xinference/model/image/stable_diffusion/core.py,sha256=ib_ZeSg7hzynmRqSnhjtrVuhoLOgZPrR1ZH2LjBmH2E,6063
70
- xinference/model/llm/__init__.py,sha256=hjSL3BB8FFsDKgt572Lc-d0_OzlJjOBjqni20CX_S4Q,10093
71
+ xinference/model/llm/__init__.py,sha256=JU6FggWUHuV6auwBkTMdsf8WCUhabIWFOyPrbj-1fHQ,11369
71
72
  xinference/model/llm/core.py,sha256=CZJrbW3HaV8vJj5mxSnBD8ssABALG_xyXyPS0hHVBPY,7982
72
- xinference/model/llm/llm_family.json,sha256=O2MgV0ok-Cs0QQ4-Gt-LZTYnzERLCWUwbiM-7ml66rg,172141
73
- xinference/model/llm/llm_family.py,sha256=aQZPE2gj5YfII2mhgbaSs1MfllKnUXd8xbflKr_YdFs,37357
74
- xinference/model/llm/llm_family_modelscope.json,sha256=mbhupZb-uDDR5ygaw2-tFD-1J1YinULLoKNbq6CsUAc,107594
73
+ xinference/model/llm/llm_family.json,sha256=ubXzSGE5C3ozOGR7HfH1wc1ZeR4V4cHlfKun__EJOJs,172179
74
+ xinference/model/llm/llm_family.py,sha256=lZ9xpuN1Koc9DOE0H6noOz3fYLYVqjmwWX_KXTMqe0M,40176
75
+ xinference/model/llm/llm_family_csghub.json,sha256=zWiMlX0mbCvuaR7gZh0qDPRPaswFJ-zKssuN6XuAQ6s,1417
76
+ xinference/model/llm/llm_family_modelscope.json,sha256=FONO3sW3HdlKBfnuK2B60Gh8QBGvLh8Nk9nIYtSc5as,107632
75
77
  xinference/model/llm/memory.py,sha256=PTD8m6TCZVU1zrwc9wepX9cUjCqAXBENj6X7tjua0to,10207
76
- xinference/model/llm/utils.py,sha256=0SindpTW6dUWn17E-Ne9scnSfPOovb53sIuc9zxIFfo,31653
78
+ xinference/model/llm/utils.py,sha256=avmEHTrenLyL8iiVb0fXxiG89KWLaBtSI2ttkLmPTBw,31827
77
79
  xinference/model/llm/ggml/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
78
80
  xinference/model/llm/ggml/chatglm.py,sha256=qqCxVvPp4CZq0z6MuwTcVUMEkQJDjjXm6naJ6WfGOl0,16208
79
81
  xinference/model/llm/ggml/llamacpp.py,sha256=7Fvt2h7AJ8P6xVRztcw0aJgteagjCeOZJ7RniN6VYqs,13345
@@ -82,26 +84,26 @@ xinference/model/llm/ggml/tools/convert_ggml_to_gguf.py,sha256=92To8eoVQBkDZD52_
82
84
  xinference/model/llm/ggml/tools/gguf.py,sha256=Hv2haR-UN7NdB1N8YId32hFoEPd-JX6_aUNWRJhyJZc,30277
83
85
  xinference/model/llm/pytorch/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
84
86
  xinference/model/llm/pytorch/baichuan.py,sha256=TpCfi37Ou87VA8S5siGRUK5JWC5SjGbZYkZoTe9VSA8,2883
85
- xinference/model/llm/pytorch/chatglm.py,sha256=HRjrFw3vN5lW6MKO7VUgIM8TtVPiQjT5lkMPmCvHMA4,9718
87
+ xinference/model/llm/pytorch/chatglm.py,sha256=ViZZZURY7HDi7nXkADWhbvKx28BcV7ive-rVoA6rgZM,9950
86
88
  xinference/model/llm/pytorch/cogvlm2.py,sha256=pgyCvYQEkuniGHBoE_4jfL0d4EiwufFgTRb91FCwRt8,11552
87
89
  xinference/model/llm/pytorch/compression.py,sha256=U0vMJ-JaBt4oC2LffgWg6HbPj1CeUi_YdwVbjDd0mRA,8112
88
- xinference/model/llm/pytorch/core.py,sha256=2-PWV-HXNq29zUl4lZM5A7JshkEec2DFjj9CoH2chEk,23315
90
+ xinference/model/llm/pytorch/core.py,sha256=yfW3IAj_R0zU_-HmeDjmCfblAtLEdmUlAcsbC39g3No,25432
89
91
  xinference/model/llm/pytorch/deepseek_vl.py,sha256=T9DKP4cULvRaHSiU08lOWd_j6mt8b3ZIBByneZ0jY8U,11498
90
92
  xinference/model/llm/pytorch/falcon.py,sha256=POSP7vzRJaM5PjvX8dh60jNDXgnCwktwSmeZ7kypQU0,4499
91
- xinference/model/llm/pytorch/glm4v.py,sha256=bK-oL6vET_Pj0hwgmD-KhnGmTMyi1EZRbjOIk3TXdfM,9441
93
+ xinference/model/llm/pytorch/glm4v.py,sha256=ZCDxUZDbUt3PdDH8gSonscsdPXZo-isEgqkXjzEX6ls,9799
92
94
  xinference/model/llm/pytorch/intern_vl.py,sha256=_7IxqtTODTOTfR_4BDQ1hSkgE_qLjAhdyNt7fz_AD20,13044
93
95
  xinference/model/llm/pytorch/internlm2.py,sha256=vjspoc2VHbuD1JaUtjt0sOq9MwvRr2OD3_tKQhBVUPc,7244
94
96
  xinference/model/llm/pytorch/llama_2.py,sha256=HMhUmn4oYW2maeSMIr1yY7jlAOMD0OVAxnF0dnRWmio,3710
95
97
  xinference/model/llm/pytorch/minicpmv25.py,sha256=8WCnxLqHRnICxJVC2gTLdo6y9Oh_yFshpMtHvfr-pBk,8496
96
98
  xinference/model/llm/pytorch/omnilmm.py,sha256=4r6pipch1LU1FPA80sOCE7Z0k3TO_J8CIT7pmVmWKEM,5664
97
- xinference/model/llm/pytorch/qwen_vl.py,sha256=_InWNWJAHAf6TW5bmd4yc9WChrG6DhW8_3Q7ytvW5tc,8962
98
- xinference/model/llm/pytorch/utils.py,sha256=NeMXejg7D7tprdT27mlVTEzAKgIFdRv0hqEF2wpBWRc,32405
99
+ xinference/model/llm/pytorch/qwen_vl.py,sha256=93j9QWS3nGMptS0rbZQyfzGMvkcFMLF-oZdNVEzYJAg,9005
100
+ xinference/model/llm/pytorch/utils.py,sha256=wqu_qk1LDyXzG5B2YTZ6r2h58taQ0JWrj9tMJ2TTmTU,32767
99
101
  xinference/model/llm/pytorch/vicuna.py,sha256=avNOgt9fBjwYzahL-j6-EcQS-7km167h8ttJolnNWnE,2334
100
102
  xinference/model/llm/pytorch/yi_vl.py,sha256=MljT7tpgFIhL6n5rdoS3hmq_u0rtHRE6cxXCseujklQ,10911
101
103
  xinference/model/llm/sglang/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
102
104
  xinference/model/llm/sglang/core.py,sha256=RGHy6t9n0c4zL6Uha8P7t-qPvisPyulFVHw-8Aq8CJ0,14046
103
105
  xinference/model/llm/vllm/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
104
- xinference/model/llm/vllm/core.py,sha256=jug58qOmgsnbZW97GSeZPWc688s0LgipXHCf4D9iC6U,21801
106
+ xinference/model/llm/vllm/core.py,sha256=9AApr_byyvNHEnHuV7X6PZCMZFaCmqZ2oNU06nOGBBE,22082
105
107
  xinference/model/rerank/__init__.py,sha256=BXIL1uu3ZpZHX9bODhW9lxKUXudZE7-OkXFmmM5rpMU,2817
106
108
  xinference/model/rerank/core.py,sha256=BLIIStjxUFghSFoxCimet88ghqGwmVaskOYdVRxKdpI,10572
107
109
  xinference/model/rerank/custom.py,sha256=NKk7jA7p4xkuwS5WoOs2SY2wdnoAVpyCjBTvv317bBw,3917
@@ -111,6 +113,17 @@ xinference/model/rerank/utils.py,sha256=MJAFL47G3r3zLVGXKoi0QLTgU3Xr4Ffv72Ipn--p
111
113
  xinference/thirdparty/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
112
114
  xinference/thirdparty/ChatTTS/__init__.py,sha256=I5dDlOJkCgz3M24LSLvB9kz5bH_ZsQuP_iZY6mg_yw4,22
113
115
  xinference/thirdparty/ChatTTS/core.py,sha256=RAay9e3oPOZA29wh6sUkHXqfx_UFTS0RR6fHpXPJCeE,8677
116
+ xinference/thirdparty/ChatTTS/experimental/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
117
+ xinference/thirdparty/ChatTTS/experimental/llm.py,sha256=bauIrF6FZPL_CIPfEKGQJfgzYzr3IvJGFEu4K7cncRo,3120
118
+ xinference/thirdparty/ChatTTS/infer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
119
+ xinference/thirdparty/ChatTTS/infer/api.py,sha256=2ebUmglWkp1wRuXY4cgaLG_QUglXqYWW1CMjkkeyf3k,4267
120
+ xinference/thirdparty/ChatTTS/model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
121
+ xinference/thirdparty/ChatTTS/model/dvae.py,sha256=HB-RakiiEgYGGaqfe8RwsTTVDINzDty8KvFweAsy_5M,4958
122
+ xinference/thirdparty/ChatTTS/model/gpt.py,sha256=Ub6_72-NwD1PJVnyaHSEZoD12gktBid9b1-R6J69Dqk,11713
123
+ xinference/thirdparty/ChatTTS/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
124
+ xinference/thirdparty/ChatTTS/utils/gpu_utils.py,sha256=i26XJnAtevCGiFhFtu8ZsnDvnfAqdvaSyWVzlgEKkx8,929
125
+ xinference/thirdparty/ChatTTS/utils/infer_utils.py,sha256=DHkpAn9TQ0NCaN_zpXIzjUgebT9AidV-WVSovf80JM8,3812
126
+ xinference/thirdparty/ChatTTS/utils/io_utils.py,sha256=tlYppWt3PoC5UX_FUJwLKDCDBzfH6tvLLQF8kp4hsZs,384
114
127
  xinference/thirdparty/deepseek_vl/__init__.py,sha256=N5CYTfTFEiTT7mrNrrGTSyvDOVkGVO3pE_fWm8ugcAw,1458
115
128
  xinference/thirdparty/deepseek_vl/models/__init__.py,sha256=gVJoBKpRfny6w_QpTrTh_iCqUtVJZLuctzfPQq-dKDw,1328
116
129
  xinference/thirdparty/deepseek_vl/models/clip_encoder.py,sha256=tn-uTCAcb63WOX6cB0rl2ynOsum23xy1tAvBqPbIHHo,8197
@@ -148,14 +161,14 @@ xinference/thirdparty/omnilmm/train/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY
148
161
  xinference/thirdparty/omnilmm/train/train_utils.py,sha256=L4JtFWDKtdEcQYpGW-UV6GCswTqHkiskK3phM9J-xUM,5634
149
162
  xinference/web/ui/package-lock.json,sha256=l-6VBG39LwkPggB5xwKZEip74w_7keFmAW5QQGjs0M8,767866
150
163
  xinference/web/ui/package.json,sha256=W0Bq0vT0HOALv-nFo34Fos3r6DKrjR7zAL5swLg5qZg,1987
151
- xinference/web/ui/build/asset-manifest.json,sha256=B23xrVfQ0w11-bYbNY6Rsbg5ZsvR1gcfSEsK6OIfWis,453
164
+ xinference/web/ui/build/asset-manifest.json,sha256=C7H9HWXBwYy5y309SJP-JitHtw95GDt4bTqP5gcJsFY,453
152
165
  xinference/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
153
- xinference/web/ui/build/index.html,sha256=KHO0-c7G9Cq9CFlwxu5n6WyEgNkoEjZikIT6vD3ONcc,650
154
- xinference/web/ui/build/static/css/main.54bca460.css,sha256=4wtz0RH25SYUxe23fjnvkRT_ryxx64P3Spy00M5bfV4,1529
155
- xinference/web/ui/build/static/css/main.54bca460.css.map,sha256=eBKcQcqefJDkZZheXW7xIDU4mbic1aJ7SGlh9XEyxVI,2958
156
- xinference/web/ui/build/static/js/main.551aa479.js,sha256=aVL8fjmitz1QoF_zc3ftj5O58eTN2R-MrCFwqp_ducE,961491
157
- xinference/web/ui/build/static/js/main.551aa479.js.LICENSE.txt,sha256=rbybPZZs56fvnjMiAklb5AB-cE9DLmWrrraygrxIG3I,2279
158
- xinference/web/ui/build/static/js/main.551aa479.js.map,sha256=ouEIecK03HMG6mkzz29ZkzzpYIAqU20X1XArB7aXahI,4297010
166
+ xinference/web/ui/build/index.html,sha256=Sre3bPXprnEKCGsn_iJiBt8UXH4Kg7LDvBCLMixqDVw,650
167
+ xinference/web/ui/build/static/css/main.074e2b31.css,sha256=DybBdqd_ztH2NNpaqUBVAR-tCOUnm1LvVxobAa5v5jQ,3287
168
+ xinference/web/ui/build/static/css/main.074e2b31.css.map,sha256=KM2S1rUs8-W2EzumEiCR0guhWVKojL1leMXlArB7P2A,6560
169
+ xinference/web/ui/build/static/js/main.a58ff436.js,sha256=DAwf9fcuSA4CmmbO2KaCcuHGXwjq9VVjW2g1Cv4yvLw,968076
170
+ xinference/web/ui/build/static/js/main.a58ff436.js.LICENSE.txt,sha256=rbybPZZs56fvnjMiAklb5AB-cE9DLmWrrraygrxIG3I,2279
171
+ xinference/web/ui/build/static/js/main.a58ff436.js.map,sha256=4TWzs3wC6LrMXrW250-b25ZogH-7VNVAaKIxCS_N4-o,4323081
159
172
  xinference/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
160
173
  xinference/web/ui/node_modules/.package-lock.json,sha256=TiGKTauADRWUfO6X9URCfruDRh_J1_vD5tqMVdoKD0o,765826
161
174
  xinference/web/ui/node_modules/.cache/babel-loader/000791038e4133db461021f1018491323a006cca7a53e09c2ac35032bc36d8b6.json,sha256=lcvLWh7kYVCN6ZBwqKJYmnST8it8tv7i7gOzsbV5Gas,1358
@@ -929,6 +942,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/100ef6bf10f883a3b214158ad9861
929
942
  xinference/web/ui/node_modules/.cache/babel-loader/10139a68ee304ea6133be549da688d25d77a385ad794a42cea2f8670c6622966.json,sha256=oycbZITc9h7bYaGVNDxGFAP8AnE_Tx62hjwn3iEvg8c,1603
930
943
  xinference/web/ui/node_modules/.cache/babel-loader/101f59e4c5f13a097f7f6eecf7bd70f5ec7db0ae56a6bd937992151b4bf25dbc.json,sha256=Kx0SsTtt2C8qmOLJDh0Trd5dpEHm4PO5InUM5egtHLg,1453
931
944
  xinference/web/ui/node_modules/.cache/babel-loader/1024f0219f0632dc61ee468ec2389838862abb4a48ba3c326b75413d2cb2758e.json,sha256=JUHb0YCyJqJ-6C1HrHXs8ILjQjljzBMH4q7-hTgzuX8,1121
945
+ xinference/web/ui/node_modules/.cache/babel-loader/10262a281dec3bc2b185f4385ceb6846626f52d41cb4d46c7c649e719f979d4d.json,sha256=45b2xDwZqEK5JATaf_xnd-AHydlnGMiPEjVIyNVUboo,16010
932
946
  xinference/web/ui/node_modules/.cache/babel-loader/103334c7ddcc69a2b1fac457230e970ee53fa44176d6deedd3d80fa24b1dbdf6.json,sha256=7Z05cLbeqOVFn1G2eN-IqfvoctiE--qDQMsOj1FjJKo,1305
933
947
  xinference/web/ui/node_modules/.cache/babel-loader/1034b57e1da76c0d4d075e147e868e556628c0528e1c73f5435bb21f9eb7a453.json,sha256=GfDZvnrsVSOGAHv_QuDZafd7M1GswNRRd1g-9p6AzyE,1438
934
948
  xinference/web/ui/node_modules/.cache/babel-loader/103d075ff78c65983f4f95b9525bc048d6c93ddb72ce35df1b0c74ec545d18d1.json,sha256=svmnS9J29RVCua2zi8s1STzm2xm4ONrdKnKBH6Gr7cE,453
@@ -1640,7 +1654,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/1e7a5af87904f2a4b3d0319635dc0
1640
1654
  xinference/web/ui/node_modules/.cache/babel-loader/1e7a7e05ec9ccd3205dd12934aa0b0d024ecab78c87cc8dc68626da16535ba46.json,sha256=Y4Idr2ndx5P_pkBwNl82ov0KiUAb9wIfnv-9Ff4CRwE,1192
1641
1655
  xinference/web/ui/node_modules/.cache/babel-loader/1e84c2b6a872331ea3f3640c60fff47d53ed177185becb05ae955349eac229af.json,sha256=7LT6XXU43uBHqZqBhwMo8QQCl_5l_Ihk3W2L3-v5ZPM,2488
1642
1656
  xinference/web/ui/node_modules/.cache/babel-loader/1e86460c878ea3b07313d409269ee358c52007f9b6ec59e9707f66e9aa975da5.json,sha256=iUsMuW3djkRoX-u6fW2M2ND_src7GnvvrxNwIMahLJA,3741
1643
- xinference/web/ui/node_modules/.cache/babel-loader/1e86938a0cdf706d21e99b21f5d868fa247c0c88b26807047e26dcdc4d9a9db3.json,sha256=BA0ITztl3kYf_9cYHEplqD0B9_7_a9-airylQKR1O2M,15616
1644
1657
  xinference/web/ui/node_modules/.cache/babel-loader/1e9266b7342c69c2d78999a0721eacdaaf7ea492a02f99b0cc04d3560516a672.json,sha256=aXGOy-C8CXEi0PVuEOa-L-oLxpzKynbzE0Erdm04wTw,1588
1645
1658
  xinference/web/ui/node_modules/.cache/babel-loader/1e92dc4af7bf1d5bb828bcc70d2e7101a2a114c69fffc1353307071aab48b83a.json,sha256=9eJ6pwM3dz9kZ7-FIT52BKmJkI1-jcxvDaGJZiM2N60,2675
1646
1659
  xinference/web/ui/node_modules/.cache/babel-loader/1e9d97c3a5cc195cdae678f647e449b152f397c0426a8ee3878fcdc6e74fb416.json,sha256=f6Sqzo1VhFjKNLljSZ4_71qpMdFx11Q66LacKoY3gR4,757
@@ -1696,7 +1709,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/1f9275573aaf589903cb887b4704b
1696
1709
  xinference/web/ui/node_modules/.cache/babel-loader/1f9709c3bfb96565e13095ab3f1bfd292fe914cef9909ef9d14aa42ee135d51a.json,sha256=BMcXG-A_a_Aem229rZN6KVAGamqHmrvw0ZvsJYB31hg,1421
1697
1710
  xinference/web/ui/node_modules/.cache/babel-loader/1f9bee33e067d74988af08cbbea6e1b20cfebc071f885b0f5a472541cbed6ec2.json,sha256=5_8PMXOJXhxrewyJsyJCp__idnhY-5QbU5Xx5qKwcvQ,1500
1698
1711
  xinference/web/ui/node_modules/.cache/babel-loader/1f9d3e98d9d75883b1c25d637ad32a000631788fb7f730c74221cbf11e52e7c2.json,sha256=uxyk75PpJ614eArQgcXUjarNJ70yTEE2l37PjZKGxFY,1475
1699
- xinference/web/ui/node_modules/.cache/babel-loader/1fa824d82b2af519de7700c594e50bde4bbca60d13bd3fabff576802e4070304.json,sha256=9b88UByDgWuhZxSGFn1hFUrQbDC5KQ_ZqVoxyDRUnTs,11171
1700
1712
  xinference/web/ui/node_modules/.cache/babel-loader/1fa950f4cdcb6de564290ef10fd62855d0f15afd564eaabec88ce83dbb545284.json,sha256=Pn2hxa6b_VRiR3Rnm5Vhk2I-C2iMBZpO0FZCF0XMNBY,1147
1701
1713
  xinference/web/ui/node_modules/.cache/babel-loader/1fb0a2c42b9d6d6a6714e402cdde3a8bef0541249f383eead9e0fef194d1a467.json,sha256=0oF0dUXLQag_QuLPzF3WnsQKYEJQ1BKMg31EfMeWJjc,1396
1702
1714
  xinference/web/ui/node_modules/.cache/babel-loader/1fb3d944dbc65105f20534b7c5095baf4f491b0f079fca9b81741e4e4e4542f1.json,sha256=27skkqbCkQR2aIyk8cRwbVVaPfUQp_864Kqzu1rGhfg,2406
@@ -3145,7 +3157,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/3e46df4a969b2d4708b4f671e6fb0
3145
3157
  xinference/web/ui/node_modules/.cache/babel-loader/3e4b487ec26bb8e315c5cef06b347775c56a0667f7bf987875475feeda3088c9.json,sha256=PlQq6JHIhlCCyUHk8x_og0J3YTsvp6gjqQn3UTq9SUo,1147
3146
3158
  xinference/web/ui/node_modules/.cache/babel-loader/3e6777cd4b9bb274b10ab31358817db3432adb6807eac4fda5d370bb7de5597b.json,sha256=8fELWEiBJhj0sy9GRDZarz817FUshzR96xrjySG9X5g,2776
3147
3159
  xinference/web/ui/node_modules/.cache/babel-loader/3e701477f8a1df79ab5361f80c77c31a796ddb74b1deff5cd838d1a7abdc6d8e.json,sha256=Y0IjP6LuPEeLaUUb69TIJKnLIm8hmbYmn_qY60rfP9Q,1244
3148
- xinference/web/ui/node_modules/.cache/babel-loader/3e737bcdbcbc407ccd65b90e199ef0c3214b261e8e41dbf14d921384a717d9ee.json,sha256=oCEjFJQUfro5wU7UOB1OtYSVj2CkF2axLeCGWaqym8E,5927
3149
3160
  xinference/web/ui/node_modules/.cache/babel-loader/3e816ac6d6082f552f1c6bc86c98251989cee003772bea22c2c52722cf232672.json,sha256=el6EYgWzr4GPQ6ky5uYkpCl7DwrONvxuvmq8A9961uc,1365
3150
3161
  xinference/web/ui/node_modules/.cache/babel-loader/3e87c7d4f1e5c93603eed3e861945e44dd1e664061a89aaef1aa6435f4f4d7d0.json,sha256=rcdHS_EkNAKFe872GsF5Lg25BAsdBiYUDVkywNcJvAU,5487
3151
3162
  xinference/web/ui/node_modules/.cache/babel-loader/3e8a17103e4969b5475994091cb605ef4b67555d61f175f8b25a96a4479de561.json,sha256=LTrBGYJbJff8xkLTXA7g50azhEz0bhJNNpUB-c4-JDM,1660
@@ -3554,7 +3565,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/469ded71a58899b529d1cee35e52b
3554
3565
  xinference/web/ui/node_modules/.cache/babel-loader/46a411dde1048f429a9a356590369ffdfae95eea378cc6b828adf15a929f531a.json,sha256=ze0Ljm74aVH2YW11XLWz5nkOTp3ffW2IBCmkYoY0nnI,1764
3555
3566
  xinference/web/ui/node_modules/.cache/babel-loader/46a9b097c8564d23a32e5b22872d37db781655de9b247b9aefa7f7d953180b8f.json,sha256=LdHYog7RCZQkX19SpqcWwzFtlHP5U62BZtJskC5PeFQ,1266
3556
3567
  xinference/web/ui/node_modules/.cache/babel-loader/46abce9830b7c21c96f63a3bc052a2c6a98981e41d90b03426433a86be30e33d.json,sha256=jCGrCrgFdFR47rFqSSYL93or6-Tgm4KBWYVRNGDFtC4,1314
3557
- xinference/web/ui/node_modules/.cache/babel-loader/46b6dd1f6d1109cd0e2455a0ea0be3e9bda1097cd4ebec9c4040070372671cfc.json,sha256=A6Xp5HtltDffI0OwgKjMHEsyGlqCUU6NMz-GTyU8e2Q,78134
3558
3568
  xinference/web/ui/node_modules/.cache/babel-loader/46b949465b8aa03502f9f6c0f80b339a396e34f3d9028b714c9cbdf7a228480b.json,sha256=eazn3DyQNQZgh0b4dCpRJYOHp6S5B-ZuPJjfpJsEFt4,1366
3559
3569
  xinference/web/ui/node_modules/.cache/babel-loader/46bd471e666626c2e2c9e09cde19bb30da85e8a84dee0fbee7b3dadf5ec3dcdd.json,sha256=YWHMnJ3r14Y1jQ_2zcqefBQJaSY3t4orqs_VWqSWw8g,1386
3560
3570
  xinference/web/ui/node_modules/.cache/babel-loader/46be9f833a196ac30f362e433899c7627db3aab88f7da47366d5efd45895c8bf.json,sha256=uTa8d1z6l3k2eVpsOlvaNm8sAyO2sjMRX4RLAl3GPq8,1537
@@ -4465,7 +4475,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/59b87e8acb6cff8848ab71c5f2f9a
4465
4475
  xinference/web/ui/node_modules/.cache/babel-loader/59b939cfd3bd6bb5a56cd4fefbaa49128a0fab5d44bd26b86d3429ff739b6f1a.json,sha256=76xEOOn-x977qWqoSZMOOaeUJu7NIKw6doVBhJxoIek,1384
4466
4476
  xinference/web/ui/node_modules/.cache/babel-loader/59c47a7ad9352689b3bf32566698a748598770abec9baa3544c3e5728feaf132.json,sha256=n3c_hzx8CScoA5X-rm065OVm67QSBNeAML5fd8Cupsw,1010
4467
4477
  xinference/web/ui/node_modules/.cache/babel-loader/59ce1728186a5c249988b447b53f5d160d86980a36a1985dc02889c9def7c1cf.json,sha256=RugUaSvpM9XRNu1_JnqBuwNrcbpADQY2SQ7UHjmtMaw,1126
4468
- xinference/web/ui/node_modules/.cache/babel-loader/59ce49eae0f486af4c5034d4d2f9ca77c3ec3a32ecc560085caf5ef482b5f4c9.json,sha256=6uxT7nbX4XDS3T9aMXWR3yIGxtwyCEaECs9eko7aiio,6293
4469
4478
  xinference/web/ui/node_modules/.cache/babel-loader/59d4ad4b05302ab27f2faf6bc8a1c708abf795f506e9b3620327cbf964d55001.json,sha256=sEC_d1y_WMppWJp88DNnkx1ny-1TSgnUfbBXb3-gm74,1983
4470
4479
  xinference/web/ui/node_modules/.cache/babel-loader/59d7c51e2656b581ffd10c0affff6ae2285786fb649f913ca9875ebc470c8d3e.json,sha256=V7vpPZ2P4mqlxqTN2JS3rZC6skTfFQPyDP-LJ7hoKR8,1029
4471
4480
  xinference/web/ui/node_modules/.cache/babel-loader/59df1384033e89d592d1a265f981ffa7aabd25c4d7a1752c87d7c88ef13edc87.json,sha256=ZvbgBELV6gfdWtNq5RVjjsYRybVlTv-oaxPdQJaCEII,1181
@@ -5784,6 +5793,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/76187c980e5dc67af608a57ba3091
5784
5793
  xinference/web/ui/node_modules/.cache/babel-loader/7618d75eda4fe51ee5bdd1125605354491bd3569598b78a2e89180d3bd9f8b6d.json,sha256=NuFuXUVrzpgKeVPTEUG7e74GARylNrmhF4Nr1QcCs6g,1042
5785
5794
  xinference/web/ui/node_modules/.cache/babel-loader/7619b96d2b279015659e76c9a893eaef304d0b2226f30d1c726e19d22660f9ee.json,sha256=2PzuCpPI1-OXFzpXof91MfQFD7814raxbBdD7rlynTg,1255
5786
5795
  xinference/web/ui/node_modules/.cache/babel-loader/761ea9e3d1915dafccd1a49a6e4c8a2a4fceff1c9999c8f85ea12db228466038.json,sha256=I7jS9nc8QGRIujiXFPtWaCOOGg4sG7trj7BXVgx5yW8,44437
5796
+ xinference/web/ui/node_modules/.cache/babel-loader/762a75a62daf3bec2cfc97ec8612798493fb34ef87087dcad6aad64ab7f14345.json,sha256=zyfkqlu3aWRBgAASGjnJE1U6UpJgTQq0Bm9fov8uXz8,77580
5787
5797
  xinference/web/ui/node_modules/.cache/babel-loader/76321f4311fabb8803d38ec69fd48705a0aa46cb82798669d7e4288cbd80a56b.json,sha256=tlWd_fhloRmHxWRcl0DNjnAHQTwK_gQyplUhHXeeLy0,2536
5788
5798
  xinference/web/ui/node_modules/.cache/babel-loader/763662d2ab3abd0ec5544a1386031be1698fab3a9e7a915caf4b5809ecfefe11.json,sha256=cdaDxJghAH2pFQiVO4OjGxW8fZPE1zABw83fuGRmaUE,1059
5789
5799
  xinference/web/ui/node_modules/.cache/babel-loader/763bf89ee2930eeb6c247a5d171bc4741157a5f0db4f2e246440fc972b292af0.json,sha256=SkDe08OH09lsPnSdj4bSuXyA0myylH-eR8SK43OVAiw,2018
@@ -6232,6 +6242,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/7f2cedf388cdfb185e7211ffa9d16
6232
6242
  xinference/web/ui/node_modules/.cache/babel-loader/7f2d1c16939e756c552b1d188fe02da418b9be7589cda0637782cc43bdf3317f.json,sha256=iJw4RAjcyL-SG5XpUvCike6hakpxQthF3CSRQarHatU,1181
6233
6243
  xinference/web/ui/node_modules/.cache/babel-loader/7f331f90a298bb1d159ca9d40bffb2952c145e78a3fddeb70194d942bdc846ce.json,sha256=SThbQkkvF3AxYkJtdTCIlxiFg-18K3HFmh8LiGl13cI,4600
6234
6244
  xinference/web/ui/node_modules/.cache/babel-loader/7f3662b530d10d94da3bb79a465fb780f0171a5dd1b6f99a526064a654324564.json,sha256=cqaneQO6NS0Rxt4e-_0rdyeI6yASzlO_gNka3E0eWrM,1016
6245
+ xinference/web/ui/node_modules/.cache/babel-loader/7f3bdb3a48fa00c046c8b185acd4da6f2e2940a20dbd77f9373d60de3fd6633e.json,sha256=uFbXIRUaEBEXnBhux2sg6oNjxoSb4llA2YBJ_eE35qc,21285
6235
6246
  xinference/web/ui/node_modules/.cache/babel-loader/7f4211444d01230e0bba464dd99216b1bc37b4849a079fa95b6fe61962a58356.json,sha256=zzLcs0cMUed90eByDKuIzw4Dj-LmGX43cRWQUBbxcmw,1110
6236
6247
  xinference/web/ui/node_modules/.cache/babel-loader/7f4304121df8581a22d827b7dabe06dadbeb10ba186bdccd6b9b0a3ea4b4827d.json,sha256=X6cSaISvQbRD75zXSMVVIZMfSw1fYNmTUMl7oT67LsQ,1613
6237
6248
  xinference/web/ui/node_modules/.cache/babel-loader/7f4471b17f617de205fbaa0f2e12a287084f469c909f4d32b01990fac59a8945.json,sha256=dkDF1hZZAAG76ofi1kenrFdvsAroInMg0UX8lNuwoWg,1337
@@ -8202,7 +8213,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/a6bb917e4869d7d6ddf50b75932ca
8202
8213
  xinference/web/ui/node_modules/.cache/babel-loader/a6bc28b3bf1ef1a101bf56455585ec96bd7ea6c1138208a6d8117c683ec2409b.json,sha256=MKlkOzm-aWbjJMVjllLa1i8eN1ngafAB32bp9Vu5tAk,1649
8203
8214
  xinference/web/ui/node_modules/.cache/babel-loader/a6cc40d3bce998f1d6d658815b665501dee5545041708255cb5f9610f320ba5c.json,sha256=FGJ0G7yJx9ztnAO88lCG9SB4zzs3QB-Rqx5fmc0ued8,10843
8204
8215
  xinference/web/ui/node_modules/.cache/babel-loader/a6d6b24a6cb0ef2167566c013092d36ca48edde283668459a4ed8f08cff18dc1.json,sha256=EZ_oYeRQFIhdowE0nfIfNNVZ1UjuD0_Qs07qt1gm8Es,1786
8205
- xinference/web/ui/node_modules/.cache/babel-loader/a6da6bc3d0d2191adebee87fb58ecebe82d071087bd2f7f3a9c7fdd2ada130f2.json,sha256=1kMUZVdoSDv_L4BPn5IDc2s-aLgcZKrpRSl0NnPxxVs,110515
8206
8216
  xinference/web/ui/node_modules/.cache/babel-loader/a6dc4ece620554fbd7ed60ce072ce1b6a48cb2f455f5205e0c584d36b88d9d4e.json,sha256=GtFRq6pdOlP0kklYvUc_tanze-rkQB2exnRIjwiA5tw,1101
8207
8217
  xinference/web/ui/node_modules/.cache/babel-loader/a6deab6f2e45ade4165256db7a812a5d299bc585529c201d51a0e2d6c2b68bb7.json,sha256=ouQ_GZHaGdNPn6HEkTpTLlEyIFGzPXBEtGyXaJbUB74,1074
8208
8218
  xinference/web/ui/node_modules/.cache/babel-loader/a6e86ae74dc45afdb7906a16b3ba1248499afe72501f60c441b4bb6df3e8f93b.json,sha256=4KG-ryvG4pgMCCbddj3XmF1iBOdhxDylyhyZNK8Y3C8,1044
@@ -11866,6 +11876,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/f2e45b7a909eb175c58dae2cf244e
11866
11876
  xinference/web/ui/node_modules/.cache/babel-loader/f2e780c5b9c933b515b20a61953c2de22e8062f28a2a568363efea5c109ab6a7.json,sha256=1chWcJjeKnBjBDSeSQTfKUXKbyeNoonZNgdpR4420Hw,326
11867
11877
  xinference/web/ui/node_modules/.cache/babel-loader/f2eb280a0b1ac95a50bce3641c8aee49bfa45f40ec54dfae74b208f5a4c87672.json,sha256=ovt9_5RI6z--x6HPP2-jvrgrn89NBbPTCcOfyt5l_sI,1256
11868
11878
  xinference/web/ui/node_modules/.cache/babel-loader/f2f185d2cade680e5872d6ca2bdb98f07dcaced8bc80197992afd4174637b7da.json,sha256=Tw6vp6hRjoJY9PYvhIpUQC-zbELsskTKmCgfrpZxMjs,1653
11879
+ xinference/web/ui/node_modules/.cache/babel-loader/f2f73bfdc13b12b02c8cbc4769b0b8e6367e9b6d8331c322d94318491a0b3653.json,sha256=ioPjs5WEw7QWii--Z-14wgH8PCGEt3K91CjQBgmW1Fc,141835
11869
11880
  xinference/web/ui/node_modules/.cache/babel-loader/f2faa04570717c246e0f436629305a142c61d7429899acf576fda51694898f42.json,sha256=SnzYpYYZPTBSYflp6_sucz3hpcH51GhHh0XJ-SYWRgg,1498
11870
11881
  xinference/web/ui/node_modules/.cache/babel-loader/f2fc03f3863d2b8126866a61a83e209fdbce050032881312acf3cddf5e2ed487.json,sha256=fGSrw2kKfiGlJsK6GGRSgr8Ath6TOkxk2Wcf3s3KEcY,1551
11871
11882
  xinference/web/ui/node_modules/.cache/babel-loader/f2fe837605969f67965d6e5b9ad7bba92841452bcb86ee5ca4c957382e49c845.json,sha256=RjCtgpuT33rtJ-C-_fUTc0tD7j4KyJ33HjqIehbQKiM,983
@@ -11978,6 +11989,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/f501fca5d4064783cb26d01e00f3b
11978
11989
  xinference/web/ui/node_modules/.cache/babel-loader/f5166236bc3e182f8bfd009c91200dba9d7cf96c0002eb83fe4ffc17586dd531.json,sha256=9OlFwLOpTfnqB1LU6petBRD8e5F-qnQw4FUW6Uqa-U4,1027
11979
11990
  xinference/web/ui/node_modules/.cache/babel-loader/f519c4de4494e4cbfec0261d864c14d67d3dd97f937ad42f4e856c9ade0cd097.json,sha256=9zhe9J5n9zM5gNtuPfLoWPgwiojVlgvs5dUp7S2Os0w,1813
11980
11991
  xinference/web/ui/node_modules/.cache/babel-loader/f51a6ad07f134e87af4ca8cb2a95b8f21048ad48380d369f001ce87fd97886c6.json,sha256=dsq_pMzZGYX4BL6itAWg1rhOkQXxA7FFp4YF8sjG9k8,1238
11992
+ xinference/web/ui/node_modules/.cache/babel-loader/f51bf63ddaa7afd125ef2254a105789333eecc1c94fdf5157a9b88ef7ad0a5bd.json,sha256=OXW9ooBhSkjttd_YDl_7Tu_qzSGRVt2YDeYieSgyl4c,6024
11981
11993
  xinference/web/ui/node_modules/.cache/babel-loader/f51ce35e7c269951048283f2b0e7a6f36565a1f3ecb67913b77f6675af1ec6b8.json,sha256=aMIORIfRrKkd2wPD3bPwNcX7wEIHCOdkYyeciBEPNJk,1592
11982
11994
  xinference/web/ui/node_modules/.cache/babel-loader/f51eb9da39fff8911c53899eb88ac7541373821537c9c810463129659f4b44ee.json,sha256=kPrfgWYhO9ToanxVpb4PJWy-veigp_08un3TXyz-NwA,1758
11983
11995
  xinference/web/ui/node_modules/.cache/babel-loader/f520c6d9f8e5c5226b78f6ab78b3c68172aed8e0498bbd80f02d3d995d4bf070.json,sha256=x0tmIvv2tRSsfc8vZ2DyoXGc3GYinXVBoAvxlj6pz40,1502
@@ -15430,9 +15442,9 @@ xinference/web/ui/node_modules/yargs-parser/package.json,sha256=BSwbOzgetKXMK4u0
15430
15442
  xinference/web/ui/node_modules/yocto-queue/package.json,sha256=6U1XHQPGXJTqsiFvT953ORihUtXTblZy4fXBWP9qxC0,725
15431
15443
  xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9Ll074uo8OS1zEw0qhA,1206
15432
15444
  xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
15433
- xinference-0.12.0.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
15434
- xinference-0.12.0.dist-info/METADATA,sha256=RVeGwpVi5izt-DcZTDnNUEvHQ0ctvQnzYGUXQzeUIFI,16471
15435
- xinference-0.12.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
15436
- xinference-0.12.0.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
15437
- xinference-0.12.0.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
15438
- xinference-0.12.0.dist-info/RECORD,,
15445
+ xinference-0.12.1.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
15446
+ xinference-0.12.1.dist-info/METADATA,sha256=x86rECLoqJ5a__U74SbZPK7vs49g8QYvC4FD2isFRXU,16471
15447
+ xinference-0.12.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
15448
+ xinference-0.12.1.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
15449
+ xinference-0.12.1.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
15450
+ xinference-0.12.1.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- .formBox{max-height:80vh;max-width:50vw;min-width:50vw;overflow:auto;padding:40px 20px 0 0;position:relative;transition:all .4s ease-in-out}.broaden{max-width:100%;min-width:100%;padding-right:0}.show-json{align-items:center;color:#444;display:flex;position:fixed;right:60px;top:90px}.icon{cursor:pointer;margin-left:20px;position:absolute;right:-40px}.icon:hover{color:#1976d2}.arrow{font-size:24px!important}.jsonBox{min-height:80vh;position:relative;transition:all .4s ease-in-out;width:100%}.hide{overflow:hidden;-webkit-transform:translate(30vw);transform:translate(30vw);width:0}.jsonBox-header{font-weight:700;line-height:40px}.textarea{border:1px solid #ddd;border-radius:5px;color:#444;height:calc(100% - 40px);padding:5px 10px;resize:none;width:100%}.copyIcon{color:#555;cursor:pointer;font-size:16px!important;position:absolute;right:5px;top:13px}.copyIcon:hover{color:#1976d2}.addBtn{margin-left:20px!important}.item{background-color:#eee;border-radius:10px;margin:10px 50px 0;overflow:hidden;padding:20px;position:relative}.item:hover .deleteBtn{-webkit-transform:translateX(-50px);transform:translateX(-50px)}.deleteBtn{background-color:#1976d2;border-radius:25px;height:50px;line-height:70px;position:absolute;right:20px;text-align:center;top:calc(50% - 25px);-webkit-transform:translateX(80px);transform:translateX(80px);transition:all .3s ease-in-out;width:50px}.deleteBtn:hover{box-shadow:0 0 10px #aaa;cursor:pointer}.deleteIcon{color:#fff;font-size:28px!important}
2
- /*# sourceMappingURL=main.54bca460.css.map*/
@@ -1 +0,0 @@
1
- {"version":3,"file":"static/css/main.54bca460.css","mappings":"AAAA,SAIE,eAAgB,CAFhB,cAAe,CACf,cAAe,CAEf,aAAc,CACd,qBAAsB,CALtB,iBAAkB,CAMlB,8BACF,CAEA,SACE,cAAe,CACf,cAAe,CACf,eACF,CAEA,WAEE,kBAAmB,CAInB,UAAW,CALX,YAAa,CAEb,cAAe,CAEf,UAAW,CADX,QAGF,CAEA,MAGE,cAAe,CACf,gBAAiB,CAHjB,iBAAkB,CAClB,WAGF,CAEA,YACE,aACF,CAEA,OACE,wBACF,CAEA,SAEE,eAAgB,CADhB,iBAAkB,CAGlB,8BAAgC,CADhC,UAEF,CAEA,MAGE,eAAgB,CADhB,iCAA6B,CAA7B,yBAA6B,CAD7B,OAGF,CAEA,gBAEE,eAAgB,CADhB,gBAEF,CAEA,UAIE,qBAAsB,CACtB,iBAAkB,CAElB,UAAW,CALX,wBAAyB,CACzB,gBAAiB,CAGjB,WAAY,CALZ,UAOF,CAEA,UAME,UAAW,CALX,cAAe,CAIf,wBAA0B,CAH1B,iBAAkB,CAElB,SAAU,CADV,QAIF,CAEA,gBACE,aACF,CAEA,QACE,0BACF,CAEA,MAEE,qBAAsB,CAGtB,kBAAmB,CAFnB,kBAAmB,CAGnB,eAAgB,CAFhB,YAAa,CAHb,iBAMF,CAEA,uBACE,mCAA4B,CAA5B,2BACF,CAEA,WAUE,wBAAyB,CADzB,kBAAmB,CAJnB,WAAY,CAGZ,gBAAiB,CAPjB,iBAAkB,CAClB,UAAW,CAKX,iBAAkB,CAJlB,oBAAqB,CAGrB,kCAA2B,CAA3B,0BAA2B,CAK3B,8BAAgC,CAPhC,UAQF,CAEA,iBAEE,wBAAyB,CADzB,cAEF,CAEA,YAEE,UAAW,CADX,wBAEF","sources":["scenes/register_model/styles/registerModelStyle.css"],"sourcesContent":[".formBox {\n position: relative;\n max-width: 50vw;\n min-width: 50vw;\n max-height: 80vh;\n overflow: auto;\n padding: 40px 20px 0 0;\n transition: all 0.4s ease-in-out;\n}\n\n.broaden {\n max-width: 100%;\n min-width: 100%;\n padding-right: 0;\n}\n\n.show-json {\n display: flex;\n align-items: center;\n position: fixed;\n top: 90px;\n right: 60px;\n color: #444;\n}\n\n.icon {\n position: absolute;\n right: -40px;\n cursor: pointer;\n margin-left: 20px;\n}\n\n.icon:hover {\n color: #1976d2;\n}\n\n.arrow {\n font-size: 24px !important;\n}\n\n.jsonBox {\n position: relative;\n min-height: 80vh;\n width: 100%;\n transition: all 0.4s ease-in-out;\n}\n\n.hide {\n width: 0;\n transform: translate(30vw, 0);\n overflow: hidden;\n}\n\n.jsonBox-header {\n line-height: 40px;\n font-weight: 700;\n}\n\n.textarea {\n width: 100%;\n height: calc(100% - 40px);\n padding: 5px 10px;\n border: 1px solid #ddd;\n border-radius: 5px;\n resize: none;\n color: #444;\n}\n\n.copyIcon {\n cursor: pointer;\n position: absolute;\n top: 13px;\n right: 5px;\n font-size: 16px !important;\n color: #555;\n}\n\n.copyIcon:hover {\n color: #1976d2;\n}\n\n.addBtn {\n margin-left: 20px !important;\n}\n\n.item {\n position: relative;\n background-color: #eee;\n margin: 10px 50px 0;\n padding: 20px;\n border-radius: 10px;\n overflow: hidden;\n}\n\n.item:hover .deleteBtn {\n transform: translateX(-50px);\n}\n\n.deleteBtn {\n position: absolute;\n right: 20px;\n top: calc(50% - 25px);\n width: 50px;\n height: 50px;\n transform: translateX(80px);\n text-align: center;\n line-height: 70px;\n border-radius: 25px;\n background-color: #1976d2;\n transition: all 0.3s ease-in-out;\n}\n\n.deleteBtn:hover {\n cursor: pointer;\n box-shadow: 0 0 10px #aaa;\n}\n\n.deleteIcon {\n font-size: 28px !important;\n color: #fff;\n}\n"],"names":[],"sourceRoot":""}