xinference 0.5.4__py3-none-any.whl → 0.5.6__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 (582) hide show
  1. xinference/_version.py +3 -3
  2. xinference/constants.py +10 -4
  3. xinference/core/supervisor.py +2 -0
  4. xinference/model/embedding/core.py +22 -19
  5. xinference/model/embedding/model_spec_modelscope.json +3 -3
  6. xinference/model/llm/core.py +9 -1
  7. xinference/model/llm/llm_family.json +77 -26
  8. xinference/model/llm/llm_family.py +21 -5
  9. xinference/model/llm/llm_family_modelscope.json +70 -10
  10. xinference/model/llm/utils.py +14 -0
  11. xinference/model/llm/vllm/core.py +6 -3
  12. xinference/model/utils.py +26 -0
  13. xinference/web/ui/build/asset-manifest.json +3 -3
  14. xinference/web/ui/build/index.html +1 -1
  15. xinference/web/ui/build/static/js/main.7bff9ac0.js +3 -0
  16. xinference/web/ui/build/static/js/{main.b403a2d3.js.LICENSE.txt → main.7bff9ac0.js.LICENSE.txt} +0 -8
  17. xinference/web/ui/build/static/js/main.7bff9ac0.js.map +1 -0
  18. xinference/web/ui/node_modules/.cache/babel-loader/007aa6dc226418867f69cb4654f3df7f2987d9af34e8dcf0dfa6b01a03b9ac9e.json +1 -0
  19. xinference/web/ui/node_modules/.cache/babel-loader/00e254b6a0b735637cb0e92f010e7fa8ab84cf266832ded0f5fafe2b3dcd4fb3.json +1 -0
  20. xinference/web/ui/node_modules/.cache/babel-loader/021ab8f0ce19167c5eedb98bfa83cdca274808902e39d3d1484a04a133a92778.json +1 -0
  21. xinference/web/ui/node_modules/.cache/babel-loader/03b43e29d824bbd7550eeb3170c7e5d856f93a2a759b81b917ef74e90fdbfda2.json +1 -0
  22. xinference/web/ui/node_modules/.cache/babel-loader/03c95099afb8127d9806f7763c73f64861212b554f30027b06f44eea17493bdc.json +1 -0
  23. xinference/web/ui/node_modules/.cache/babel-loader/0440a8672790d72865485fe71b87b1f11a946b61d5766546fb34789baeff68d4.json +1 -0
  24. xinference/web/ui/node_modules/.cache/babel-loader/044d2d65ddd2ebf91560273dd617cf65183e8c39d1b77819b299b795cadd9f31.json +1 -0
  25. xinference/web/ui/node_modules/.cache/babel-loader/04e8c34e518d22ff7969098fae4c34e50c58f78fe04a7c7b9cc424154df6481f.json +1 -0
  26. xinference/web/ui/node_modules/.cache/babel-loader/055d9abd7ca9fa49aa75bc61b659b309265b2b30844b7918fcaf04bd429a7716.json +1 -0
  27. xinference/web/ui/node_modules/.cache/babel-loader/0650bbdea7a2913dd0ef4792dc8fbc2662dc2ae1022f8408ee0e362cb656fb64.json +1 -0
  28. xinference/web/ui/node_modules/.cache/babel-loader/0783efd7b032545c1cb723ef3fc3eef56c63bc93c762a45fc50ef06e0e105f55.json +1 -0
  29. xinference/web/ui/node_modules/.cache/babel-loader/07e9fc0144751691b1b1301d17ab7259ccb31080fbd76c91a6468056727df42a.json +1 -0
  30. xinference/web/ui/node_modules/.cache/babel-loader/08f5edeb2ac912deb3fa0a392b9d19e7e55d0c1795160a6cc4e5b1937ce53b95.json +1 -0
  31. xinference/web/ui/node_modules/.cache/babel-loader/0999a1a11edc2b343c079f2ce3982dbadf18085fbc9b4d748421f58eb25a2869.json +1 -0
  32. xinference/web/ui/node_modules/.cache/babel-loader/0adad919fcdce23c415886a58bb81e1904a5b0b17ca4a1ca586367dc4f589cad.json +1 -0
  33. xinference/web/ui/node_modules/.cache/babel-loader/0b4137217a950b768bd6c0a27e09baca454205ff69792e8cf44394616bf20e19.json +1 -0
  34. xinference/web/ui/node_modules/.cache/babel-loader/0b5de627ea797466b86799447a0570520184d887f485a763d6e8dbf0c82d5dfc.json +1 -0
  35. xinference/web/ui/node_modules/.cache/babel-loader/0bc092f8ea56e4e31f3e5b6ab63c5fdd595dba3e2272e825c364a157ce955a9c.json +1 -0
  36. xinference/web/ui/node_modules/.cache/babel-loader/0de636071402608cf0cd659bc25b54975d973247d1946e35ebed2724c7e8a003.json +1 -0
  37. xinference/web/ui/node_modules/.cache/babel-loader/0ec1a62549c206ad367e0d43382c144bb8b4bf76ff28ebe7b618638f657bf1e6.json +1 -0
  38. xinference/web/ui/node_modules/.cache/babel-loader/0ee9775486b0243f7a23cbdc7692c1d26ed4867c71f354753aca199379ff0bdb.json +1 -0
  39. xinference/web/ui/node_modules/.cache/babel-loader/103d075ff78c65983f4f95b9525bc048d6c93ddb72ce35df1b0c74ec545d18d1.json +1 -0
  40. xinference/web/ui/node_modules/.cache/babel-loader/105dd885066e76ba3903a1f27377c0c7251b500fc0a1af3e156d8daf07768846.json +1 -0
  41. xinference/web/ui/node_modules/.cache/babel-loader/111599becdd03b4c5f103fc8481b6b246c14d50dc5fbcec93e7533424b5d3fb4.json +1 -0
  42. xinference/web/ui/node_modules/.cache/babel-loader/119f3217d7c6efcb5e1f55f4b783d66a51433bd90f56ed2fdc7226b6d0174450.json +1 -0
  43. xinference/web/ui/node_modules/.cache/babel-loader/11d55e3c827508ee8aca51952bbecd66a7a15701c20642c08ce3a1a325bf442e.json +1 -0
  44. xinference/web/ui/node_modules/.cache/babel-loader/1247b8803a25620b31237fc59695e41db5bdcb04ec6adcc8c3c613351c736d44.json +1 -0
  45. xinference/web/ui/node_modules/.cache/babel-loader/13778e7ea97798530e725ca6ccf5380e245a6e82757a249b74bb9b8c3daaa2c3.json +1 -0
  46. xinference/web/ui/node_modules/.cache/babel-loader/14a22021f3556ee04944c9de2c89d6a685c728fefd0aa19a79b9a4b0d0243c63.json +1 -0
  47. xinference/web/ui/node_modules/.cache/babel-loader/1571b86afc2f031f517cc4e3d75c15f64af7a25be6954adeb3632d08952b5180.json +1 -0
  48. xinference/web/ui/node_modules/.cache/babel-loader/162aa3e0eb940de077ef3b3671d5ba3a4473e42a592e7820e2218c7c75d5a28c.json +1 -0
  49. xinference/web/ui/node_modules/.cache/babel-loader/16f383a9a9c23ede9e14d6568f91ae9db081978f86c31d2578f5a656791c711a.json +1 -0
  50. xinference/web/ui/node_modules/.cache/babel-loader/186b515e5d45fac7c5c2ec43bbe5d538f837a44e6204570c6db15359cb6e505f.json +1 -0
  51. xinference/web/ui/node_modules/.cache/babel-loader/18b3d28a2692ab4f2d05254221f53b3c13259435bd98cb90ff5d7250d93f11e0.json +1 -0
  52. xinference/web/ui/node_modules/.cache/babel-loader/18bb978100158d5723fd5a466e32d16bce236fc3b1d68dd0e96343a2b1de45d7.json +1 -0
  53. xinference/web/ui/node_modules/.cache/babel-loader/1aa779eb94dabe65cb9e4328538b8eb2f478d9c5812cc300494d8bb7e85387a2.json +1 -0
  54. xinference/web/ui/node_modules/.cache/babel-loader/1b48209ff93992c902b776ae7ed2e357be597e40e3abb0aba2d416f5ef7ce8da.json +1 -0
  55. xinference/web/ui/node_modules/.cache/babel-loader/1bb839ffeb39ed12367c179fbf3b784e20f6f98fb87c597717bc11ebe3201c59.json +1 -0
  56. xinference/web/ui/node_modules/.cache/babel-loader/1c680e742ed09de2abb1ac27defea8f4aaf981d025d990a12222ba3c96776f54.json +1 -0
  57. xinference/web/ui/node_modules/.cache/babel-loader/1d254b93e5b64f9fe328ed2501e8d9b840550ca92803b792edf8fbb515194ab2.json +1 -0
  58. xinference/web/ui/node_modules/.cache/babel-loader/1ecb7ce2bc103bec0d1a9f0cb07132e5ec7731d974998c465798c0e15cafb924.json +1 -0
  59. xinference/web/ui/node_modules/.cache/babel-loader/1f7a94e897c842321b0d1635ed3cb9494877c3d208c3a722cc54bfbd7006052a.json +1 -0
  60. xinference/web/ui/node_modules/.cache/babel-loader/1f8b1e220fbaa220c44e066bfea1f13178936656ca063221b20cf52cc57463bb.json +1 -0
  61. xinference/web/ui/node_modules/.cache/babel-loader/202e0745ce38481bb96ec51e3d556494275f4dba9dc972ca4f77fb1279a4928a.json +1 -0
  62. xinference/web/ui/node_modules/.cache/babel-loader/2047dac1b262616b41b70697f41ad4d18be614eb402820b5a41650855350f4c7.json +1 -0
  63. xinference/web/ui/node_modules/.cache/babel-loader/20925ae3825acfcd82580de601708397d7495dc3a0b9c08451f90b87b1d8ddd7.json +1 -0
  64. xinference/web/ui/node_modules/.cache/babel-loader/20b53a88726283d54078b9a5b11bb3afb9be07426398c009e0709238ad2d7e6c.json +1 -0
  65. xinference/web/ui/node_modules/.cache/babel-loader/20b9592320a8f25d80968dff360a7c7c89768a53f767a56d96096054aefcb4a6.json +1 -0
  66. xinference/web/ui/node_modules/.cache/babel-loader/21f1cb8c56138744e95169ae2b5cc74f19da4e06c6869ef44830ca65f9d023d5.json +1 -0
  67. xinference/web/ui/node_modules/.cache/babel-loader/222a437b6773707bbead06ba5db1ed8869e44d9f051a7f6b1a745aeb654679d0.json +1 -0
  68. xinference/web/ui/node_modules/.cache/babel-loader/229cdc5776bf96443834725200efe4e6d1723e9b8e24a2aef9c11c858798d9ff.json +1 -0
  69. xinference/web/ui/node_modules/.cache/babel-loader/2365a94ce80478be548aa9309b53ed43ffe4de623078766ae77213432790f008.json +1 -0
  70. xinference/web/ui/node_modules/.cache/babel-loader/249709fb20c1254cecc9ba6666e6bcf37b21e47e7a020d5a7f0513680b49473f.json +1 -0
  71. xinference/web/ui/node_modules/.cache/babel-loader/24e4d6f192a816270755c44b942bf2773cea78fbfdb7c7494eef33a85938788e.json +1 -0
  72. xinference/web/ui/node_modules/.cache/babel-loader/251e96001de60d34af6e1e9abf920505c24cc18012f7153e3dd2f8ed10a95b6f.json +1 -0
  73. xinference/web/ui/node_modules/.cache/babel-loader/257ad4979294ee3a7ef400feab3b29ebcd259c47b9410a3011a66f4b33a97904.json +1 -0
  74. xinference/web/ui/node_modules/.cache/babel-loader/25b6bfca65ae1e25ede93a06c91bb3fb4c2987a62a0a3cbb0937cb5856873775.json +1 -0
  75. xinference/web/ui/node_modules/.cache/babel-loader/268fe1fe0c4ff7a9f6b0329c52d1c646097d9d587f19365b166ebe612ea56b6f.json +1 -0
  76. xinference/web/ui/node_modules/.cache/babel-loader/26f2a77393be754824642cf1385e962d7d07cbe46c575cadad46b9eaefb4775a.json +1 -0
  77. xinference/web/ui/node_modules/.cache/babel-loader/2748319cd9bce25fe7074d8da69861be290d0d1b9db3009d1abb8368db080e67.json +1 -0
  78. xinference/web/ui/node_modules/.cache/babel-loader/28106f2b07059564b4e303ca4d85fcf0df0d7514eb48010d9eb2b057f660b80b.json +1 -0
  79. xinference/web/ui/node_modules/.cache/babel-loader/286f35d57f23a2f9ce3efb093b88f0b0f0209064f409887a5116b9d32968d4ae.json +1 -0
  80. xinference/web/ui/node_modules/.cache/babel-loader/2927105202316defd2ae62e398fc57cd8a4a8ad080c509b06805f13ac14ed8ca.json +1 -0
  81. xinference/web/ui/node_modules/.cache/babel-loader/293209441d26eb360f3c4774aba455bfd7980b856ad268bc3d89d4a37198c13f.json +1 -0
  82. xinference/web/ui/node_modules/.cache/babel-loader/2a1ccf3a2a552727bf184ad81250fe43743971ea912760bce957fc71c21359f7.json +1 -0
  83. xinference/web/ui/node_modules/.cache/babel-loader/2a8d47214c0cd1a73cf2e70e35573f674219f4ea78940355bc9f8f127b492dd2.json +1 -0
  84. xinference/web/ui/node_modules/.cache/babel-loader/2b6a6d44652bb659fea624d036441b6de4897803cfab69d2bb50f0673ff331b1.json +1 -0
  85. xinference/web/ui/node_modules/.cache/babel-loader/2bcff8d9b1c6aac5c03b4fc8319c5d56c228cd591f2d980fdbf4675ec1f84ea5.json +1 -0
  86. xinference/web/ui/node_modules/.cache/babel-loader/2c3e55faa52767ec654e4c41bedcf919b3c1ed5f52f3d73b5f4a67500bf13f1d.json +1 -0
  87. xinference/web/ui/node_modules/.cache/babel-loader/2d3d00ce00768d7f42959472484c8447af1ba1d7e3cbcfe049cc561ef897ebc9.json +1 -0
  88. xinference/web/ui/node_modules/.cache/babel-loader/2e5626dd37c5995310b7e1d8b0cb55e15125c989b9b748da1a9b15d66254f7f3.json +1 -0
  89. xinference/web/ui/node_modules/.cache/babel-loader/2eae74df329143e7652ebfd9806be075239f7a7f456c84d04618cb875e237531.json +1 -0
  90. xinference/web/ui/node_modules/.cache/babel-loader/2f19cd303f292b63fc70d8fab8532fd9e4962f0d52251986a2a0fb0850011aa7.json +1 -0
  91. xinference/web/ui/node_modules/.cache/babel-loader/2f2d560bddded5e5d1290d057f246d01cdd3260113564c668c1ed59bb0ddd0c2.json +1 -0
  92. xinference/web/ui/node_modules/.cache/babel-loader/2f45cf790b9bf2f826fcda3deba9e70946524b1a2b5d25507cd8dc632d1673db.json +1 -0
  93. xinference/web/ui/node_modules/.cache/babel-loader/2f6c7f76bff7d12a5c03fbe68819ef77caabd2e5ab4554c456c76f8b8c9f6b2e.json +1 -0
  94. xinference/web/ui/node_modules/.cache/babel-loader/311a01a60dec7cceffdb1bb89bb9d16525f1f83ab05b992e37db7c89414702cd.json +1 -0
  95. xinference/web/ui/node_modules/.cache/babel-loader/31c71a85b2d0bbdcdc027e7950a9d1f778288f98888d8595fad5e4fdda5bb31f.json +1 -0
  96. xinference/web/ui/node_modules/.cache/babel-loader/32b13758ec63168c566dd44cdeaa6da4239c6afef6813ba51bbeead12031bfc5.json +1 -0
  97. xinference/web/ui/node_modules/.cache/babel-loader/3320a6281b883db2f07e14e23377a9a12a5055eac028fae3ceff98b1ba2acdc6.json +1 -0
  98. xinference/web/ui/node_modules/.cache/babel-loader/3360adbe89a392dbcf0fb4725931dfe2759afc2f05d60669dc95bbea61cd3d4e.json +1 -0
  99. xinference/web/ui/node_modules/.cache/babel-loader/33a7e4f75fb09d0168d76f110b7a2a1c3b6bba3ab38746f5846b21c430b9154f.json +1 -0
  100. xinference/web/ui/node_modules/.cache/babel-loader/348ed59cb2f0abfefe3f6f02f8e4ef8f7782365bfd6c76bf6d9ec089ec4b3738.json +1 -0
  101. xinference/web/ui/node_modules/.cache/babel-loader/3721c91437edcc5c05ebb3a2fe1f55c0c1ca0c8cb85b7bdac8a210908e48f1b1.json +1 -0
  102. xinference/web/ui/node_modules/.cache/babel-loader/38632eda9cddec90a1be862eabff166b4660b55ffcd1e4364c7ed984699675ed.json +1 -0
  103. xinference/web/ui/node_modules/.cache/babel-loader/39560348c98e2a49300f108807d4ead47874b441117d08b259becd5039c3ff02.json +1 -0
  104. xinference/web/ui/node_modules/.cache/babel-loader/3a56606b2baf0e2d45044a371f2ec6f80620f6fb7aa3c8bb64bd0a213bafde7e.json +1 -0
  105. xinference/web/ui/node_modules/.cache/babel-loader/3a5d0e7d20bfd64afc02f5aa619398696469268886094723806c269c87de3ea0.json +1 -0
  106. xinference/web/ui/node_modules/.cache/babel-loader/3a9cb406313d0739a56a0828f0adfa593fdad72920b27a23785a490e21385fa1.json +1 -0
  107. xinference/web/ui/node_modules/.cache/babel-loader/3b5d7bc88844e52734da53a154f9276701424734a705c52410d0159b8ee53d87.json +1 -0
  108. xinference/web/ui/node_modules/.cache/babel-loader/3bf5b90f2a5812dbf0aeb94bde53537f15b139fb92fc755d41e80b5781d46c77.json +1 -0
  109. xinference/web/ui/node_modules/.cache/babel-loader/3ca9bb000a7e8c39257d2ba5e67424032d44691e74d742e112f7863ca89f10bf.json +1 -0
  110. xinference/web/ui/node_modules/.cache/babel-loader/3ce6042fdbe36ec25829b43d0a7ca22ceedb1be4ca90a7ef863a5b547be294fa.json +1 -0
  111. xinference/web/ui/node_modules/.cache/babel-loader/3d293dd8072572e88b9d5ef6c8d884cb493e500222bd3c2a72bfbe3944ddb4af.json +1 -0
  112. xinference/web/ui/node_modules/.cache/babel-loader/3d38abfd29284941f6b848e21f8d9e9974057918703f64409a95915addb75004.json +1 -0
  113. xinference/web/ui/node_modules/.cache/babel-loader/3d46cda78855b594d94dbe5af0d98f7d6ba823ea65f5db0badcb757e5c6d92e5.json +1 -0
  114. xinference/web/ui/node_modules/.cache/babel-loader/3daf389c2ceffe01cef51057cccf94be3379a5c3e60e5e51949c47134d3e89ca.json +1 -0
  115. xinference/web/ui/node_modules/.cache/babel-loader/3dcccbc50222ed70c212b1ceaa0ad6a69e032e677d79e8c625ee3ad111fc458d.json +1 -0
  116. xinference/web/ui/node_modules/.cache/babel-loader/3e45278cfd6c9eb994a83398b5ebf152da69e8d7c11bc00510ff31bcf2995a11.json +1 -0
  117. xinference/web/ui/node_modules/.cache/babel-loader/40abf2679985fe1912627ab7fd5c4b2dfe93c7e036c7520c708054698f8707a0.json +1 -0
  118. xinference/web/ui/node_modules/.cache/babel-loader/40cc3b8b70a36c0410243342a29e70de0a4431303f49dbfd11c2937d29b252bb.json +1 -0
  119. xinference/web/ui/node_modules/.cache/babel-loader/40eb66f884db459777a986c399ece87616227dbc700ca298bcae918b32a4c578.json +1 -0
  120. xinference/web/ui/node_modules/.cache/babel-loader/41f8aaa933290fa6ee0ebe75c63e22244baeb6ba841358fd797cd1d38e85cc45.json +1 -0
  121. xinference/web/ui/node_modules/.cache/babel-loader/426c87782ed7a7434d7a0537415b37981b6d9ee98e4fccde689702edb96bc302.json +1 -0
  122. xinference/web/ui/node_modules/.cache/babel-loader/429d6549e5f20d2b0e3a47926ad5bf51a7ed3270f554e9bc3c28458ba24b872e.json +1 -0
  123. xinference/web/ui/node_modules/.cache/babel-loader/440384dd1354658844003e5ca90c1e93f686b4ee8c431a9920759d04f586b437.json +1 -0
  124. xinference/web/ui/node_modules/.cache/babel-loader/44d7de759f3d3e883f07ddd81f645666eb27117e2e2cdd5d0c8050df9a3e0f85.json +1 -0
  125. xinference/web/ui/node_modules/.cache/babel-loader/4690bb1fd51c6246137c92b705a6f08aa7dad287f2578aa5922b5c399c2571f3.json +1 -0
  126. xinference/web/ui/node_modules/.cache/babel-loader/471295b5993b11dfd021bc6329fd3987e1d0408dca5bf1a342d61680945854fa.json +1 -0
  127. xinference/web/ui/node_modules/.cache/babel-loader/4721e76f69397e66ab50c62db74035eefa7229ffff33e6d2b764e30fb60e0667.json +1 -0
  128. xinference/web/ui/node_modules/.cache/babel-loader/4ae5211991c308e1465c3313e15bf10c5c9a5789bf1b5f742be6dcc16e361073.json +1 -0
  129. xinference/web/ui/node_modules/.cache/babel-loader/4c1bf6adeee0b17a93cc26311315271917e7e1fc29cd2cf0830f2c541b083bd7.json +1 -0
  130. xinference/web/ui/node_modules/.cache/babel-loader/4ca02809c262f39e1e5819dd472682be3e5a76e41b9b23931e9c482adb18381e.json +1 -0
  131. xinference/web/ui/node_modules/.cache/babel-loader/4d9a5c18c7400ba06892d664ec61c808f7bc5f0c1a4f772ea7d6fa7d9239e2e9.json +1 -0
  132. xinference/web/ui/node_modules/.cache/babel-loader/4e4ce4b46e912545e506a7983454bace38ea6c80867411296613043866329e29.json +1 -0
  133. xinference/web/ui/node_modules/.cache/babel-loader/4e6734e20391eaac81a29bfd952bc273cf8bd570b4bcbae27d9b16ba782d919d.json +1 -0
  134. xinference/web/ui/node_modules/.cache/babel-loader/4e7486cb78d9997756da1b23b7b48c32f3e087d6f55be049e380dd453d8ffe35.json +1 -0
  135. xinference/web/ui/node_modules/.cache/babel-loader/4edc800b962dd1ffaca73bd930b25b8a77daf51119920affe949802e4e710afd.json +1 -0
  136. xinference/web/ui/node_modules/.cache/babel-loader/4facc18e5c8bf112fdcd2ac998e4ecf6dbae6ac1d696e4efe2bc4ba8e2997c9b.json +1 -0
  137. xinference/web/ui/node_modules/.cache/babel-loader/514bc016785eae01a5e079f762325592667bbd8c48063a8219f4fceae48ddf18.json +1 -0
  138. xinference/web/ui/node_modules/.cache/babel-loader/516a9b3cb36dce66f611b54c92b257bb6a8197a6944e23fd2688843fa8d10fe6.json +1 -0
  139. xinference/web/ui/node_modules/.cache/babel-loader/52519e7ae612319a43ee74b453803472799894c4deaca92762cffb1998a13a3c.json +1 -0
  140. xinference/web/ui/node_modules/.cache/babel-loader/52951c4fbfb132f05cfb8e405f801a8d5971644e5c76ad7b50c6099d2bed2ca1.json +1 -0
  141. xinference/web/ui/node_modules/.cache/babel-loader/52b7f18030d8bff97c536e6621c461f6588e31526d75707c221bbc8a48b6c385.json +1 -0
  142. xinference/web/ui/node_modules/.cache/babel-loader/5300aa33aaa29d46b33930e8a281c70a6c2d803bc315c12421b5343150d87a00.json +1 -0
  143. xinference/web/ui/node_modules/.cache/babel-loader/53867b68a0b49c920cf6cee6d3bd95e4796ba82dd5332a1d034affa09cc004cb.json +1 -0
  144. xinference/web/ui/node_modules/.cache/babel-loader/542c37b9020c02f2a9e727ce7ad3f05550fa33f580d7a9058c461e793ce9a6ff.json +1 -0
  145. xinference/web/ui/node_modules/.cache/babel-loader/543791792a11f9ff90dc201917ef38719820e6fda4ad3c7705d8b4c7448a8cce.json +1 -0
  146. xinference/web/ui/node_modules/.cache/babel-loader/54acc1987a69462c3c45cf3fb241c8b6abb57fbc6bd03445b044c51e93295b53.json +1 -0
  147. xinference/web/ui/node_modules/.cache/babel-loader/554ca7304de91744ba7eed27d326cfd260352fdf66491106f0bac25a5bd531bf.json +1 -0
  148. xinference/web/ui/node_modules/.cache/babel-loader/56f7e355f35f6347e696a05adcbf8ec244c8fd823e4785c4aa334091c30ba41d.json +1 -0
  149. xinference/web/ui/node_modules/.cache/babel-loader/5777049bbacf7322891761a5b959e62eec22b0f96a70dbf97e58d530c6258a55.json +1 -0
  150. xinference/web/ui/node_modules/.cache/babel-loader/57878174124dd02269043dd12d73c4ec64345dd3e6be26f54f8183a69c507353.json +1 -0
  151. xinference/web/ui/node_modules/.cache/babel-loader/5804ef4cba21f2415babbfe0634af36fe124454dba4459cd9b0e5b2c6dc03fb1.json +1 -0
  152. xinference/web/ui/node_modules/.cache/babel-loader/59e458616e72c12bd2b88ab2f450de2bd8edf84103a8bb676c38bb1a9cc5f76e.json +1 -0
  153. xinference/web/ui/node_modules/.cache/babel-loader/5ac79df79d2dff64da97b02d5c90b36bc0d44a4a4229f6efed2993f93ee1d7a1.json +1 -0
  154. xinference/web/ui/node_modules/.cache/babel-loader/5be78d5c399298456b6175f26878827a6f0c0df962ecf728bc3c1ec6e3871343.json +1 -0
  155. xinference/web/ui/node_modules/.cache/babel-loader/5bf541cc044795639caf2e56520cf4c1240e55e2c85e34453fdd486af49ec221.json +1 -0
  156. xinference/web/ui/node_modules/.cache/babel-loader/5c6ff61f39b04cf2d97d06768b1c6c635aee9c7689d0db54a19488ddaada2d61.json +1 -0
  157. xinference/web/ui/node_modules/.cache/babel-loader/5d19feea91c4bbfe79f6e9d15e9fbf61718faf5d1ad50baed3afcdb6c4d20d14.json +1 -0
  158. xinference/web/ui/node_modules/.cache/babel-loader/5d89bfdd19066a3fead78e4571505b059793ca4f8aeb834d5e69468f075580f9.json +1 -0
  159. xinference/web/ui/node_modules/.cache/babel-loader/5d90130b8ebde30d0f0e41b27622e19fc340ea0c5c92ba63896193cabf514874.json +1 -0
  160. xinference/web/ui/node_modules/.cache/babel-loader/5dc387ba19327c283ffb52838ec94a18c95b077ff7e954ddc26ff1f88ee1c560.json +1 -0
  161. xinference/web/ui/node_modules/.cache/babel-loader/5dd0ecfb0931fac793277a79f63105ec459bf62ddd63a5c9c7b63e464acce893.json +1 -0
  162. xinference/web/ui/node_modules/.cache/babel-loader/5dfd6119af9a27378eab549591b47c9cc7708add9293f98e3e5ffec234dec52e.json +1 -0
  163. xinference/web/ui/node_modules/.cache/babel-loader/5ea33910a1fff167d61ef0a88da619e9d86c7b534655dcc7bbd610c7a0b0489d.json +1 -0
  164. xinference/web/ui/node_modules/.cache/babel-loader/60f83bd973663867cbe236a52654e578e79d0d1c29622d0c425a5af202d92a21.json +1 -0
  165. xinference/web/ui/node_modules/.cache/babel-loader/61022f973c7fd235480c61d2dfadb3d1e67079b9cd0283d332374ca53c10abd7.json +1 -0
  166. xinference/web/ui/node_modules/.cache/babel-loader/611bf0372dd8534fb13c6b2371c3312af32a80140bebab3c2a672c74af1e1a33.json +1 -0
  167. xinference/web/ui/node_modules/.cache/babel-loader/613c6d667d436494439cddce53ff568078d3aa8043d4ceeb5db4360d653bffec.json +1 -0
  168. xinference/web/ui/node_modules/.cache/babel-loader/6211a56969df5cbb8502c6ec195ec8eb4d4c00fa18c1e63a976ded55ad74de30.json +1 -0
  169. xinference/web/ui/node_modules/.cache/babel-loader/6394b40f15f530a0256b969cb13ae839eaac78abf54a773118685bee0b433f0e.json +1 -0
  170. xinference/web/ui/node_modules/.cache/babel-loader/649602e274fccabca0c39ab8f687ef645c24feee101fde4fc9e6e0dd8fa4b60e.json +1 -0
  171. xinference/web/ui/node_modules/.cache/babel-loader/64bdc0093a6204187bc25151763279f5f048582f3843d03c4fc260ef3eca3384.json +1 -0
  172. xinference/web/ui/node_modules/.cache/babel-loader/64d3ef38fd394979b09061e67fc47f04b7295401677825c64c72ea2f44cf910c.json +1 -0
  173. xinference/web/ui/node_modules/.cache/babel-loader/653fe6c82d9a2f80c29f9a42a5595708c8fc38023651f125e1c39607ba1a7941.json +1 -0
  174. xinference/web/ui/node_modules/.cache/babel-loader/67aa2bbf688913ef3e004f766aa2a27f8f42f14299b766f2ce9984e83bbe0b1f.json +1 -0
  175. xinference/web/ui/node_modules/.cache/babel-loader/69564f3cb61b018e990d33b88bd29abd418046e48af25d4a392aab90e8060563.json +1 -0
  176. xinference/web/ui/node_modules/.cache/babel-loader/69911ea026a1ecebaef5eac9fc75c856caf870ea61e67ad03d9cba43f6599ae2.json +1 -0
  177. xinference/web/ui/node_modules/.cache/babel-loader/6ad9581025b8b9d125d893eaddbc388110b6944b16aa4886a0821c68e062324b.json +1 -0
  178. xinference/web/ui/node_modules/.cache/babel-loader/6ae1696f00a650fbcd8dced440f0d01e9d7f5541878cd86d4916015baf2144a3.json +1 -0
  179. xinference/web/ui/node_modules/.cache/babel-loader/6c222062a3279f8a8cacca9ae8e133f2d2c366190c96895307a7e89c3b66fcab.json +1 -0
  180. xinference/web/ui/node_modules/.cache/babel-loader/6ca0cb529b8dcfcef4d78186fef7c7f69c643aff88ab9bf52fd420bd06ed6aff.json +1 -0
  181. xinference/web/ui/node_modules/.cache/babel-loader/6f619d5aac22def03c5773b45bbddcbb5c9050b1cf88d481cbae44a6db437d71.json +1 -0
  182. xinference/web/ui/node_modules/.cache/babel-loader/6fff0741c92272285451152cbae08b95ccf6fae6e271edd1bbc653d8e7424442.json +1 -0
  183. xinference/web/ui/node_modules/.cache/babel-loader/70527c4a38b56721f087c50e42ada042f41ed7c7b8f7bfcbcef40a125712b8be.json +1 -0
  184. xinference/web/ui/node_modules/.cache/babel-loader/71439f02e5e54600c25ac8f9cef5747eb5bebb112b7c3648dc3515c87aeaa926.json +1 -0
  185. xinference/web/ui/node_modules/.cache/babel-loader/71e775a534bd32d1a0d1c85e1355cfbac5bb88017035e9391a67fa310923d990.json +1 -0
  186. xinference/web/ui/node_modules/.cache/babel-loader/722f4c03da79795d1fb738323f3eb6794ab18711e20f141c0b678c5d4cb3dce9.json +1 -0
  187. xinference/web/ui/node_modules/.cache/babel-loader/725589ea8c76de4667c8a54c224c281a1fc823bd484641ed8fed580f045682e4.json +1 -0
  188. xinference/web/ui/node_modules/.cache/babel-loader/73688063917d147c45319c905a52d317b98569a7101fbf1e85031fa55e29ecea.json +1 -0
  189. xinference/web/ui/node_modules/.cache/babel-loader/747311707354ab02d9ebf250ee0eff9fde7d01c37b18336830c660b5eb96a2e1.json +1 -0
  190. xinference/web/ui/node_modules/.cache/babel-loader/749fd423cea7c4fe40a797fb00aebea68648b9739a1a1bd9c1fae9fede314cbc.json +1 -0
  191. xinference/web/ui/node_modules/.cache/babel-loader/752829a2af2f563fe518fbeabfb1dc1fd386ed2811b85f4c153c7967858e6b75.json +1 -0
  192. xinference/web/ui/node_modules/.cache/babel-loader/768b08f1a957c7cea9d9e55924fc5a8d06563a4fb9379016e82099c7d271a12a.json +1 -0
  193. xinference/web/ui/node_modules/.cache/babel-loader/769b081d5930deb75f7805ef750b186b5ae043fc619cc6b0204a4be8c3625cdf.json +1 -0
  194. xinference/web/ui/node_modules/.cache/babel-loader/772167495493b5056d417a741cc4c6b19d71e6f986fc7ea8493b09cfd24626ff.json +1 -0
  195. xinference/web/ui/node_modules/.cache/babel-loader/773cb309f59b12e6722b8a5c9194327bbd1a6ac12a143a9faff905fc641bc913.json +1 -0
  196. xinference/web/ui/node_modules/.cache/babel-loader/793666ad717ff95d51fd2ba1813595c3814a37bede7b5aeff6225e0a954c2dce.json +1 -0
  197. xinference/web/ui/node_modules/.cache/babel-loader/7a37425dd723958c19d47a39496568405b7f4845abcfe5f1e9836aef39e626ac.json +1 -0
  198. xinference/web/ui/node_modules/.cache/babel-loader/7a888db4a0f335684c4874df02a812f05693499eed99a6b8dfdabfa2058ce4e5.json +1 -0
  199. xinference/web/ui/node_modules/.cache/babel-loader/7adfae9c2c4af069b28223b56d802bf7d1203e2984bbeafa9f05d8db481a9d16.json +1 -0
  200. xinference/web/ui/node_modules/.cache/babel-loader/7c2184cb445ce1621a7e42c8a5b8a14e29a7127bf2bd25becb77e340fb5c2b80.json +1 -0
  201. xinference/web/ui/node_modules/.cache/babel-loader/7c4200f1988aaf9567c6b3eb805805469392e22c3869f902a92a352562df052e.json +1 -0
  202. xinference/web/ui/node_modules/.cache/babel-loader/7c5c40edda88e07a6b1dc4743580bb30b8a1d46f49873348cbe96b6b7b1d0c76.json +1 -0
  203. xinference/web/ui/node_modules/.cache/babel-loader/7cb4b9139e48abd02cca6006e9d2aa2d7446ad7acfb136dec6ab23df1f8fc7dc.json +1 -0
  204. xinference/web/ui/node_modules/.cache/babel-loader/7f2b01fdca00763a05571c924c30b13e562030ede83b29c58ddf7a682b453353.json +1 -0
  205. xinference/web/ui/node_modules/.cache/babel-loader/7f86fa773e6c89b7adc3dd8382c37df6f1d2966fd6eadf67094d66b9516dbd25.json +1 -0
  206. xinference/web/ui/node_modules/.cache/babel-loader/7fe6b3c5ff116fcd46dd38f7f684ce236e26fbf999ef47a6b05a27257d95eda0.json +1 -0
  207. xinference/web/ui/node_modules/.cache/babel-loader/8061d5c86b687a244c8a17b58a8f7cf0a0f00e5a55434d64dc343bc4ed8abcad.json +1 -0
  208. xinference/web/ui/node_modules/.cache/babel-loader/81224552b6e68b846d1213dd49428e8904d74c2ca32f4a845e9d085bc0bbd331.json +1 -0
  209. xinference/web/ui/node_modules/.cache/babel-loader/812bf45ec799fa2f3c1f3e50e2b2257ee147a3e0866ef43fcd4a226b491ec924.json +1 -0
  210. xinference/web/ui/node_modules/.cache/babel-loader/814ea1d7381aef20fb6b5ae292c30015e68238082111c949ccb989d4fdce4ab1.json +1 -0
  211. xinference/web/ui/node_modules/.cache/babel-loader/81c3f31be2645b133691cbdb1b3a805af32614a68972c6c165e3cddd099cc990.json +1 -0
  212. xinference/web/ui/node_modules/.cache/babel-loader/81f4e60af1741b457d3889b47aaaa069cf3863f1e84cf37f8c734e887b083796.json +1 -0
  213. xinference/web/ui/node_modules/.cache/babel-loader/8237bdfff695d71496ee2ff83ba0392d753f8e1dff0d002a1b2c9e249f03083c.json +1 -0
  214. xinference/web/ui/node_modules/.cache/babel-loader/848217317a5a8dccac88890d57deb903ff78fd6bdd183ea90a22561cbd53342f.json +1 -0
  215. xinference/web/ui/node_modules/.cache/babel-loader/854e00918bed8bfcdcc114c1b8fa9dc311f2e9d13de684dbe3b2b73b7b844405.json +1 -0
  216. xinference/web/ui/node_modules/.cache/babel-loader/85ded513bbe3f89cbc1d65481a92e970b1637418ed82e299f72d86c813b626b8.json +1 -0
  217. xinference/web/ui/node_modules/.cache/babel-loader/872b92db757985d0a8e0047b5b6a8e389eaa8dc462a6915175dbd3170dc57a2d.json +1 -0
  218. xinference/web/ui/node_modules/.cache/babel-loader/8731a959d9b7278ba7a1c044bb4253bfff63079da69b21ff80221ae5e037dbbe.json +1 -0
  219. xinference/web/ui/node_modules/.cache/babel-loader/878bfe0f2231567b686bb5861c5a741d70d15fe6b9173dab10928d3c9b72c87e.json +1 -0
  220. xinference/web/ui/node_modules/.cache/babel-loader/8812f93390ce34e825ebc710a6372fd406a09c3fdae5c5c892f55978a3dc4704.json +1 -0
  221. xinference/web/ui/node_modules/.cache/babel-loader/8a260d89865279f0d68c9a3286c12f443c1dbff029a6cd019a0495a1899be47e.json +1 -0
  222. xinference/web/ui/node_modules/.cache/babel-loader/8a3afa499caac9a6c186a47b75158246929da316d46ac428856a974b51149d93.json +1 -0
  223. xinference/web/ui/node_modules/.cache/babel-loader/8a46efef8a76596c4ab5d2a632f27430907317bd832ffe4206c0c108a8b25813.json +1 -0
  224. xinference/web/ui/node_modules/.cache/babel-loader/8a8657bc15314833d0ff476fdd5eaea8417e3c68ce1f614e2d8922993a3ec257.json +1 -0
  225. xinference/web/ui/node_modules/.cache/babel-loader/8b1a6681167f87fc631a0df85cd023cd6817106c3e8c945cece7ace84ecaf48b.json +1 -0
  226. xinference/web/ui/node_modules/.cache/babel-loader/8c8bc29612d2ad946a14a18fd3117635b17ff13f5e00f38f519a39306be00213.json +1 -0
  227. xinference/web/ui/node_modules/.cache/babel-loader/8d95a492a6b08c192e212189567b59b98282ca6f3ed52dd9bd053a6be7ff4e65.json +1 -0
  228. xinference/web/ui/node_modules/.cache/babel-loader/8da504e1de4e1ae3462fbeed745273f616e947b53be1a51174a52b3af3305428.json +1 -0
  229. xinference/web/ui/node_modules/.cache/babel-loader/8ecadaeadb6a4674a40bdb008dc476fb9699cd2dd0eeb433bcca16cfc422bbce.json +1 -0
  230. xinference/web/ui/node_modules/.cache/babel-loader/8ee2792d8749be6d828d37ef47274295469bdf7e6df29018b202fcfcdc40d56b.json +1 -0
  231. xinference/web/ui/node_modules/.cache/babel-loader/8f653e9a5428e7af712ace601bf4edc5f770c39269bb38117f361d1f8eae82b5.json +1 -0
  232. xinference/web/ui/node_modules/.cache/babel-loader/8fa47f994e4f93fb83b601473190fc5a5b2b05afde52effca53fe051452a50a4.json +1 -0
  233. xinference/web/ui/node_modules/.cache/babel-loader/8fd88ee4cfa4b01b616dc46dec906906258d283036009251637e2afccd6d289b.json +1 -0
  234. xinference/web/ui/node_modules/.cache/babel-loader/9004bc083cf179941e64130390a27afcf7593b21dd64a87d03e1e6489032aa13.json +1 -0
  235. xinference/web/ui/node_modules/.cache/babel-loader/916c6b86a0bc83478599ae0fd08b3a1d715bf8f8347c6ba7b47da3289139ba6a.json +1 -0
  236. xinference/web/ui/node_modules/.cache/babel-loader/9170ac3b988c568edd60fe8044696298e8c7434066de9c2d78f7a170422a58be.json +1 -0
  237. xinference/web/ui/node_modules/.cache/babel-loader/92a0e69ca4364a44053224ee744ec2c4c5cdd05701e300042205385be26b88e3.json +1 -0
  238. xinference/web/ui/node_modules/.cache/babel-loader/94189aca5a63d992ace3dd8bb6343522dbf36b15e6391415fdc79460460595c5.json +1 -0
  239. xinference/web/ui/node_modules/.cache/babel-loader/942f73f0e4e31f942b98e068753383d7edacdec0048bb923ffc50ccf57ce667d.json +1 -0
  240. xinference/web/ui/node_modules/.cache/babel-loader/94cd18801442899968aad6b954be683af8cd773018d65f28ea41805c3a582472.json +1 -0
  241. xinference/web/ui/node_modules/.cache/babel-loader/94eab64a830a680be5ce0821570070ca64b4dd2a1b363e90f7c85cbfa4cc234d.json +1 -0
  242. xinference/web/ui/node_modules/.cache/babel-loader/9551d15da0124963e1297f847ba606e9247e8e5a6d32224aa3d9f836806a2299.json +1 -0
  243. xinference/web/ui/node_modules/.cache/babel-loader/95b58e8d5b117afc1f2890fdf3194d8ac8a6778994ee7cbc9c4e9562503d2ed9.json +1 -0
  244. xinference/web/ui/node_modules/.cache/babel-loader/95eb76f5ab8093630c1af9eb34ee7e8dfe36456b5f3de83b9d9f4abfb18b2c86.json +1 -0
  245. xinference/web/ui/node_modules/.cache/babel-loader/96798cddb5d26cd510517f74bec081c2f8c91a4d73b643855edd9cc53bd20f53.json +1 -0
  246. xinference/web/ui/node_modules/.cache/babel-loader/970670cd3f20d5ca4de0c40c4f4979554bc800795809f0ca503a4e97c10b5758.json +1 -0
  247. xinference/web/ui/node_modules/.cache/babel-loader/970b1e001034c62240a8f949e195c000594ead14a1e30ace900ca2439ada4215.json +1 -0
  248. xinference/web/ui/node_modules/.cache/babel-loader/98bed7e77fcdb9b7a42b0a8cb0b0c469330deeb7740b19a24f9894b5d2215551.json +1 -0
  249. xinference/web/ui/node_modules/.cache/babel-loader/9a290db9f199e472a55f655f1844660005b2b4d6d4fc0a081d1ba65403e75235.json +1 -0
  250. xinference/web/ui/node_modules/.cache/babel-loader/9b50b493b1de707bf608fc4c302c228e5d367a4ed800f45486a78271508e2fcf.json +1 -0
  251. xinference/web/ui/node_modules/.cache/babel-loader/9b84631723b52988d3748d80b994e43d1944ca55098a5d908c9061eeb4c84f90.json +1 -0
  252. xinference/web/ui/node_modules/.cache/babel-loader/9b9c19dc52ba751b8220457693d0d3f37e985a82ed9ead8988098e869a1d73ea.json +1 -0
  253. xinference/web/ui/node_modules/.cache/babel-loader/9ba204e74a83267f9bc7374177cd7527a3e86d5148e7d4b05e1d9a3181c5644d.json +1 -0
  254. xinference/web/ui/node_modules/.cache/babel-loader/9bc915aa7fe54878d853081f8ad65ed589331eced6955e94e4b7614ab0a367f8.json +1 -0
  255. xinference/web/ui/node_modules/.cache/babel-loader/9c053aee23d5fe71298487139edbdd9f5689138136a7449b5d2107183b41ddf2.json +1 -0
  256. xinference/web/ui/node_modules/.cache/babel-loader/9e379558a6c0ff735baaac6a755930b97c929a669e053301a3dbd893974b4bd9.json +1 -0
  257. xinference/web/ui/node_modules/.cache/babel-loader/9eddc5788c7a4a424f447d6227956b81e42e408cfeccf9eb407db50c72d034f6.json +1 -0
  258. xinference/web/ui/node_modules/.cache/babel-loader/a014bf4d41964e09d03bb971c03867b4e28d319a24b9fb9a125a3b1b41be3e94.json +1 -0
  259. xinference/web/ui/node_modules/.cache/babel-loader/a0cf1e0e76c9dea667702eb0e32ed88bd471bc2854119e7db09f33fe021da981.json +1 -0
  260. xinference/web/ui/node_modules/.cache/babel-loader/a0cfbd91666648a83e9c594d89d914f6d2c08e5057bde5660606c03438efd386.json +1 -0
  261. xinference/web/ui/node_modules/.cache/babel-loader/a108800673db2c9eb3413fbafae689575b6c8b66f451d27d483b35464687c5de.json +1 -0
  262. xinference/web/ui/node_modules/.cache/babel-loader/a127f13651a7398f5fc378456a52cfa0c6260f6109611d3fb012aa7c7a4ee17a.json +1 -0
  263. xinference/web/ui/node_modules/.cache/babel-loader/a178cfde289ffd15fd54b1c80fd9d231ae0f9644db33acb02084e69b32bfee37.json +1 -0
  264. xinference/web/ui/node_modules/.cache/babel-loader/a21ffc6c71fc9a6f20a83ebdd7973f54b0719b8d27f14388b0fde4a77a69f1c0.json +1 -0
  265. xinference/web/ui/node_modules/.cache/babel-loader/a351834ac6dc39c92ae2c66a2837f985c28d283ba062def2662cbe59763a0f4b.json +1 -0
  266. xinference/web/ui/node_modules/.cache/babel-loader/a36fcc5f5ef91258e04a4a486a740296aff6a351fdca7932bddeeb3b54ccfdc1.json +1 -0
  267. xinference/web/ui/node_modules/.cache/babel-loader/a3815e11f16cf8438426d8eb2b125f0caa7324babfcfa897361124068d2e2c67.json +1 -0
  268. xinference/web/ui/node_modules/.cache/babel-loader/a4effa9a00284696dade35af39213674e033d1f99e031c1e631eaef50e54b9f6.json +1 -0
  269. xinference/web/ui/node_modules/.cache/babel-loader/a530cefea0ad559c882dd54431e37c2e02063ce240bdb75f126ba8c85bc62af7.json +1 -0
  270. xinference/web/ui/node_modules/.cache/babel-loader/a53929669e0d8e8e7b983547dbd988a942df9456361a0b8d1f156ecc60dfdb96.json +1 -0
  271. xinference/web/ui/node_modules/.cache/babel-loader/a555289d29d89d4a3305399cda25ca00c31870a0fbd3f40b4310c6333df4bf84.json +1 -0
  272. xinference/web/ui/node_modules/.cache/babel-loader/a60ede39ee7f25b3ea6c8dbd4bb3f81d522f8a9a2493f23d0fbe1fe54750adff.json +1 -0
  273. xinference/web/ui/node_modules/.cache/babel-loader/a628596efb580902f864432c5f23c8c6e02896514e0f25ca8389e0dd0454feda.json +1 -0
  274. xinference/web/ui/node_modules/.cache/babel-loader/a641e7c6f329eb0d2277b3b90be0782d79b72bac1ac30480401ba76ebfc14934.json +1 -0
  275. xinference/web/ui/node_modules/.cache/babel-loader/a652cd12af8466dac4d0877e9d100d9d52e5d0b9d9b822ea9d13a175f483a496.json +1 -0
  276. xinference/web/ui/node_modules/.cache/babel-loader/a75daf4345c76e4ef849bf11b9c15f4b5d8ca5b1144abc5e41c6cb5353a280db.json +1 -0
  277. xinference/web/ui/node_modules/.cache/babel-loader/a7b8ccb199158c897ed7d7835942eb37569221be4101eecfa7a7ce62e0c76f1f.json +1 -0
  278. xinference/web/ui/node_modules/.cache/babel-loader/a970bbb60e22dcffc5a265e112fad907f9bac97f93482e3edb97f825e89af40f.json +1 -0
  279. xinference/web/ui/node_modules/.cache/babel-loader/aa77c38d1ff8e28df80d3eb26fb6408e70718e3d5f67b9c4d959b5b4b789e136.json +1 -0
  280. xinference/web/ui/node_modules/.cache/babel-loader/ad8e6f3a40e4ae1c7a727fea358a6426a8cfb9ae0d25dd44ed5025bc95d9d3e7.json +1 -0
  281. xinference/web/ui/node_modules/.cache/babel-loader/ade3cd82af85d2d28138bd942228b01e27559a5a4072ee049dcb47612ee9a506.json +1 -0
  282. xinference/web/ui/node_modules/.cache/babel-loader/ae41036d80fd158c6f9891e2f223f496f61c3189ff962aa65e53dce99d3ddcff.json +1 -0
  283. xinference/web/ui/node_modules/.cache/babel-loader/ae5308d4a9b98158798d3e6979b4db8f02c2b13fb791cd1d921f64db28897385.json +1 -0
  284. xinference/web/ui/node_modules/.cache/babel-loader/aed89027efb1a015f2b7d9ad0146a9fd2022a1a032bede4447a3cda82bdfb10c.json +1 -0
  285. xinference/web/ui/node_modules/.cache/babel-loader/af31a2717e4040f4b4b6b4e42135f75e6b5b4794ce9ea660d0abeeb142ea4765.json +1 -0
  286. xinference/web/ui/node_modules/.cache/babel-loader/afc597494ebc62d22e4d3ac2a839bd5f30d5e47ce1d0576e0f62407ef6c78652.json +1 -0
  287. xinference/web/ui/node_modules/.cache/babel-loader/aff11693e9f13c6fc04e8783b2a63621e8929b79455b5668ddf4672f1a5d60fa.json +1 -0
  288. xinference/web/ui/node_modules/.cache/babel-loader/affbbac58777e26ba8b6dcda8cea72c76975bd0207f0a510bfde5983d3081f74.json +1 -0
  289. xinference/web/ui/node_modules/.cache/babel-loader/b0b6c59f1f95f1d967bcbff291a611a1d22addd1f2b8b7939f10c3042243541d.json +1 -0
  290. xinference/web/ui/node_modules/.cache/babel-loader/b0d967968555031f4a57d375ed203cd506ed957c7ebf96928382c9810e3fd04e.json +1 -0
  291. xinference/web/ui/node_modules/.cache/babel-loader/b10391d3ae53452c8ec97d230f064e03a8377aab2be4b1b3e30cb3e054b2341a.json +1 -0
  292. xinference/web/ui/node_modules/.cache/babel-loader/b2dda44cf1f9a14f59bfe8290311bc8e17ed3e541371019e4a0dc08040025a53.json +1 -0
  293. xinference/web/ui/node_modules/.cache/babel-loader/b30cea29b74d745669aaab2417c32f2ed8a25fae91b64237bc2228d21a687501.json +1 -0
  294. xinference/web/ui/node_modules/.cache/babel-loader/b31cc8cbdff38b2e35adbb1dcd7fa4245bbc2b54abb00e708de44d34ec985ad5.json +1 -0
  295. xinference/web/ui/node_modules/.cache/babel-loader/b3631748ddde6d0850acd1e4c085d702772324b274683ea22a98eb1105dfa09c.json +1 -0
  296. xinference/web/ui/node_modules/.cache/babel-loader/b39b361f07d56277015bacabe0bcfab5e5280d24cde49ae2f01d0cf04a7e223f.json +1 -0
  297. xinference/web/ui/node_modules/.cache/babel-loader/b3af2d4be7e9504a219e98f5cf7af2bbdbd5a4aef4fd04eaeddb8fc06ea369b5.json +1 -0
  298. xinference/web/ui/node_modules/.cache/babel-loader/b41f0b39f782d05b07f70542f3bc21a932bcb8afb90b1037ea422bdff46f26b3.json +1 -0
  299. xinference/web/ui/node_modules/.cache/babel-loader/b4a854b99e5913cd01d9dc02bed9a2bb9cb25fd019dcb26f33dcf5cc774bc825.json +1 -0
  300. xinference/web/ui/node_modules/.cache/babel-loader/b52e55016a0e98e535f95e95bd5fe1468adbfe6f1a88d50a9a7a3a3f32e2157a.json +1 -0
  301. xinference/web/ui/node_modules/.cache/babel-loader/b68dc28015d20a12e4e6c6ac12b3a038443239b40921b621493b1142679fa214.json +1 -0
  302. xinference/web/ui/node_modules/.cache/babel-loader/b71d6cc4bb5843723f4c0d01455b89c9665d871e83cf79b28e4237ddef7fd980.json +1 -0
  303. xinference/web/ui/node_modules/.cache/babel-loader/b77df012eadfa3b6c95ba39ceecbc274625ecf711c847079c1dd335e64586b57.json +1 -0
  304. xinference/web/ui/node_modules/.cache/babel-loader/b7d42c757f84bb3ea13b548ad212e4cb6794574a6c7aaecf69ec6d116d633bd5.json +1 -0
  305. xinference/web/ui/node_modules/.cache/babel-loader/b800e25fee9f0b831f01e42b5d63de0d924f037cf987eb3f494e149b9343313a.json +1 -0
  306. xinference/web/ui/node_modules/.cache/babel-loader/b906ed96f34eb33f77a60c46b223a9f3eb859615b3b31d869bb672431eb7e162.json +1 -0
  307. xinference/web/ui/node_modules/.cache/babel-loader/b9330f2c9949ec855ed028d8d4b2f690ac4094b2f09816d137f5c9c8495b1113.json +1 -0
  308. xinference/web/ui/node_modules/.cache/babel-loader/b997f7b988d128b16dbe56113f36a10d86890639faaf12ab8e71fa7554bb04fd.json +1 -0
  309. xinference/web/ui/node_modules/.cache/babel-loader/bb3fe67b872f008e099ad1e767c92e183eba576046ca6c9e2a3bee59482b8c0b.json +1 -0
  310. xinference/web/ui/node_modules/.cache/babel-loader/bbb2be2c3f8036649749c7a027c76e567327bb7e1f30b617c01fad9f65b45b8c.json +1 -0
  311. xinference/web/ui/node_modules/.cache/babel-loader/bd07c17cae7e4f97e652bc1ff1349c5c71c9d5b38c89d54f0beb398f1404114c.json +1 -0
  312. xinference/web/ui/node_modules/.cache/babel-loader/bd325073a0cd9861201be38aba2aaa7a8b7f28061f6b1b22ebd93769d1791708.json +1 -0
  313. xinference/web/ui/node_modules/.cache/babel-loader/bd64f9b6c6cde108f5f50d9706a3f0f8d17171fcb60d2f82f24cc8769e158a9c.json +1 -0
  314. xinference/web/ui/node_modules/.cache/babel-loader/bd8d3849dddafa9e0c2d0a9b8cb6abb9aa2214a1f9cab47b2e35f655b6b05c56.json +1 -0
  315. xinference/web/ui/node_modules/.cache/babel-loader/bda351f4824b0482d8ceee3bfef29d03125d1c74b451a30bd23ef5603000fa16.json +1 -0
  316. xinference/web/ui/node_modules/.cache/babel-loader/be02215465db3f57dda6990199cbc585b24f639db6aa7e3ab598024addc11975.json +1 -0
  317. xinference/web/ui/node_modules/.cache/babel-loader/bf4340466d5d44f3ba06b3b3d1177da23ed3ea41d842e184cb6aeaa708b702e9.json +1 -0
  318. xinference/web/ui/node_modules/.cache/babel-loader/c029d0dd7fb532b06e91c1f3aba8da03321d3cda1312f449b0dbcca0f247fc73.json +1 -0
  319. xinference/web/ui/node_modules/.cache/babel-loader/c0f36b96dfcb4337318792c836832a95ffbf8e09a35a4fcaf72298c485a6dff0.json +1 -0
  320. xinference/web/ui/node_modules/.cache/babel-loader/c181ed01a47ef5b515ca0b1c9c3eaf5279b49519776ba9ea906aecae3144d920.json +1 -0
  321. xinference/web/ui/node_modules/.cache/babel-loader/c2bd8c5178a08531f73caadc422876e9801c87ccc41eff1215562b16b1c0c1d5.json +1 -0
  322. xinference/web/ui/node_modules/.cache/babel-loader/c313b69e52dab0610e7d96adef25d5c75a9821e6f491cd7df02de8a3c73caca2.json +1 -0
  323. xinference/web/ui/node_modules/.cache/babel-loader/c43a992b7c742cb8ae17cc7f6358d7adf2d54ae133ab4ae2260daac143eb7cbf.json +1 -0
  324. xinference/web/ui/node_modules/.cache/babel-loader/c494950b07e1578f209e70aa15ec5aae022178569cd9e1bb611f683cdd991361.json +1 -0
  325. xinference/web/ui/node_modules/.cache/babel-loader/c4a6ec36edf1d880b0fd2f882ea32f52d0f43afa195c6f890342b2f1607025ed.json +1 -0
  326. xinference/web/ui/node_modules/.cache/babel-loader/c61ca0c0b02820646b40be8e96885618240c575acc5e1e01a9a5bae34d0448f3.json +1 -0
  327. xinference/web/ui/node_modules/.cache/babel-loader/c6fdf420192a353da68e19e1a588f70b979c94041e1ea5b9f719762194b4e236.json +1 -0
  328. xinference/web/ui/node_modules/.cache/babel-loader/c76bbebbbbffbebc956158bc1051ed193f7d562eb8a0859c184cf0c577e267f6.json +1 -0
  329. xinference/web/ui/node_modules/.cache/babel-loader/c77010698add7dce09eeae51d29032aa1a1a1363e96b59ea0a4b2d809bbb7367.json +1 -0
  330. xinference/web/ui/node_modules/.cache/babel-loader/c81c1cad35be60a4fad090374edf50a884540e306d464b803120554df61e817e.json +1 -0
  331. xinference/web/ui/node_modules/.cache/babel-loader/c83eb37d831bbf5e2f8f0d812b0a21bdd766acf250e6d4780f1da5a9230ad716.json +1 -0
  332. xinference/web/ui/node_modules/.cache/babel-loader/c937689eabad5655ca9a35e24b7059f64bc0a17e7256dea3d179f50efc6c9678.json +1 -0
  333. xinference/web/ui/node_modules/.cache/babel-loader/c9ea3a00c8fd64f2da787d4ea834ae9162610fbcc899e3ec5f0a636af84a0ef5.json +1 -0
  334. xinference/web/ui/node_modules/.cache/babel-loader/caef5138d3b09acf421076bb6f503c40e88136c29f38dbfbc10c0c4b64ee7e3d.json +1 -0
  335. xinference/web/ui/node_modules/.cache/babel-loader/cc7bc6992d44578c6584d44dac8a1ccb08e05d63265afbd2ef21d202aaec004a.json +1 -0
  336. xinference/web/ui/node_modules/.cache/babel-loader/ce38db522510d28704c567e63af10c9bd7e97948415848cd3f15a4df33f439e3.json +1 -0
  337. xinference/web/ui/node_modules/.cache/babel-loader/ce787df2a92fff1d2d19bd9bf972a4930dc393c1f0f2a7e47820941b5cf65e6f.json +1 -0
  338. xinference/web/ui/node_modules/.cache/babel-loader/ceb7baa4e2a97984febbac282608a3b83dfd93d95b5befe266472d93b4d51d69.json +1 -0
  339. xinference/web/ui/node_modules/.cache/babel-loader/cf2a8e7f82c5c095fc631306bd72f58909c820d629aefc3b37c819aee0659276.json +1 -0
  340. xinference/web/ui/node_modules/.cache/babel-loader/d003348699483bcd573ee0e3626e23da7ae0938b2be9fab00c92a1b825cd4367.json +1 -0
  341. xinference/web/ui/node_modules/.cache/babel-loader/d049e90638f127375dd1bdcafb217cbcf6d21b03843be63c81ade46f9c214ea1.json +1 -0
  342. xinference/web/ui/node_modules/.cache/babel-loader/d062fa7496d592f2730ed595bf4daeb04fae36d451ef5ebe81e9bdca3eae9b2e.json +1 -0
  343. xinference/web/ui/node_modules/.cache/babel-loader/d06f05f05acbf0a5c2e486ef0ec386b35a76ae8c8aa3717a82a44d88b604caaf.json +1 -0
  344. xinference/web/ui/node_modules/.cache/babel-loader/d20723f6cf7615ed9ed52e7bd8a59a2ea3b6c25d155228524355e49195387a29.json +1 -0
  345. xinference/web/ui/node_modules/.cache/babel-loader/d2cc522ae3d87c3a5f35e1e16bbc66d4bd52998eecb023b2ccf8d22c619e56dd.json +1 -0
  346. xinference/web/ui/node_modules/.cache/babel-loader/d452fe5c69838075d982fc298d87a8ecd855c121a83f27d48e01f2c85ee2250a.json +1 -0
  347. xinference/web/ui/node_modules/.cache/babel-loader/d5bdf7750f08fa1f769a8ef19e3308fe6101e0bc5dba1f73ed099258a1956fef.json +1 -0
  348. xinference/web/ui/node_modules/.cache/babel-loader/d6c71d46184926fd5e49a3b1603c619261a24db217bfba071f737e7b0b3ed898.json +1 -0
  349. xinference/web/ui/node_modules/.cache/babel-loader/d730999124fcb85735a5c8900b0d985011c5411eabe59e64e4eb77f934bee324.json +1 -0
  350. xinference/web/ui/node_modules/.cache/babel-loader/d743df9955a8dbcc35b29a119f074a82a337d340e27578c0f7b3bd5b1ad577fb.json +1 -0
  351. xinference/web/ui/node_modules/.cache/babel-loader/d74cc83c2f137fe5aad03c74f84c20c419ac857aaa38ca513136e325667fce22.json +1 -0
  352. xinference/web/ui/node_modules/.cache/babel-loader/d8c35ccd8ef0944be2b1ed70e60e50b15ea785a82361065a3f8b0fba99a0bda4.json +1 -0
  353. xinference/web/ui/node_modules/.cache/babel-loader/d8e85f725551f8f955b83ac8570138a7afe12d02685f46b97ed1fe804bf33b2b.json +1 -0
  354. xinference/web/ui/node_modules/.cache/babel-loader/d8ec192b7e7b2e1efc56d725d9d109c7fad45ed9398a19805dde96ae06848a20.json +1 -0
  355. xinference/web/ui/node_modules/.cache/babel-loader/dc320ecc40a5d7a5c27f1ad6b549f2c1c27dd0d2020ec006d8299acb5a28034b.json +1 -0
  356. xinference/web/ui/node_modules/.cache/babel-loader/dd006eb41be6e6b2a14adee44faf56a8f23a320edb55e691141d2ae4727068f2.json +1 -0
  357. xinference/web/ui/node_modules/.cache/babel-loader/ddc9f7fd51388ade2ad823b7f2fdc133c67c88eb2603c320c73a523abaa937bd.json +1 -0
  358. xinference/web/ui/node_modules/.cache/babel-loader/dfa43fc359d733d8e58cb44ac10bc2bd1558021e3ab036c1f6caf5537b0bcaf7.json +1 -0
  359. xinference/web/ui/node_modules/.cache/babel-loader/dfb5f499fdd6df1bd9ddd94e881edf0ae2b22af7614d4d28f083fc7d06cdba1d.json +1 -0
  360. xinference/web/ui/node_modules/.cache/babel-loader/dfb98739bd3d6469d9ce6685769a830164466c934ddce3b55fb448884e77e667.json +1 -0
  361. xinference/web/ui/node_modules/.cache/babel-loader/e009da6381944cd4b694202842c47e063304e94ee2ebf4a33f01d866364cb963.json +1 -0
  362. xinference/web/ui/node_modules/.cache/babel-loader/e020b343414b070a686100b2fb17dab2b105444870c232f0795293fff6dc418c.json +1 -0
  363. xinference/web/ui/node_modules/.cache/babel-loader/e0c7828ce3200739bccdc383f90bb12ee22ae50ac6c934471978e2bcf7c74c2d.json +1 -0
  364. xinference/web/ui/node_modules/.cache/babel-loader/e0df8d4d6034d324ad616f4c230baffd8e50f3fbb9948d9ba1b140731e1166c1.json +1 -0
  365. xinference/web/ui/node_modules/.cache/babel-loader/e0ea08a951e94d4031b81f72197432085e6f2d3600d3ac5690ad57b6d3776ab1.json +1 -0
  366. xinference/web/ui/node_modules/.cache/babel-loader/e149d0a77a6fd4ee48b7744a3ec69f707c4d8ffed14877a7811582404221f3ea.json +1 -0
  367. xinference/web/ui/node_modules/.cache/babel-loader/e1537575c185c09aba0ea95ca9e4879e11b9bb971cc1d13b0546802e57b11845.json +1 -0
  368. xinference/web/ui/node_modules/.cache/babel-loader/e24e0a714c9c084f168b65d26d5ee47035313842ae464764b23cf4d446de84ec.json +1 -0
  369. xinference/web/ui/node_modules/.cache/babel-loader/e2e782995a1feba0fa912db6dd1f36a4e0f153288257c703786fa8e7eb6a12a3.json +1 -0
  370. xinference/web/ui/node_modules/.cache/babel-loader/e3890e804dfaeb19b79f52e1b20198b587da61a9a3a1f55417d2cc5ce4ad7dae.json +1 -0
  371. xinference/web/ui/node_modules/.cache/babel-loader/e5041d53c35f535a655e4510afb2a6807c793826c7a226f8f665c9041a93c376.json +1 -0
  372. xinference/web/ui/node_modules/.cache/babel-loader/e51952a3ca8c0422cbfd4ef482e1f63173d2f7c9f39bccd4cc453d98de82e963.json +1 -0
  373. xinference/web/ui/node_modules/.cache/babel-loader/e5a4e2d5d484eb9379a4fa89a023db9bbdc3d2de2fc71b4a5e7c910961d01d44.json +1 -0
  374. xinference/web/ui/node_modules/.cache/babel-loader/e66d601288d3802bdc95267b16a19bb1cc8f7c8d338c5576fd0614b646dc6f15.json +1 -0
  375. xinference/web/ui/node_modules/.cache/babel-loader/e758b30c67ae2ad842644eb88bd5fa4273eaff3bb11d83b0d3b452d3a75b8d2f.json +1 -0
  376. xinference/web/ui/node_modules/.cache/babel-loader/e769cc02b72df694bb6d88c1237aced2ed9892caee10858d6b5c9249978da252.json +1 -0
  377. xinference/web/ui/node_modules/.cache/babel-loader/e8c3fadbd12f0e2c7b70d84acbcabd0a5c96b05380a7b3167b00e8739d829d24.json +1 -0
  378. xinference/web/ui/node_modules/.cache/babel-loader/e8ecf22b40cc64fa8e8691cee143435bd804105c28ec8bd59e44ee2ce2a24355.json +1 -0
  379. xinference/web/ui/node_modules/.cache/babel-loader/e9715ff6558196c252d52fd75ea11c1457c3abed21f1aa1e2cef1ff1f4048d2e.json +1 -0
  380. xinference/web/ui/node_modules/.cache/babel-loader/e9fdd571df03d1038cafad67b6205fbb103132200bd4ac343f5fe078e2b292f2.json +1 -0
  381. xinference/web/ui/node_modules/.cache/babel-loader/ebfe0996566f089c1d0ab56d9a6f89039ef5bfa94c024fd984fa82ae8d9de909.json +1 -0
  382. xinference/web/ui/node_modules/.cache/babel-loader/ed227c6b5d4f4969e5cdeaca3269f9186c111177a307c8577a9f2a3b0a834360.json +1 -0
  383. xinference/web/ui/node_modules/.cache/babel-loader/ef1fc352f10f366343b750acd995fee4bdf1b47d073607f15c8fc66585631a84.json +1 -0
  384. xinference/web/ui/node_modules/.cache/babel-loader/ef5074f1aa48a2e6c27367fed5cc3dd1bd2f580f8eabe28fff2f9d4d7fc57308.json +1 -0
  385. xinference/web/ui/node_modules/.cache/babel-loader/f08354b9e911da9b0f42ed3a1a3ccfe4af927b2400ec67ed752c8f84b03a7d11.json +1 -0
  386. xinference/web/ui/node_modules/.cache/babel-loader/f1735aa9ed731bd6f044fb6ec6cf05c968e70eb08ad3ab484ead4c09bc707100.json +1 -0
  387. xinference/web/ui/node_modules/.cache/babel-loader/f2740593b70d7e2a62fe7f2e23eef5dffd8ed549fd93301f352a3c59a9621b32.json +1 -0
  388. xinference/web/ui/node_modules/.cache/babel-loader/f2bd528ae4fcd731de87f875b408c4aae3d2877d13a71a79c8eff9fd6ae4e294.json +1 -0
  389. xinference/web/ui/node_modules/.cache/babel-loader/f2e780c5b9c933b515b20a61953c2de22e8062f28a2a568363efea5c109ab6a7.json +1 -0
  390. xinference/web/ui/node_modules/.cache/babel-loader/f3eb19dd9376ba5733b8556f52c9d1730260ebe5269b9b4736245646d2c36520.json +1 -0
  391. xinference/web/ui/node_modules/.cache/babel-loader/f55f4e657cc2d797b7e73a64ce40352f9a5dde31763a3e89c14d3b983307f30e.json +1 -0
  392. xinference/web/ui/node_modules/.cache/babel-loader/f5c3a2b1e2f2199e275c3ffdc39bccf708a9b04021aedd2826cca66c7f686be8.json +1 -0
  393. xinference/web/ui/node_modules/.cache/babel-loader/f6448bee226132c821780d681dec92b59a9eae6c9a97f63f90494a4142e34819.json +1 -0
  394. xinference/web/ui/node_modules/.cache/babel-loader/f6ffaf399c76e0fb8547be246bc6e67609045ccd1ed5c419730bdab1d13b4133.json +1 -0
  395. xinference/web/ui/node_modules/.cache/babel-loader/f8dc5012ec8111398726af8a7d0bc7e2cdfbd236b04ac1ba1d083beacb74b6ec.json +1 -0
  396. xinference/web/ui/node_modules/.cache/babel-loader/f99e72b896788820c45a6b446acf46fe0b595a9c45c72e0dbbe46469e07332fe.json +1 -0
  397. xinference/web/ui/node_modules/.cache/babel-loader/fa55db00669d505f11228c1d240fc9763f63fb2559ea3b024c092f55d65ff0b6.json +1 -0
  398. xinference/web/ui/node_modules/.cache/babel-loader/fb12d05efbd87dc8d3ed915c8f83caa0db15b8d18d07e5c54c2ad6cca5008718.json +1 -0
  399. xinference/web/ui/node_modules/.cache/babel-loader/fc20c07eb28943181fcedbb5156add791736d81a7e478c8da55ab57c345906cd.json +1 -0
  400. xinference/web/ui/node_modules/.cache/babel-loader/fcbdf1473109073a37430938645e17630a167f7afa215eded1fe7aa353ec30ad.json +1 -0
  401. xinference/web/ui/node_modules/.cache/babel-loader/fd6ec60b2ee34895e528933b32316cc5a65dddb6f02cac68a0b93d2095ce3d24.json +1 -0
  402. xinference/web/ui/node_modules/.cache/babel-loader/fe04709729a1e8232fa35164484d48759608b226d675c26d1cdbecb4a1ba3ec1.json +1 -0
  403. xinference/web/ui/node_modules/.cache/babel-loader/fe73bcb54cacaad42c012b4365c87ee011b3726edbd4b6df002bc58d662f01ee.json +1 -0
  404. xinference/web/ui/node_modules/.package-lock.json +205 -44
  405. xinference/web/ui/node_modules/@babel/runtime/node_modules/regenerator-runtime/package.json +19 -0
  406. xinference/web/ui/node_modules/@babel/runtime/package.json +29 -11
  407. xinference/web/ui/node_modules/@floating-ui/core/package.json +55 -0
  408. xinference/web/ui/node_modules/@floating-ui/dom/package.json +62 -0
  409. xinference/web/ui/node_modules/@floating-ui/react-dom/package.json +75 -0
  410. xinference/web/ui/node_modules/@floating-ui/utils/dom/package.json +6 -0
  411. xinference/web/ui/node_modules/@floating-ui/utils/package.json +75 -0
  412. xinference/web/ui/node_modules/@floating-ui/utils/react/package.json +6 -0
  413. xinference/web/ui/node_modules/@mui/lab/AdapterDateFns/package.json +6 -0
  414. xinference/web/ui/node_modules/@mui/lab/AdapterDayjs/package.json +6 -0
  415. xinference/web/ui/node_modules/@mui/lab/AdapterLuxon/package.json +6 -0
  416. xinference/web/ui/node_modules/@mui/lab/AdapterMoment/package.json +6 -0
  417. xinference/web/ui/node_modules/@mui/lab/Alert/package.json +6 -0
  418. xinference/web/ui/node_modules/@mui/lab/AlertTitle/package.json +6 -0
  419. xinference/web/ui/node_modules/@mui/lab/Autocomplete/package.json +6 -0
  420. xinference/web/ui/node_modules/@mui/lab/AvatarGroup/package.json +6 -0
  421. xinference/web/ui/node_modules/@mui/lab/CalendarPicker/package.json +6 -0
  422. xinference/web/ui/node_modules/@mui/lab/CalendarPickerSkeleton/package.json +6 -0
  423. xinference/web/ui/node_modules/@mui/lab/ClockPicker/package.json +6 -0
  424. xinference/web/ui/node_modules/@mui/lab/DatePicker/package.json +6 -0
  425. xinference/web/ui/node_modules/@mui/lab/DateRangePicker/package.json +6 -0
  426. xinference/web/ui/node_modules/@mui/lab/DateRangePickerDay/package.json +6 -0
  427. xinference/web/ui/node_modules/@mui/lab/DateTimePicker/package.json +6 -0
  428. xinference/web/ui/node_modules/@mui/lab/DesktopDatePicker/package.json +6 -0
  429. xinference/web/ui/node_modules/@mui/lab/DesktopDateRangePicker/package.json +6 -0
  430. xinference/web/ui/node_modules/@mui/lab/DesktopDateTimePicker/package.json +6 -0
  431. xinference/web/ui/node_modules/@mui/lab/DesktopTimePicker/package.json +6 -0
  432. xinference/web/ui/node_modules/@mui/lab/LoadingButton/package.json +6 -0
  433. xinference/web/ui/node_modules/@mui/lab/LocalizationProvider/package.json +6 -0
  434. xinference/web/ui/node_modules/@mui/lab/Masonry/package.json +6 -0
  435. xinference/web/ui/node_modules/@mui/lab/MobileDatePicker/package.json +6 -0
  436. xinference/web/ui/node_modules/@mui/lab/MobileDateRangePicker/package.json +6 -0
  437. xinference/web/ui/node_modules/@mui/lab/MobileDateTimePicker/package.json +6 -0
  438. xinference/web/ui/node_modules/@mui/lab/MobileTimePicker/package.json +6 -0
  439. xinference/web/ui/node_modules/@mui/lab/MonthPicker/package.json +6 -0
  440. xinference/web/ui/node_modules/@mui/lab/Pagination/package.json +6 -0
  441. xinference/web/ui/node_modules/@mui/lab/PaginationItem/package.json +6 -0
  442. xinference/web/ui/node_modules/@mui/lab/PickersDay/package.json +6 -0
  443. xinference/web/ui/node_modules/@mui/lab/Rating/package.json +6 -0
  444. xinference/web/ui/node_modules/@mui/lab/Skeleton/package.json +6 -0
  445. xinference/web/ui/node_modules/@mui/lab/SpeedDial/package.json +6 -0
  446. xinference/web/ui/node_modules/@mui/lab/SpeedDialAction/package.json +6 -0
  447. xinference/web/ui/node_modules/@mui/lab/SpeedDialIcon/package.json +6 -0
  448. xinference/web/ui/node_modules/@mui/lab/StaticDatePicker/package.json +6 -0
  449. xinference/web/ui/node_modules/@mui/lab/StaticDateRangePicker/package.json +6 -0
  450. xinference/web/ui/node_modules/@mui/lab/StaticDateTimePicker/package.json +6 -0
  451. xinference/web/ui/node_modules/@mui/lab/StaticTimePicker/package.json +6 -0
  452. xinference/web/ui/node_modules/@mui/lab/TabContext/package.json +6 -0
  453. xinference/web/ui/node_modules/@mui/lab/TabList/package.json +6 -0
  454. xinference/web/ui/node_modules/@mui/lab/TabPanel/package.json +6 -0
  455. xinference/web/ui/node_modules/@mui/lab/TimePicker/package.json +6 -0
  456. xinference/web/ui/node_modules/@mui/lab/Timeline/package.json +6 -0
  457. xinference/web/ui/node_modules/@mui/lab/TimelineConnector/package.json +6 -0
  458. xinference/web/ui/node_modules/@mui/lab/TimelineContent/package.json +6 -0
  459. xinference/web/ui/node_modules/@mui/lab/TimelineDot/package.json +6 -0
  460. xinference/web/ui/node_modules/@mui/lab/TimelineItem/package.json +6 -0
  461. xinference/web/ui/node_modules/@mui/lab/TimelineOppositeContent/package.json +6 -0
  462. xinference/web/ui/node_modules/@mui/lab/TimelineSeparator/package.json +6 -0
  463. xinference/web/ui/node_modules/@mui/lab/ToggleButton/package.json +6 -0
  464. xinference/web/ui/node_modules/@mui/lab/ToggleButtonGroup/package.json +6 -0
  465. xinference/web/ui/node_modules/@mui/lab/TreeItem/package.json +6 -0
  466. xinference/web/ui/node_modules/@mui/lab/TreeView/package.json +6 -0
  467. xinference/web/ui/node_modules/@mui/lab/YearPicker/package.json +6 -0
  468. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Badge/package.json +6 -0
  469. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Button/package.json +6 -0
  470. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/ClassNameGenerator/package.json +6 -0
  471. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/ClickAwayListener/package.json +6 -0
  472. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Dropdown/package.json +6 -0
  473. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/FocusTrap/package.json +6 -0
  474. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/FormControl/package.json +6 -0
  475. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Input/package.json +6 -0
  476. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Menu/package.json +6 -0
  477. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/MenuButton/package.json +6 -0
  478. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/MenuItem/package.json +6 -0
  479. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Modal/package.json +6 -0
  480. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/MultiSelect/package.json +6 -0
  481. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/NoSsr/package.json +6 -0
  482. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Option/package.json +6 -0
  483. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/OptionGroup/package.json +6 -0
  484. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Popper/package.json +6 -0
  485. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Portal/package.json +6 -0
  486. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Select/package.json +6 -0
  487. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Slider/package.json +6 -0
  488. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Snackbar/package.json +6 -0
  489. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Switch/package.json +6 -0
  490. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Tab/package.json +6 -0
  491. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/TabPanel/package.json +6 -0
  492. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/TablePagination/package.json +6 -0
  493. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Tabs/package.json +6 -0
  494. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/TabsList/package.json +6 -0
  495. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/TextareaAutosize/package.json +6 -0
  496. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Unstable_NumberInput/package.json +6 -0
  497. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/Unstable_Popup/package.json +6 -0
  498. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/composeClasses/package.json +6 -0
  499. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/generateUtilityClass/package.json +6 -0
  500. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/generateUtilityClasses/package.json +6 -0
  501. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/package.json +57 -0
  502. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/unstable_useModal/package.json +6 -0
  503. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/unstable_useNumberInput/package.json +6 -0
  504. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useAutocomplete/package.json +6 -0
  505. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useBadge/package.json +6 -0
  506. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useButton/package.json +6 -0
  507. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useDropdown/package.json +6 -0
  508. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useInput/package.json +6 -0
  509. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useList/package.json +6 -0
  510. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useMenu/package.json +6 -0
  511. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useMenuButton/package.json +6 -0
  512. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useMenuItem/package.json +6 -0
  513. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useOption/package.json +6 -0
  514. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useSelect/package.json +6 -0
  515. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useSlider/package.json +6 -0
  516. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useSnackbar/package.json +6 -0
  517. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useSwitch/package.json +6 -0
  518. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useTab/package.json +6 -0
  519. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useTabPanel/package.json +6 -0
  520. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useTabs/package.json +6 -0
  521. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/useTabsList/package.json +6 -0
  522. xinference/web/ui/node_modules/@mui/lab/node_modules/@mui/base/utils/package.json +6 -0
  523. xinference/web/ui/node_modules/@mui/lab/node_modules/clsx/package.json +48 -0
  524. xinference/web/ui/node_modules/@mui/lab/package.json +68 -0
  525. xinference/web/ui/node_modules/@mui/lab/themeAugmentation/package.json +6 -0
  526. xinference/web/ui/node_modules/@mui/lab/useAutocomplete/package.json +6 -0
  527. xinference/web/ui/node_modules/@mui/private-theming/package.json +7 -7
  528. xinference/web/ui/node_modules/@mui/styled-engine/package.json +3 -3
  529. xinference/web/ui/node_modules/@mui/system/node_modules/clsx/package.json +48 -0
  530. xinference/web/ui/node_modules/@mui/system/package.json +11 -11
  531. xinference/web/ui/node_modules/@mui/types/package.json +2 -2
  532. xinference/web/ui/node_modules/@mui/utils/package.json +13 -8
  533. xinference/web/ui/node_modules/@mui/x-tree-view/TreeItem/package.json +6 -0
  534. xinference/web/ui/node_modules/@mui/x-tree-view/TreeView/package.json +6 -0
  535. xinference/web/ui/node_modules/@mui/x-tree-view/node_modules/clsx/package.json +48 -0
  536. xinference/web/ui/node_modules/@mui/x-tree-view/package.json +59 -0
  537. xinference/web/ui/node_modules/@mui/x-tree-view/themeAugmentation/package.json +6 -0
  538. xinference/web/ui/node_modules/@types/prop-types/package.json +9 -9
  539. xinference/web/ui/package-lock.json +206 -44
  540. xinference/web/ui/package.json +1 -0
  541. {xinference-0.5.4.dist-info → xinference-0.5.6.dist-info}/METADATA +4 -8
  542. {xinference-0.5.4.dist-info → xinference-0.5.6.dist-info}/RECORD +546 -67
  543. xinference/web/ui/build/static/js/main.b403a2d3.js +0 -3
  544. xinference/web/ui/build/static/js/main.b403a2d3.js.map +0 -1
  545. xinference/web/ui/node_modules/.cache/babel-loader/00c59d4e29f36fecda7b8e5f93c268803fd37d3be150eab6f9338a85738c3d59.json +0 -1
  546. xinference/web/ui/node_modules/.cache/babel-loader/0185c3950aafb496a93ce8ca04f4ea7631ee829518970909701254962b331384.json +0 -1
  547. xinference/web/ui/node_modules/.cache/babel-loader/02fd3334df7b967d647b1c0641304e686fb5eeed4224f0840daa9d9a8a57da13.json +0 -1
  548. xinference/web/ui/node_modules/.cache/babel-loader/0659a0ec5cacb35d9ef2ac14f8b9223f104d4cd31242eb653f55d9697758da33.json +0 -1
  549. xinference/web/ui/node_modules/.cache/babel-loader/06e0efef8a57ac580a3cfba48510d4462ace8ecdd6b12ceb55eb3217c33411fb.json +0 -1
  550. xinference/web/ui/node_modules/.cache/babel-loader/0721bfc06f6ba80f7bc4ad77439b32e042e4007bded809f9f4830c2715d672e8.json +0 -1
  551. xinference/web/ui/node_modules/.cache/babel-loader/0bf421e7d42d88a9f7a344b6e384fbef2e143e947243c9e283902a2e58980ce8.json +0 -1
  552. xinference/web/ui/node_modules/.cache/babel-loader/25d7ce5916e3f61efe443f9a46ec0b40849dda23b56b8111673527201df0442c.json +0 -1
  553. xinference/web/ui/node_modules/.cache/babel-loader/3416c2f7f6161c2f4b02c131cd75b103b907a4a341adb91dffc4863cd43782ea.json +0 -1
  554. xinference/web/ui/node_modules/.cache/babel-loader/3adad849eece219f8872ac5e6b6dc00ec6e3a594452c57034d7c61c0aecccfb0.json +0 -1
  555. xinference/web/ui/node_modules/.cache/babel-loader/47b9376002f041cdb452a6d612f62d6d201425a7d34d9733cf2286d51b9ce44a.json +0 -1
  556. xinference/web/ui/node_modules/.cache/babel-loader/4be46951dbb4d1eb9bf8c8056e66a64eb20271aa66801b15b5a9abb097c2a417.json +0 -1
  557. xinference/web/ui/node_modules/.cache/babel-loader/6369f09e137d05afd8ed04e8cc8ee6b3743010eca8f0bd7084e1b978cf599b66.json +0 -1
  558. xinference/web/ui/node_modules/.cache/babel-loader/67a615733b8c3767eaee7ecb1073669c76e0a3baf2b144034ff95f4e8764be2c.json +0 -1
  559. xinference/web/ui/node_modules/.cache/babel-loader/68bfa33c835acc94e49546023a321a034241c4b839de378283d9771c1d0dba10.json +0 -1
  560. xinference/web/ui/node_modules/.cache/babel-loader/6fe48791d7def031c309070e9ed07eac9e67c6ab6fbb77fe15e1b2110de2702e.json +0 -1
  561. xinference/web/ui/node_modules/.cache/babel-loader/724e1eca7abbf902a5bd95091cb9b391a652fed0fe0a63dd7c22ecf6f73beed9.json +0 -1
  562. xinference/web/ui/node_modules/.cache/babel-loader/7b0abb2f65788c7eea5e9a84602e2fb1015c204cb309f92f5844a9ad997c7816.json +0 -1
  563. xinference/web/ui/node_modules/.cache/babel-loader/8e0493352d75c7c314aa18b6dbfb696660753e3adfb10e4bb6b6d88ec7755614.json +0 -1
  564. xinference/web/ui/node_modules/.cache/babel-loader/a4b125a4a9e84d08ab5dd5146aba839bb9af1af99aa8889accbfc588b830cde8.json +0 -1
  565. xinference/web/ui/node_modules/.cache/babel-loader/a8cf347cdc75441f536be76be3708eb9cb69d54016518ac5c2bd2f3fbfb61d65.json +0 -1
  566. xinference/web/ui/node_modules/.cache/babel-loader/ba483301814f260b9bf048d1f77ca4eb40c10373d03f21dbf159b722c1252425.json +0 -1
  567. xinference/web/ui/node_modules/.cache/babel-loader/c30f5eff22d689495ab9ebce65b038860555dfa28663845b8580574e3f016649.json +0 -1
  568. xinference/web/ui/node_modules/.cache/babel-loader/c89d7082f307f8c6da30da2612b0db67a8e816ccc37242e65567a92f1bf30c4c.json +0 -1
  569. xinference/web/ui/node_modules/.cache/babel-loader/c962ea8ea416ccf694758cbf92e275156074a5aab6fed886d8280896f1092a9f.json +0 -1
  570. xinference/web/ui/node_modules/.cache/babel-loader/cd8207e3620e2e55166b62a27746e02e08f35a5ba4ef94ebd4294e9898bb5011.json +0 -1
  571. xinference/web/ui/node_modules/.cache/babel-loader/cf1580865b5948bc18960784dedeccc718c70ee8f9fc17694de792e1071c8cb0.json +0 -1
  572. xinference/web/ui/node_modules/.cache/babel-loader/dd4f2bb7b43a78e556e4b43cb11247e295b1e8487a58deb817ed7b6fe3f2f0b1.json +0 -1
  573. xinference/web/ui/node_modules/.cache/babel-loader/e8eb78942853829c614d02525ce8e96ae067375dabd39e9c17ffbbc948b0851e.json +0 -1
  574. xinference/web/ui/node_modules/.cache/babel-loader/f3a0eac7f5a0b44c53837649920db96ac63008c18589025e2005c1d99637e786.json +0 -1
  575. xinference/web/ui/node_modules/.cache/babel-loader/f511bfaac28df786f12ea05ae6c018b129f54dc55d0c8d7901d801252014d17b.json +0 -1
  576. xinference/web/ui/node_modules/.cache/babel-loader/fde5157d330d2b269154b3f0ab9f5309907c5c4757593023b8e4ed7fb3c05556.json +0 -1
  577. xinference/web/ui/node_modules/.cache/babel-loader/fea57c6780d7380597cc72e22aa7f153e28ed2530aff75cbe38be3d2f43467b0.json +0 -1
  578. xinference/web/ui/node_modules/@types/react-is/package.json +0 -37
  579. {xinference-0.5.4.dist-info → xinference-0.5.6.dist-info}/LICENSE +0 -0
  580. {xinference-0.5.4.dist-info → xinference-0.5.6.dist-info}/WHEEL +0 -0
  581. {xinference-0.5.4.dist-info → xinference-0.5.6.dist-info}/entry_points.txt +0 -0
  582. {xinference-0.5.4.dist-info → xinference-0.5.6.dist-info}/top_level.txt +0 -0
@@ -1 +0,0 @@
1
- {"ast":null,"code":"import _toConsumableArray from \"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js\";\nimport _slicedToArray from \"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/slicedToArray.js\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nvar _excluded = [\"name\", \"slot\", \"skipVariantsResolver\", \"skipSx\", \"overridesResolver\"];\n/* eslint-disable no-underscore-dangle */\nimport styledEngineStyled, { internal_processStyles as processStyles } from '@mui/styled-engine';\nimport { getDisplayName } from '@mui/utils';\nimport createTheme from './createTheme';\nimport propsToClassKey from './propsToClassKey';\nimport styleFunctionSx from './styleFunctionSx';\nfunction isEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\n\n// https://github.com/emotion-js/emotion/blob/26ded6109fcd8ca9875cc2ce4564fee678a3f3c5/packages/styled/src/utils.js#L40\nfunction isStringTag(tag) {\n return typeof tag === 'string' &&\n // 96 is one less than the char code\n // for \"a\" so this is checking that\n // it's a lowercase character\n tag.charCodeAt(0) > 96;\n}\nvar getStyleOverrides = function getStyleOverrides(name, theme) {\n if (theme.components && theme.components[name] && theme.components[name].styleOverrides) {\n return theme.components[name].styleOverrides;\n }\n return null;\n};\nvar getVariantStyles = function getVariantStyles(name, theme) {\n var variants = [];\n if (theme && theme.components && theme.components[name] && theme.components[name].variants) {\n variants = theme.components[name].variants;\n }\n var variantsStyles = {};\n variants.forEach(function (definition) {\n var key = propsToClassKey(definition.props);\n variantsStyles[key] = definition.style;\n });\n return variantsStyles;\n};\nvar variantsResolver = function variantsResolver(props, styles, theme, name) {\n var _theme$components, _theme$components$nam;\n var _props$ownerState = props.ownerState,\n ownerState = _props$ownerState === void 0 ? {} : _props$ownerState;\n var variantsStyles = [];\n var themeVariants = theme == null ? void 0 : (_theme$components = theme.components) == null ? void 0 : (_theme$components$nam = _theme$components[name]) == null ? void 0 : _theme$components$nam.variants;\n if (themeVariants) {\n themeVariants.forEach(function (themeVariant) {\n var isMatch = true;\n Object.keys(themeVariant.props).forEach(function (key) {\n if (ownerState[key] !== themeVariant.props[key] && props[key] !== themeVariant.props[key]) {\n isMatch = false;\n }\n });\n if (isMatch) {\n variantsStyles.push(styles[propsToClassKey(themeVariant.props)]);\n }\n });\n }\n return variantsStyles;\n};\n\n// Update /system/styled/#api in case if this changes\nexport function shouldForwardProp(prop) {\n return prop !== 'ownerState' && prop !== 'theme' && prop !== 'sx' && prop !== 'as';\n}\nexport var systemDefaultTheme = createTheme();\nvar lowercaseFirstLetter = function lowercaseFirstLetter(string) {\n return string.charAt(0).toLowerCase() + string.slice(1);\n};\nfunction resolveTheme(_ref) {\n var defaultTheme = _ref.defaultTheme,\n theme = _ref.theme,\n themeId = _ref.themeId;\n return isEmpty(theme) ? defaultTheme : theme[themeId] || theme;\n}\nexport default function createStyled() {\n var input = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n var themeId = input.themeId,\n _input$defaultTheme = input.defaultTheme,\n defaultTheme = _input$defaultTheme === void 0 ? systemDefaultTheme : _input$defaultTheme,\n _input$rootShouldForw = input.rootShouldForwardProp,\n rootShouldForwardProp = _input$rootShouldForw === void 0 ? shouldForwardProp : _input$rootShouldForw,\n _input$slotShouldForw = input.slotShouldForwardProp,\n slotShouldForwardProp = _input$slotShouldForw === void 0 ? shouldForwardProp : _input$slotShouldForw;\n var systemSx = function systemSx(props) {\n return styleFunctionSx(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme: defaultTheme,\n themeId: themeId\n }))\n }));\n };\n systemSx.__mui_systemSx = true;\n return function (tag) {\n var inputOptions = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n // Filter out the `sx` style function from the previous styled component to prevent unnecessary styles generated by the composite components.\n processStyles(tag, function (styles) {\n return styles.filter(function (style) {\n return !(style != null && style.__mui_systemSx);\n });\n });\n var componentName = inputOptions.name,\n componentSlot = inputOptions.slot,\n inputSkipVariantsResolver = inputOptions.skipVariantsResolver,\n inputSkipSx = inputOptions.skipSx,\n overridesResolver = inputOptions.overridesResolver,\n options = _objectWithoutPropertiesLoose(inputOptions, _excluded);\n\n // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.\n var skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver : componentSlot && componentSlot !== 'Root' || false;\n var skipSx = inputSkipSx || false;\n var label;\n if (process.env.NODE_ENV !== 'production') {\n if (componentName) {\n label = \"\".concat(componentName, \"-\").concat(lowercaseFirstLetter(componentSlot || 'Root'));\n }\n }\n var shouldForwardPropOption = shouldForwardProp;\n if (componentSlot === 'Root') {\n shouldForwardPropOption = rootShouldForwardProp;\n } else if (componentSlot) {\n // any other slot specified\n shouldForwardPropOption = slotShouldForwardProp;\n } else if (isStringTag(tag)) {\n // for string (html) tag, preserve the behavior in emotion & styled-components.\n shouldForwardPropOption = undefined;\n }\n var defaultStyledResolver = styledEngineStyled(tag, _extends({\n shouldForwardProp: shouldForwardPropOption,\n label: label\n }, options));\n var muiStyledResolver = function muiStyledResolver(styleArg) {\n for (var _len = arguments.length, expressions = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {\n expressions[_key - 1] = arguments[_key];\n }\n var expressionsWithDefaultTheme = expressions ? expressions.map(function (stylesArg) {\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n return typeof stylesArg === 'function' && stylesArg.__emotion_real !== stylesArg ? function (props) {\n return stylesArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme: defaultTheme,\n themeId: themeId\n }))\n }));\n } : stylesArg;\n }) : [];\n var transformedStyleArg = styleArg;\n if (componentName && overridesResolver) {\n expressionsWithDefaultTheme.push(function (props) {\n var theme = resolveTheme(_extends({}, props, {\n defaultTheme: defaultTheme,\n themeId: themeId\n }));\n var styleOverrides = getStyleOverrides(componentName, theme);\n if (styleOverrides) {\n var resolvedStyleOverrides = {};\n Object.entries(styleOverrides).forEach(function (_ref2) {\n var _ref3 = _slicedToArray(_ref2, 2),\n slotKey = _ref3[0],\n slotStyle = _ref3[1];\n resolvedStyleOverrides[slotKey] = typeof slotStyle === 'function' ? slotStyle(_extends({}, props, {\n theme: theme\n })) : slotStyle;\n });\n return overridesResolver(props, resolvedStyleOverrides);\n }\n return null;\n });\n }\n if (componentName && !skipVariantsResolver) {\n expressionsWithDefaultTheme.push(function (props) {\n var theme = resolveTheme(_extends({}, props, {\n defaultTheme: defaultTheme,\n themeId: themeId\n }));\n return variantsResolver(props, getVariantStyles(componentName, theme), theme, componentName);\n });\n }\n if (!skipSx) {\n expressionsWithDefaultTheme.push(systemSx);\n }\n var numOfCustomFnsApplied = expressionsWithDefaultTheme.length - expressions.length;\n if (Array.isArray(styleArg) && numOfCustomFnsApplied > 0) {\n var placeholders = new Array(numOfCustomFnsApplied).fill('');\n // If the type is array, than we need to add placeholders in the template for the overrides, variants and the sx styles.\n transformedStyleArg = [].concat(_toConsumableArray(styleArg), _toConsumableArray(placeholders));\n transformedStyleArg.raw = [].concat(_toConsumableArray(styleArg.raw), _toConsumableArray(placeholders));\n } else if (typeof styleArg === 'function' &&\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n styleArg.__emotion_real !== styleArg) {\n // If the type is function, we need to define the default theme.\n transformedStyleArg = function transformedStyleArg(props) {\n return styleArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme: defaultTheme,\n themeId: themeId\n }))\n }));\n };\n }\n var Component = defaultStyledResolver.apply(void 0, [transformedStyleArg].concat(_toConsumableArray(expressionsWithDefaultTheme)));\n if (process.env.NODE_ENV !== 'production') {\n var displayName;\n if (componentName) {\n displayName = \"\".concat(componentName).concat(componentSlot || '');\n }\n if (displayName === undefined) {\n displayName = \"Styled(\".concat(getDisplayName(tag), \")\");\n }\n Component.displayName = displayName;\n }\n if (tag.muiName) {\n Component.muiName = tag.muiName;\n }\n return Component;\n };\n if (defaultStyledResolver.withConfig) {\n muiStyledResolver.withConfig = defaultStyledResolver.withConfig;\n }\n return muiStyledResolver;\n };\n}","map":{"version":3,"names":["_objectWithoutPropertiesLoose","_extends","_excluded","styledEngineStyled","internal_processStyles","processStyles","getDisplayName","createTheme","propsToClassKey","styleFunctionSx","isEmpty","obj","Object","keys","length","isStringTag","tag","charCodeAt","getStyleOverrides","name","theme","components","styleOverrides","getVariantStyles","variants","variantsStyles","forEach","definition","key","props","style","variantsResolver","styles","_theme$components","_theme$components$nam","_props$ownerState","ownerState","themeVariants","themeVariant","isMatch","push","shouldForwardProp","prop","systemDefaultTheme","lowercaseFirstLetter","string","charAt","toLowerCase","slice","resolveTheme","_ref","defaultTheme","themeId","createStyled","input","arguments","undefined","_input$defaultTheme","_input$rootShouldForw","rootShouldForwardProp","_input$slotShouldForw","slotShouldForwardProp","systemSx","__mui_systemSx","inputOptions","filter","componentName","componentSlot","slot","inputSkipVariantsResolver","skipVariantsResolver","inputSkipSx","skipSx","overridesResolver","options","label","process","env","NODE_ENV","concat","shouldForwardPropOption","defaultStyledResolver","muiStyledResolver","styleArg","_len","expressions","Array","_key","expressionsWithDefaultTheme","map","stylesArg","__emotion_real","transformedStyleArg","resolvedStyleOverrides","entries","_ref2","_ref3","_slicedToArray","slotKey","slotStyle","numOfCustomFnsApplied","isArray","placeholders","fill","_toConsumableArray","raw","Component","apply","displayName","muiName","withConfig"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/node_modules/@mui/system/esm/createStyled.js"],"sourcesContent":["import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"name\", \"slot\", \"skipVariantsResolver\", \"skipSx\", \"overridesResolver\"];\n/* eslint-disable no-underscore-dangle */\nimport styledEngineStyled, { internal_processStyles as processStyles } from '@mui/styled-engine';\nimport { getDisplayName } from '@mui/utils';\nimport createTheme from './createTheme';\nimport propsToClassKey from './propsToClassKey';\nimport styleFunctionSx from './styleFunctionSx';\nfunction isEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\n\n// https://github.com/emotion-js/emotion/blob/26ded6109fcd8ca9875cc2ce4564fee678a3f3c5/packages/styled/src/utils.js#L40\nfunction isStringTag(tag) {\n return typeof tag === 'string' &&\n // 96 is one less than the char code\n // for \"a\" so this is checking that\n // it's a lowercase character\n tag.charCodeAt(0) > 96;\n}\nconst getStyleOverrides = (name, theme) => {\n if (theme.components && theme.components[name] && theme.components[name].styleOverrides) {\n return theme.components[name].styleOverrides;\n }\n return null;\n};\nconst getVariantStyles = (name, theme) => {\n let variants = [];\n if (theme && theme.components && theme.components[name] && theme.components[name].variants) {\n variants = theme.components[name].variants;\n }\n const variantsStyles = {};\n variants.forEach(definition => {\n const key = propsToClassKey(definition.props);\n variantsStyles[key] = definition.style;\n });\n return variantsStyles;\n};\nconst variantsResolver = (props, styles, theme, name) => {\n var _theme$components, _theme$components$nam;\n const {\n ownerState = {}\n } = props;\n const variantsStyles = [];\n const themeVariants = theme == null ? void 0 : (_theme$components = theme.components) == null ? void 0 : (_theme$components$nam = _theme$components[name]) == null ? void 0 : _theme$components$nam.variants;\n if (themeVariants) {\n themeVariants.forEach(themeVariant => {\n let isMatch = true;\n Object.keys(themeVariant.props).forEach(key => {\n if (ownerState[key] !== themeVariant.props[key] && props[key] !== themeVariant.props[key]) {\n isMatch = false;\n }\n });\n if (isMatch) {\n variantsStyles.push(styles[propsToClassKey(themeVariant.props)]);\n }\n });\n }\n return variantsStyles;\n};\n\n// Update /system/styled/#api in case if this changes\nexport function shouldForwardProp(prop) {\n return prop !== 'ownerState' && prop !== 'theme' && prop !== 'sx' && prop !== 'as';\n}\nexport const systemDefaultTheme = createTheme();\nconst lowercaseFirstLetter = string => {\n return string.charAt(0).toLowerCase() + string.slice(1);\n};\nfunction resolveTheme({\n defaultTheme,\n theme,\n themeId\n}) {\n return isEmpty(theme) ? defaultTheme : theme[themeId] || theme;\n}\nexport default function createStyled(input = {}) {\n const {\n themeId,\n defaultTheme = systemDefaultTheme,\n rootShouldForwardProp = shouldForwardProp,\n slotShouldForwardProp = shouldForwardProp\n } = input;\n const systemSx = props => {\n return styleFunctionSx(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n };\n systemSx.__mui_systemSx = true;\n return (tag, inputOptions = {}) => {\n // Filter out the `sx` style function from the previous styled component to prevent unnecessary styles generated by the composite components.\n processStyles(tag, styles => styles.filter(style => !(style != null && style.__mui_systemSx)));\n const {\n name: componentName,\n slot: componentSlot,\n skipVariantsResolver: inputSkipVariantsResolver,\n skipSx: inputSkipSx,\n overridesResolver\n } = inputOptions,\n options = _objectWithoutPropertiesLoose(inputOptions, _excluded);\n\n // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.\n const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver : componentSlot && componentSlot !== 'Root' || false;\n const skipSx = inputSkipSx || false;\n let label;\n if (process.env.NODE_ENV !== 'production') {\n if (componentName) {\n label = `${componentName}-${lowercaseFirstLetter(componentSlot || 'Root')}`;\n }\n }\n let shouldForwardPropOption = shouldForwardProp;\n if (componentSlot === 'Root') {\n shouldForwardPropOption = rootShouldForwardProp;\n } else if (componentSlot) {\n // any other slot specified\n shouldForwardPropOption = slotShouldForwardProp;\n } else if (isStringTag(tag)) {\n // for string (html) tag, preserve the behavior in emotion & styled-components.\n shouldForwardPropOption = undefined;\n }\n const defaultStyledResolver = styledEngineStyled(tag, _extends({\n shouldForwardProp: shouldForwardPropOption,\n label\n }, options));\n const muiStyledResolver = (styleArg, ...expressions) => {\n const expressionsWithDefaultTheme = expressions ? expressions.map(stylesArg => {\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n return typeof stylesArg === 'function' && stylesArg.__emotion_real !== stylesArg ? props => {\n return stylesArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n } : stylesArg;\n }) : [];\n let transformedStyleArg = styleArg;\n if (componentName && overridesResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n const styleOverrides = getStyleOverrides(componentName, theme);\n if (styleOverrides) {\n const resolvedStyleOverrides = {};\n Object.entries(styleOverrides).forEach(([slotKey, slotStyle]) => {\n resolvedStyleOverrides[slotKey] = typeof slotStyle === 'function' ? slotStyle(_extends({}, props, {\n theme\n })) : slotStyle;\n });\n return overridesResolver(props, resolvedStyleOverrides);\n }\n return null;\n });\n }\n if (componentName && !skipVariantsResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n return variantsResolver(props, getVariantStyles(componentName, theme), theme, componentName);\n });\n }\n if (!skipSx) {\n expressionsWithDefaultTheme.push(systemSx);\n }\n const numOfCustomFnsApplied = expressionsWithDefaultTheme.length - expressions.length;\n if (Array.isArray(styleArg) && numOfCustomFnsApplied > 0) {\n const placeholders = new Array(numOfCustomFnsApplied).fill('');\n // If the type is array, than we need to add placeholders in the template for the overrides, variants and the sx styles.\n transformedStyleArg = [...styleArg, ...placeholders];\n transformedStyleArg.raw = [...styleArg.raw, ...placeholders];\n } else if (typeof styleArg === 'function' &&\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n styleArg.__emotion_real !== styleArg) {\n // If the type is function, we need to define the default theme.\n transformedStyleArg = props => styleArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n }\n const Component = defaultStyledResolver(transformedStyleArg, ...expressionsWithDefaultTheme);\n if (process.env.NODE_ENV !== 'production') {\n let displayName;\n if (componentName) {\n displayName = `${componentName}${componentSlot || ''}`;\n }\n if (displayName === undefined) {\n displayName = `Styled(${getDisplayName(tag)})`;\n }\n Component.displayName = displayName;\n }\n if (tag.muiName) {\n Component.muiName = tag.muiName;\n }\n return Component;\n };\n if (defaultStyledResolver.withConfig) {\n muiStyledResolver.withConfig = defaultStyledResolver.withConfig;\n }\n return muiStyledResolver;\n };\n}"],"mappings":"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"},"metadata":{},"sourceType":"module","externalDependencies":[]}
@@ -1 +0,0 @@
1
- {"ast":null,"code":"import _objectSpread from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/objectSpread2.js\";import _toConsumableArray from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js\";import _slicedToArray from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/slicedToArray.js\";import React,{useState,useContext,useEffect}from\"react\";import{v1 as uuidv1}from\"uuid\";import{ApiContext}from\"../../components/apiContext\";import{FormControl,InputLabel,Select,MenuItem,Box}from\"@mui/material\";import{CircularProgress}from\"@mui/material\";import{ChatOutlined,EditNoteOutlined,HelpCenterOutlined,UndoOutlined,RocketLaunchOutlined}from\"@mui/icons-material\";import{jsx as _jsx}from\"react/jsx-runtime\";import{jsxs as _jsxs}from\"react/jsx-runtime\";var CARD_HEIGHT=350;var CARD_WIDTH=270;var ModelCard=function ModelCard(_ref){var url=_ref.url,modelData=_ref.modelData;var _useState=useState(false),_useState2=_slicedToArray(_useState,2),hover=_useState2[0],setHover=_useState2[1];var _useState3=useState(false),_useState4=_slicedToArray(_useState3,2),selected=_useState4[0],setSelected=_useState4[1];var _useContext=useContext(ApiContext),isCallingApi=_useContext.isCallingApi,setIsCallingApi=_useContext.setIsCallingApi;var _useContext2=useContext(ApiContext),isUpdatingModel=_useContext2.isUpdatingModel;// Model parameter selections\nvar _useState5=useState(\"\"),_useState6=_slicedToArray(_useState5,2),modelFormat=_useState6[0],setModelFormat=_useState6[1];var _useState7=useState(\"\"),_useState8=_slicedToArray(_useState7,2),modelSize=_useState8[0],setModelSize=_useState8[1];var _useState9=useState(\"\"),_useState10=_slicedToArray(_useState9,2),quantization=_useState10[0],setQuantization=_useState10[1];var _useState11=useState([]),_useState12=_slicedToArray(_useState11,2),formatOptions=_useState12[0],setFormatOptions=_useState12[1];var _useState13=useState([]),_useState14=_slicedToArray(_useState13,2),sizeOptions=_useState14[0],setSizeOptions=_useState14[1];var _useState15=useState([]),_useState16=_slicedToArray(_useState15,2),quantizationOptions=_useState16[0],setQuantizationOptions=_useState16[1];// UseEffects for parameter selection, change options based on previous selections\nuseEffect(function(){if(modelData){var modelFamily=modelData.model_specs;var formats=_toConsumableArray(new Set(modelFamily.map(function(spec){return spec.model_format;})));setFormatOptions(formats);}},[modelData]);useEffect(function(){if(modelFormat&&modelData){var modelFamily=modelData.model_specs;var sizes=_toConsumableArray(new Set(modelFamily.filter(function(spec){return spec.model_format===modelFormat;}).map(function(spec){return spec.model_size_in_billions;})));setSizeOptions(sizes);}},[modelFormat,modelData]);useEffect(function(){if(modelFormat&&modelSize&&modelData){var modelFamily=modelData.model_specs;var quants=_toConsumableArray(new Set(modelFamily.filter(function(spec){return spec.model_format===modelFormat&&spec.model_size_in_billions===parseFloat(modelSize);}).flatMap(function(spec){return spec.quantizations;})));setQuantizationOptions(quants);}},[modelFormat,modelSize,modelData]);var launchModel=function launchModel(url){if(isCallingApi||isUpdatingModel){return;}setIsCallingApi(true);var uuid=uuidv1();var modelDataWithID={model_uid:uuid,model_name:modelData.model_name,model_format:modelFormat,model_size_in_billions:modelSize,quantization:quantization};// First fetch request to initiate the model\nfetch(url+\"/v1/models\",{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify(modelDataWithID)}).then(function(response){response.json();}).then(function(){// Second fetch request to build the gradio page\nreturn fetch(url+\"/v1/ui/\"+uuid,{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify(modelDataWithID)});}).then(function(response){response.json();}).then(function(){window.open(url+\"/\"+uuid,\"_blank\",\"noreferrer\");setIsCallingApi(false);}).catch(function(error){console.error(\"Error:\",error);setIsCallingApi(false);});};var styles={container:{display:\"block\",position:\"relative\",width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(CARD_HEIGHT,\"px\"),border:\"1px solid #ddd\",borderRadius:\"20px\",background:\"white\",overflow:\"hidden\"},containerSelected:{display:\"block\",position:\"relative\",width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(CARD_HEIGHT,\"px\"),border:\"1px solid #ddd\",borderRadius:\"20px\",background:\"white\",overflow:\"hidden\",boxShadow:\"0 0 2px #00000099\"},descriptionCard:{position:\"relative\",top:\"-1px\",left:\"-1px\",width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(CARD_HEIGHT,\"px\"),border:\"1px solid #ddd\",padding:\"20px\",borderRadius:\"20px\",background:\"white\"},parameterCard:{position:\"relative\",top:\"-\".concat(CARD_HEIGHT+1,\"px\"),left:\"-1px\",width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(CARD_HEIGHT,\"px\"),border:\"1px solid #ddd\",padding:\"20px\",borderRadius:\"20px\",background:\"white\"},img:{display:\"block\",margin:\"0 auto\",width:\"180px\",height:\"180px\",objectFit:\"cover\",borderRadius:\"10px\"},h2:{margin:\"10px 10px\",fontSize:\"20px\"},p:{minHeight:\"140px\",fontSize:\"14px\",padding:\"0px 10px 15px 10px\"},buttonsContainer:{display:\"flex\",margin:\"0 auto\",marginTop:\"30px\",border:\"none\",justifyContent:\"space-between\",alignItems:\"center\"},buttonContainer:{width:\"45%\",borderWidth:\"0px\",backgroundColor:\"transparent\",paddingLeft:\"0px\",paddingRight:\"0px\"},buttonItem:{width:\"100%\",margin:\"0 auto\",padding:\"5px\",display:\"flex\",justifyContent:\"center\",borderRadius:\"4px\",border:\"1px solid #e5e7eb\",borderWidth:\"1px\",borderColor:\"#e5e7eb\"},instructionText:{fontSize:\"12px\",color:\"#666666\",fontStyle:\"italic\",margin:\"10px 0\",textAlign:\"center\"},slideIn:{transform:\"translateX(0%)\",transition:\"transform 0.2s ease-in-out\"},slideOut:{transform:\"translateX(100%)\",transition:\"transform 0.2s ease-in-out\"},iconRow:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},iconItem:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",margin:\"20px\"},boldIconText:{fontWeight:\"bold\",fontSize:\"1.2em\"},muiIcon:{fontSize:\"1.5em\"},smallText:{fontSize:\"0.8em\"}};// Set two different states based on mouse hover\nreturn/*#__PURE__*/_jsxs(Box,{style:hover?styles.containerSelected:styles.container,onMouseEnter:function onMouseEnter(){return setHover(true);},onMouseLeave:function onMouseLeave(){return setHover(false);},onClick:function onClick(){if(!selected){setSelected(true);}},children:[/*#__PURE__*/_jsxs(Box,{style:styles.descriptionCard,children:[/*#__PURE__*/_jsx(\"h2\",{style:styles.h2,children:modelData.model_name}),/*#__PURE__*/_jsx(\"p\",{style:styles.p,children:modelData.model_description}),/*#__PURE__*/_jsxs(\"div\",{style:styles.iconRow,children:[/*#__PURE__*/_jsxs(\"div\",{style:styles.iconItem,children:[/*#__PURE__*/_jsxs(\"span\",{style:styles.boldIconText,children:[Math.floor(modelData.context_length/1000),\"K\"]}),/*#__PURE__*/_jsx(\"small\",{style:styles.smallText,children:\"context length\"})]}),function(){if(modelData.model_ability.includes(\"chat\")){return/*#__PURE__*/_jsxs(\"div\",{style:styles.iconItem,children:[/*#__PURE__*/_jsx(ChatOutlined,{style:styles.muiIcon}),/*#__PURE__*/_jsx(\"small\",{style:styles.smallText,children:\"chat model\"})]});}else if(modelData.model_ability.includes(\"generate\")){return/*#__PURE__*/_jsxs(\"div\",{style:styles.iconItem,children:[/*#__PURE__*/_jsx(EditNoteOutlined,{style:styles.muiIcon}),/*#__PURE__*/_jsx(\"small\",{style:styles.smallText,children:\"generate model\"})]});}else{return/*#__PURE__*/_jsxs(\"div\",{style:styles.iconItem,children:[/*#__PURE__*/_jsx(HelpCenterOutlined,{style:styles.muiIcon}),/*#__PURE__*/_jsx(\"small\",{style:styles.smallText,children:\"other model\"})]});}}()]}),hover?/*#__PURE__*/_jsx(\"p\",{style:styles.instructionText,children:\"Click with mouse to launch the model\"}):/*#__PURE__*/_jsx(\"p\",{style:styles.instructionText})]}),/*#__PURE__*/_jsxs(Box,{style:selected?_objectSpread(_objectSpread({},styles.parameterCard),styles.slideIn):_objectSpread(_objectSpread({},styles.parameterCard),styles.slideOut),children:[/*#__PURE__*/_jsx(\"h2\",{style:styles.h2,children:modelData.model_name}),/*#__PURE__*/_jsxs(Box,{display:\"flex\",flexDirection:\"column\",width:\"80%\",mx:\"auto\",children:[/*#__PURE__*/_jsxs(FormControl,{variant:\"outlined\",margin:\"normal\",size:\"small\",children:[/*#__PURE__*/_jsx(InputLabel,{id:\"modelFormat-label\",children:\"Model Format\"}),/*#__PURE__*/_jsx(Select,{labelId:\"modelFormat-label\",value:modelFormat,onChange:function onChange(e){return setModelFormat(e.target.value);},label:\"Model Format\",children:formatOptions.map(function(format){return/*#__PURE__*/_jsx(MenuItem,{value:format,children:format},format);})})]}),/*#__PURE__*/_jsxs(FormControl,{variant:\"outlined\",margin:\"normal\",size:\"small\",disabled:!modelFormat,children:[/*#__PURE__*/_jsx(InputLabel,{id:\"modelSize-label\",children:\"Model Size\"}),/*#__PURE__*/_jsx(Select,{labelId:\"modelSize-label\",value:modelSize,onChange:function onChange(e){return setModelSize(e.target.value);},label:\"Model Size\",children:sizeOptions.map(function(size){return/*#__PURE__*/_jsx(MenuItem,{value:size,children:size},size);})})]}),(modelData.is_builtin||modelFormat===\"pytorch\")&&/*#__PURE__*/_jsxs(FormControl,{variant:\"outlined\",margin:\"normal\",size:\"small\",disabled:!modelFormat||!modelSize,children:[/*#__PURE__*/_jsx(InputLabel,{id:\"quantization-label\",children:\"Quantization\"}),/*#__PURE__*/_jsx(Select,{labelId:\"quantization-label\",value:quantization,onChange:function onChange(e){return setQuantization(e.target.value);},label:\"Quantization\",children:quantizationOptions.map(function(quant){return/*#__PURE__*/_jsx(MenuItem,{value:quant,children:quant},quant);})})]})]}),/*#__PURE__*/_jsxs(Box,{style:styles.buttonsContainer,children:[/*#__PURE__*/_jsx(\"button\",{title:\"Launch Web UI\",style:styles.buttonContainer,onClick:function onClick(){return launchModel(url,modelData);},disabled:isCallingApi||isUpdatingModel||!(modelFormat&&modelSize&&modelData&&(quantization||!modelData.is_builtin&&modelFormat!==\"pytorch\")),children:function(){if(isCallingApi||isUpdatingModel){return/*#__PURE__*/_jsx(Box,{style:_objectSpread(_objectSpread({},styles.buttonItem),{},{backgroundColor:\"#f2f2f2\"}),children:/*#__PURE__*/_jsx(CircularProgress,{size:\"20px\",sx:{color:\"#000000\"}})});}else if(!(modelFormat&&modelSize&&modelData&&(quantization||!modelData.is_builtin&&modelFormat!==\"pytorch\"))){return/*#__PURE__*/_jsx(Box,{style:_objectSpread(_objectSpread({},styles.buttonItem),{},{backgroundColor:\"#f2f2f2\"}),children:/*#__PURE__*/_jsx(RocketLaunchOutlined,{size:\"20px\"})});}else{return/*#__PURE__*/_jsx(Box,{style:styles.buttonItem,children:/*#__PURE__*/_jsx(RocketLaunchOutlined,{color:\"#000000\",size:\"20px\"})});}}()}),/*#__PURE__*/_jsx(\"button\",{title:\"Launch Web UI\",style:styles.buttonContainer,onClick:function onClick(){return setSelected(false);},children:/*#__PURE__*/_jsx(Box,{style:styles.buttonItem,children:/*#__PURE__*/_jsx(UndoOutlined,{color:\"#000000\",size:\"20px\"})})})]})]})]});};export default ModelCard;","map":{"version":3,"names":["React","useState","useContext","useEffect","v1","uuidv1","ApiContext","FormControl","InputLabel","Select","MenuItem","Box","CircularProgress","ChatOutlined","EditNoteOutlined","HelpCenterOutlined","UndoOutlined","RocketLaunchOutlined","jsx","_jsx","jsxs","_jsxs","CARD_HEIGHT","CARD_WIDTH","ModelCard","_ref","url","modelData","_useState","_useState2","_slicedToArray","hover","setHover","_useState3","_useState4","selected","setSelected","_useContext","isCallingApi","setIsCallingApi","_useContext2","isUpdatingModel","_useState5","_useState6","modelFormat","setModelFormat","_useState7","_useState8","modelSize","setModelSize","_useState9","_useState10","quantization","setQuantization","_useState11","_useState12","formatOptions","setFormatOptions","_useState13","_useState14","sizeOptions","setSizeOptions","_useState15","_useState16","quantizationOptions","setQuantizationOptions","modelFamily","model_specs","formats","_toConsumableArray","Set","map","spec","model_format","sizes","filter","model_size_in_billions","quants","parseFloat","flatMap","quantizations","launchModel","uuid","modelDataWithID","model_uid","model_name","fetch","method","headers","body","JSON","stringify","then","response","json","window","open","catch","error","console","styles","container","display","position","width","concat","height","border","borderRadius","background","overflow","containerSelected","boxShadow","descriptionCard","top","left","padding","parameterCard","img","margin","objectFit","h2","fontSize","p","minHeight","buttonsContainer","marginTop","justifyContent","alignItems","buttonContainer","borderWidth","backgroundColor","paddingLeft","paddingRight","buttonItem","borderColor","instructionText","color","fontStyle","textAlign","slideIn","transform","transition","slideOut","iconRow","iconItem","flexDirection","boldIconText","fontWeight","muiIcon","smallText","style","onMouseEnter","onMouseLeave","onClick","children","model_description","Math","floor","context_length","model_ability","includes","_objectSpread","mx","variant","size","id","labelId","value","onChange","e","target","label","format","disabled","is_builtin","quant","title","sx"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/src/scenes/launch_model/modelCard.js"],"sourcesContent":["import React, { useState, useContext, useEffect } from \"react\";\nimport { v1 as uuidv1 } from \"uuid\";\nimport { ApiContext } from \"../../components/apiContext\";\nimport { FormControl, InputLabel, Select, MenuItem, Box } from \"@mui/material\";\nimport { CircularProgress } from \"@mui/material\";\nimport {\n ChatOutlined,\n EditNoteOutlined,\n HelpCenterOutlined,\n UndoOutlined,\n RocketLaunchOutlined,\n} from \"@mui/icons-material\";\n\nconst CARD_HEIGHT = 350;\nconst CARD_WIDTH = 270;\n\nconst ModelCard = ({ url, modelData }) => {\n const [hover, setHover] = useState(false);\n const [selected, setSelected] = useState(false);\n const { isCallingApi, setIsCallingApi } = useContext(ApiContext);\n const { isUpdatingModel } = useContext(ApiContext);\n\n // Model parameter selections\n const [modelFormat, setModelFormat] = useState(\"\");\n const [modelSize, setModelSize] = useState(\"\");\n const [quantization, setQuantization] = useState(\"\");\n\n const [formatOptions, setFormatOptions] = useState([]);\n const [sizeOptions, setSizeOptions] = useState([]);\n const [quantizationOptions, setQuantizationOptions] = useState([]);\n\n // UseEffects for parameter selection, change options based on previous selections\n useEffect(() => {\n if (modelData) {\n const modelFamily = modelData.model_specs;\n const formats = [\n ...new Set(modelFamily.map((spec) => spec.model_format)),\n ];\n setFormatOptions(formats);\n }\n }, [modelData]);\n\n useEffect(() => {\n if (modelFormat && modelData) {\n const modelFamily = modelData.model_specs;\n const sizes = [\n ...new Set(\n modelFamily\n .filter((spec) => spec.model_format === modelFormat)\n .map((spec) => spec.model_size_in_billions),\n ),\n ];\n setSizeOptions(sizes);\n }\n }, [modelFormat, modelData]);\n\n useEffect(() => {\n if (modelFormat && modelSize && modelData) {\n const modelFamily = modelData.model_specs;\n const quants = [\n ...new Set(\n modelFamily\n .filter(\n (spec) =>\n spec.model_format === modelFormat &&\n spec.model_size_in_billions === parseFloat(modelSize),\n )\n .flatMap((spec) => spec.quantizations),\n ),\n ];\n setQuantizationOptions(quants);\n }\n }, [modelFormat, modelSize, modelData]);\n\n const launchModel = (url) => {\n if (isCallingApi || isUpdatingModel) {\n return;\n }\n\n setIsCallingApi(true);\n\n const uuid = uuidv1();\n const modelDataWithID = {\n model_uid: uuid,\n model_name: modelData.model_name,\n model_format: modelFormat,\n model_size_in_billions: modelSize,\n quantization: quantization,\n };\n\n // First fetch request to initiate the model\n fetch(url + \"/v1/models\", {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify(modelDataWithID),\n })\n .then((response) => {\n response.json();\n })\n .then(() => {\n // Second fetch request to build the gradio page\n return fetch(url + \"/v1/ui/\" + uuid, {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify(modelDataWithID),\n });\n })\n .then((response) => {\n response.json();\n })\n .then(() => {\n window.open(url + \"/\" + uuid, \"_blank\", \"noreferrer\");\n setIsCallingApi(false);\n })\n .catch((error) => {\n console.error(\"Error:\", error);\n setIsCallingApi(false);\n });\n };\n\n const styles = {\n container: {\n display: \"block\",\n position: \"relative\",\n width: `${CARD_WIDTH}px`,\n height: `${CARD_HEIGHT}px`,\n border: \"1px solid #ddd\",\n borderRadius: \"20px\",\n background: \"white\",\n overflow: \"hidden\",\n },\n containerSelected: {\n display: \"block\",\n position: \"relative\",\n width: `${CARD_WIDTH}px`,\n height: `${CARD_HEIGHT}px`,\n border: \"1px solid #ddd\",\n borderRadius: \"20px\",\n background: \"white\",\n overflow: \"hidden\",\n boxShadow: \"0 0 2px #00000099\",\n },\n descriptionCard: {\n position: \"relative\",\n top: \"-1px\",\n left: \"-1px\",\n width: `${CARD_WIDTH}px`,\n height: `${CARD_HEIGHT}px`,\n border: \"1px solid #ddd\",\n padding: \"20px\",\n borderRadius: \"20px\",\n background: \"white\",\n },\n parameterCard: {\n position: \"relative\",\n top: `-${CARD_HEIGHT + 1}px`,\n left: \"-1px\",\n width: `${CARD_WIDTH}px`,\n height: `${CARD_HEIGHT}px`,\n border: \"1px solid #ddd\",\n padding: \"20px\",\n borderRadius: \"20px\",\n background: \"white\",\n },\n img: {\n display: \"block\",\n margin: \"0 auto\",\n width: \"180px\",\n height: \"180px\",\n objectFit: \"cover\",\n borderRadius: \"10px\",\n },\n h2: {\n margin: \"10px 10px\",\n fontSize: \"20px\",\n },\n p: {\n minHeight: \"140px\",\n fontSize: \"14px\",\n padding: \"0px 10px 15px 10px\",\n },\n buttonsContainer: {\n display: \"flex\",\n margin: \"0 auto\",\n marginTop: \"30px\",\n border: \"none\",\n justifyContent: \"space-between\",\n alignItems: \"center\",\n },\n buttonContainer: {\n width: \"45%\",\n borderWidth: \"0px\",\n backgroundColor: \"transparent\",\n paddingLeft: \"0px\",\n paddingRight: \"0px\",\n },\n buttonItem: {\n width: \"100%\",\n margin: \"0 auto\",\n padding: \"5px\",\n display: \"flex\",\n justifyContent: \"center\",\n borderRadius: \"4px\",\n border: \"1px solid #e5e7eb\",\n borderWidth: \"1px\",\n borderColor: \"#e5e7eb\",\n },\n instructionText: {\n fontSize: \"12px\",\n color: \"#666666\",\n fontStyle: \"italic\",\n margin: \"10px 0\",\n textAlign: \"center\",\n },\n slideIn: {\n transform: \"translateX(0%)\",\n transition: \"transform 0.2s ease-in-out\",\n },\n slideOut: {\n transform: \"translateX(100%)\",\n transition: \"transform 0.2s ease-in-out\",\n },\n iconRow: {\n display: \"flex\",\n justifyContent: \"space-between\",\n alignItems: \"center\",\n },\n iconItem: {\n display: \"flex\",\n flexDirection: \"column\",\n alignItems: \"center\",\n margin: \"20px\",\n },\n boldIconText: {\n fontWeight: \"bold\",\n fontSize: \"1.2em\",\n },\n muiIcon: {\n fontSize: \"1.5em\",\n },\n smallText: {\n fontSize: \"0.8em\",\n },\n };\n\n // Set two different states based on mouse hover\n return (\n <Box\n style={hover ? styles.containerSelected : styles.container}\n onMouseEnter={() => setHover(true)}\n onMouseLeave={() => setHover(false)}\n onClick={() => {\n if (!selected) {\n setSelected(true);\n }\n }}\n >\n {/* First state: show description page */}\n <Box style={styles.descriptionCard}>\n <h2 style={styles.h2}>{modelData.model_name}</h2>\n <p style={styles.p}>{modelData.model_description}</p>\n\n <div style={styles.iconRow}>\n <div style={styles.iconItem}>\n <span style={styles.boldIconText}>\n {Math.floor(modelData.context_length / 1000)}K\n </span>\n <small style={styles.smallText}>context length</small>\n </div>\n {(() => {\n if (modelData.model_ability.includes(\"chat\")) {\n return (\n <div style={styles.iconItem}>\n <ChatOutlined style={styles.muiIcon} />\n <small style={styles.smallText}>chat model</small>\n </div>\n );\n } else if (modelData.model_ability.includes(\"generate\")) {\n return (\n <div style={styles.iconItem}>\n <EditNoteOutlined style={styles.muiIcon} />\n <small style={styles.smallText}>generate model</small>\n </div>\n );\n } else {\n return (\n <div style={styles.iconItem}>\n <HelpCenterOutlined style={styles.muiIcon} />\n <small style={styles.smallText}>other model</small>\n </div>\n );\n }\n })()}\n </div>\n {hover ? (\n <p style={styles.instructionText}>\n Click with mouse to launch the model\n </p>\n ) : (\n <p style={styles.instructionText}></p>\n )}\n </Box>\n {/* Second state: show parameter selection page */}\n <Box\n style={\n selected\n ? { ...styles.parameterCard, ...styles.slideIn }\n : { ...styles.parameterCard, ...styles.slideOut }\n }\n >\n <h2 style={styles.h2}>{modelData.model_name}</h2>\n <Box display=\"flex\" flexDirection=\"column\" width=\"80%\" mx=\"auto\">\n <FormControl variant=\"outlined\" margin=\"normal\" size=\"small\">\n <InputLabel id=\"modelFormat-label\">Model Format</InputLabel>\n <Select\n labelId=\"modelFormat-label\"\n value={modelFormat}\n onChange={(e) => setModelFormat(e.target.value)}\n label=\"Model Format\"\n >\n {formatOptions.map((format) => (\n <MenuItem key={format} value={format}>\n {format}\n </MenuItem>\n ))}\n </Select>\n </FormControl>\n <FormControl\n variant=\"outlined\"\n margin=\"normal\"\n size=\"small\"\n disabled={!modelFormat}\n >\n <InputLabel id=\"modelSize-label\">Model Size</InputLabel>\n <Select\n labelId=\"modelSize-label\"\n value={modelSize}\n onChange={(e) => setModelSize(e.target.value)}\n label=\"Model Size\"\n >\n {sizeOptions.map((size) => (\n <MenuItem key={size} value={size}>\n {size}\n </MenuItem>\n ))}\n </Select>\n </FormControl>\n {(modelData.is_builtin || modelFormat === \"pytorch\") && (\n <FormControl\n variant=\"outlined\"\n margin=\"normal\"\n size=\"small\"\n disabled={!modelFormat || !modelSize}\n >\n <InputLabel id=\"quantization-label\">Quantization</InputLabel>\n <Select\n labelId=\"quantization-label\"\n value={quantization}\n onChange={(e) => setQuantization(e.target.value)}\n label=\"Quantization\"\n >\n {quantizationOptions.map((quant) => (\n <MenuItem key={quant} value={quant}>\n {quant}\n </MenuItem>\n ))}\n </Select>\n </FormControl>\n )}\n </Box>\n <Box style={styles.buttonsContainer}>\n <button\n title=\"Launch Web UI\"\n style={styles.buttonContainer}\n onClick={() => launchModel(url, modelData)}\n disabled={\n isCallingApi ||\n isUpdatingModel ||\n !(\n modelFormat &&\n modelSize &&\n modelData &&\n (quantization ||\n (!modelData.is_builtin && modelFormat !== \"pytorch\"))\n )\n }\n >\n {(() => {\n if (isCallingApi || isUpdatingModel) {\n return (\n <Box\n style={{ ...styles.buttonItem, backgroundColor: \"#f2f2f2\" }}\n >\n <CircularProgress\n size=\"20px\"\n sx={{\n color: \"#000000\",\n }}\n />\n </Box>\n );\n } else if (\n !(\n modelFormat &&\n modelSize &&\n modelData &&\n (quantization ||\n (!modelData.is_builtin && modelFormat !== \"pytorch\"))\n )\n ) {\n return (\n <Box\n style={{ ...styles.buttonItem, backgroundColor: \"#f2f2f2\" }}\n >\n <RocketLaunchOutlined size=\"20px\" />\n </Box>\n );\n } else {\n return (\n <Box style={styles.buttonItem}>\n <RocketLaunchOutlined color=\"#000000\" size=\"20px\" />\n </Box>\n );\n }\n })()}\n </button>\n <button\n title=\"Launch Web UI\"\n style={styles.buttonContainer}\n onClick={() => setSelected(false)}\n >\n <Box style={styles.buttonItem}>\n <UndoOutlined color=\"#000000\" size=\"20px\" />\n </Box>\n </button>\n </Box>\n </Box>\n </Box>\n );\n};\n\nexport default ModelCard;\n"],"mappings":"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"},"metadata":{},"sourceType":"module","externalDependencies":[]}
@@ -1 +0,0 @@
1
- {"ast":null,"code":"export { default } from './useForkRef';","map":{"version":3,"names":["default"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/node_modules/@mui/utils/esm/useForkRef/index.js"],"sourcesContent":["export { default } from './useForkRef';"],"mappings":"AAAA,SAASA,OAAO,QAAQ,cAAc"},"metadata":{},"sourceType":"module","externalDependencies":[]}
@@ -1 +0,0 @@
1
- {"ast":null,"code":"/**\n * @mui/styled-engine v5.13.2\n *\n * @license MIT\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n/* eslint-disable no-underscore-dangle */\nimport emStyled from '@emotion/styled';\nexport default function styled(tag, options) {\n var stylesFactory = emStyled(tag, options);\n if (process.env.NODE_ENV !== 'production') {\n return function () {\n var component = typeof tag === 'string' ? \"\\\"\".concat(tag, \"\\\"\") : 'component';\n for (var _len = arguments.length, styles = new Array(_len), _key = 0; _key < _len; _key++) {\n styles[_key] = arguments[_key];\n }\n if (styles.length === 0) {\n console.error([\"MUI: Seems like you called `styled(\".concat(component, \")()` without a `style` argument.\"), 'You must provide a `styles` argument: `styled(\"div\")(styleYouForgotToPass)`.'].join('\\n'));\n } else if (styles.some(function (style) {\n return style === undefined;\n })) {\n console.error(\"MUI: the styled(\".concat(component, \")(...args) API requires all its args to be defined.\"));\n }\n return stylesFactory.apply(void 0, styles);\n };\n }\n return stylesFactory;\n}\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport var internal_processStyles = function internal_processStyles(tag, processor) {\n // Emotion attaches all the styles as `__emotion_styles`.\n // Ref: https://github.com/emotion-js/emotion/blob/16d971d0da229596d6bcc39d282ba9753c9ee7cf/packages/styled/src/base.js#L186\n if (Array.isArray(tag.__emotion_styles)) {\n tag.__emotion_styles = processor(tag.__emotion_styles);\n }\n};\nexport { ThemeContext, keyframes, css } from '@emotion/react';\nexport { default as StyledEngineProvider } from './StyledEngineProvider';\nexport { default as GlobalStyles } from './GlobalStyles';","map":{"version":3,"names":["emStyled","styled","tag","options","stylesFactory","process","env","NODE_ENV","component","concat","_len","arguments","length","styles","Array","_key","console","error","join","some","style","undefined","apply","internal_processStyles","processor","isArray","__emotion_styles","ThemeContext","keyframes","css","default","StyledEngineProvider","GlobalStyles"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/node_modules/@mui/styled-engine/index.js"],"sourcesContent":["/**\n * @mui/styled-engine v5.13.2\n *\n * @license MIT\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n/* eslint-disable no-underscore-dangle */\nimport emStyled from '@emotion/styled';\nexport default function styled(tag, options) {\n const stylesFactory = emStyled(tag, options);\n if (process.env.NODE_ENV !== 'production') {\n return (...styles) => {\n const component = typeof tag === 'string' ? `\"${tag}\"` : 'component';\n if (styles.length === 0) {\n console.error([`MUI: Seems like you called \\`styled(${component})()\\` without a \\`style\\` argument.`, 'You must provide a `styles` argument: `styled(\"div\")(styleYouForgotToPass)`.'].join('\\n'));\n } else if (styles.some(style => style === undefined)) {\n console.error(`MUI: the styled(${component})(...args) API requires all its args to be defined.`);\n }\n return stylesFactory(...styles);\n };\n }\n return stylesFactory;\n}\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const internal_processStyles = (tag, processor) => {\n // Emotion attaches all the styles as `__emotion_styles`.\n // Ref: https://github.com/emotion-js/emotion/blob/16d971d0da229596d6bcc39d282ba9753c9ee7cf/packages/styled/src/base.js#L186\n if (Array.isArray(tag.__emotion_styles)) {\n tag.__emotion_styles = processor(tag.__emotion_styles);\n }\n};\nexport { ThemeContext, keyframes, css } from '@emotion/react';\nexport { default as StyledEngineProvider } from './StyledEngineProvider';\nexport { default as GlobalStyles } from './GlobalStyles';"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAOA,QAAQ,MAAM,iBAAiB;AACtC,eAAe,SAASC,MAAMA,CAACC,GAAG,EAAEC,OAAO,EAAE;EAC3C,IAAMC,aAAa,GAAGJ,QAAQ,CAACE,GAAG,EAAEC,OAAO,CAAC;EAC5C,IAAIE,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,YAAY,EAAE;IACzC,OAAO,YAAe;MACpB,IAAMC,SAAS,GAAG,OAAON,GAAG,KAAK,QAAQ,QAAAO,MAAA,CAAOP,GAAG,UAAM,WAAW;MAAC,SAAAQ,IAAA,GAAAC,SAAA,CAAAC,MAAA,EAD5DC,MAAM,OAAAC,KAAA,CAAAJ,IAAA,GAAAK,IAAA,MAAAA,IAAA,GAAAL,IAAA,EAAAK,IAAA;QAANF,MAAM,CAAAE,IAAA,IAAAJ,SAAA,CAAAI,IAAA;MAAA;MAEf,IAAIF,MAAM,CAACD,MAAM,KAAK,CAAC,EAAE;QACvBI,OAAO,CAACC,KAAK,CAAC,uCAAAR,MAAA,CAAwCD,SAAS,uCAAuC,8EAA8E,CAAC,CAACU,IAAI,CAAC,IAAI,CAAC,CAAC;MACnM,CAAC,MAAM,IAAIL,MAAM,CAACM,IAAI,CAAC,UAAAC,KAAK;QAAA,OAAIA,KAAK,KAAKC,SAAS;MAAA,EAAC,EAAE;QACpDL,OAAO,CAACC,KAAK,oBAAAR,MAAA,CAAoBD,SAAS,wDAAqD,CAAC;MAClG;MACA,OAAOJ,aAAa,CAAAkB,KAAA,SAAIT,MAAM,CAAC;IACjC,CAAC;EACH;EACA,OAAOT,aAAa;AACtB;;AAEA;AACA,OAAO,IAAMmB,sBAAsB,GAAG,SAAzBA,sBAAsBA,CAAIrB,GAAG,EAAEsB,SAAS,EAAK;EACxD;EACA;EACA,IAAIV,KAAK,CAACW,OAAO,CAACvB,GAAG,CAACwB,gBAAgB,CAAC,EAAE;IACvCxB,GAAG,CAACwB,gBAAgB,GAAGF,SAAS,CAACtB,GAAG,CAACwB,gBAAgB,CAAC;EACxD;AACF,CAAC;AACD,SAASC,YAAY,EAAEC,SAAS,EAAEC,GAAG,QAAQ,gBAAgB;AAC7D,SAASC,OAAO,IAAIC,oBAAoB,QAAQ,wBAAwB;AACxE,SAASD,OAAO,IAAIE,YAAY,QAAQ,gBAAgB"},"metadata":{},"sourceType":"module","externalDependencies":[]}
@@ -1 +0,0 @@
1
- {"ast":null,"code":"import _defineProperty from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/defineProperty.js\";import _objectSpread from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/objectSpread2.js\";import _slicedToArray from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/slicedToArray.js\";import{useEffect,useState}from\"react\";import{Box,Drawer,List,ListItem,ListItemButton,ListItemIcon,ListItemText,Typography,useTheme}from\"@mui/material\";import{ChevronRightOutlined,RocketLaunchOutlined,SmartToyOutlined,AddBoxOutlined,GitHub}from\"@mui/icons-material\";import icon from\"../media/icon.webp\";import{useLocation,useNavigate}from\"react-router-dom\";import{jsx as _jsx}from\"react/jsx-runtime\";import{jsxs as _jsxs}from\"react/jsx-runtime\";var navItems=[{text:\"Launch Model\",icon:/*#__PURE__*/_jsx(RocketLaunchOutlined,{})},{text:\"Running Models\",icon:/*#__PURE__*/_jsx(SmartToyOutlined,{})},{text:\"Register Model\",icon:/*#__PURE__*/_jsx(AddBoxOutlined,{})},{text:\"Contact Us\",icon:/*#__PURE__*/_jsx(GitHub,{})}];var MenuSide=function MenuSide(){var theme=useTheme();var _useLocation=useLocation(),pathname=_useLocation.pathname;var _useState=useState(\"\"),_useState2=_slicedToArray(_useState,2),active=_useState2[0],setActive=_useState2[1];var navigate=useNavigate();var _useState3=useState(\"\".concat(Math.min(Math.max(window.innerWidth*0.2,287),320),\"px\")),_useState4=_slicedToArray(_useState3,2),drawerWidth=_useState4[0],setDrawerWidth=_useState4[1];useEffect(function(){setActive(pathname.substring(1));},[pathname]);useEffect(function(){var screenWidth=window.innerWidth;var maxDrawerWidth=Math.min(Math.max(screenWidth*0.2,287),320);setDrawerWidth(\"\".concat(maxDrawerWidth,\"px\"));// Update the drawer width on window resize\nvar handleResize=function handleResize(){var newScreenWidth=window.innerWidth;var newMaxDrawerWidth=Math.min(Math.max(newScreenWidth*0.2,287),320);setDrawerWidth(\"\".concat(newMaxDrawerWidth,\"px\"));};window.addEventListener(\"resize\",handleResize);return function(){window.removeEventListener(\"resize\",handleResize);};},[]);return/*#__PURE__*/_jsxs(Drawer,{variant:\"permanent\",sx:_objectSpread(_objectSpread({width:drawerWidth},theme.mixins.toolbar),{},_defineProperty({flexShrink:0},\"& .MuiDrawer-paper\",{width:drawerWidth,boxSizing:\"border-box\"})),children:[/*#__PURE__*/_jsx(Box,{display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",children:/*#__PURE__*/_jsx(Box,{display:\"flex\",m:\"2rem 1rem 0rem 1rem\",width:\"217px\",children:/*#__PURE__*/_jsxs(Box,{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",textTransform:\"none\",children:[/*#__PURE__*/_jsx(Box,{component:\"img\",alt:\"profile\",src:icon,height:\"60px\",width:\"60px\",borderRadius:\"50%\",sx:{objectFit:\"cover\",mr:1.5}}),/*#__PURE__*/_jsx(Box,{textAlign:\"left\",children:/*#__PURE__*/_jsx(Typography,{fontWeight:\"bold\",fontSize:\"1.7rem\",children:\"Xinference\"})})]})})}),/*#__PURE__*/_jsx(Box,{children:/*#__PURE__*/_jsxs(Box,{width:\"100%\",children:[/*#__PURE__*/_jsx(Box,{m:\"1.5rem 2rem 2rem 3rem\"}),/*#__PURE__*/_jsx(List,{children:navItems.map(function(_ref){var text=_ref.text,icon=_ref.icon;if(!icon){return/*#__PURE__*/_jsx(Typography,{sx:{m:\"2.25rem 0 1rem 3rem\"},children:text},text);}var link=text.toLowerCase().replace(\" \",\"_\");console.log(link);return/*#__PURE__*/_jsx(ListItem,{children:/*#__PURE__*/_jsxs(ListItemButton,{onClick:function onClick(){if(link===\"contact_us\"){window.open(\"https://github.com/xorbitsai/inference\",\"_blank\",\"noreferrer\");}else if(link===\"launch_model\"){navigate(\"/\");setActive(link);console.log(active);}else{navigate(\"/\".concat(link));setActive(link);console.log(active);}},children:[/*#__PURE__*/_jsx(ListItemIcon,{sx:{ml:\"2rem\"},children:icon}),/*#__PURE__*/_jsx(ListItemText,{primary:text}),/*#__PURE__*/_jsx(ChevronRightOutlined,{sx:{ml:\"auto\"}})]})},text);})})]})})]});};export default MenuSide;","map":{"version":3,"names":["useEffect","useState","Box","Drawer","List","ListItem","ListItemButton","ListItemIcon","ListItemText","Typography","useTheme","ChevronRightOutlined","RocketLaunchOutlined","SmartToyOutlined","AddBoxOutlined","GitHub","icon","useLocation","useNavigate","jsx","_jsx","jsxs","_jsxs","navItems","text","MenuSide","theme","_useLocation","pathname","_useState","_useState2","_slicedToArray","active","setActive","navigate","_useState3","concat","Math","min","max","window","innerWidth","_useState4","drawerWidth","setDrawerWidth","substring","screenWidth","maxDrawerWidth","handleResize","newScreenWidth","newMaxDrawerWidth","addEventListener","removeEventListener","variant","sx","_objectSpread","width","mixins","toolbar","_defineProperty","flexShrink","boxSizing","children","display","justifyContent","alignItems","m","textTransform","component","alt","src","height","borderRadius","objectFit","mr","textAlign","fontWeight","fontSize","map","_ref","link","toLowerCase","replace","console","log","onClick","open","ml","primary"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/src/components/MenuSide.js"],"sourcesContent":["import { useEffect, useState } from \"react\";\nimport {\n Box,\n Drawer,\n List,\n ListItem,\n ListItemButton,\n ListItemIcon,\n ListItemText,\n Typography,\n useTheme,\n} from \"@mui/material\";\nimport {\n ChevronRightOutlined,\n RocketLaunchOutlined,\n SmartToyOutlined,\n AddBoxOutlined,\n GitHub,\n} from \"@mui/icons-material\";\nimport icon from \"../media/icon.webp\";\nimport { useLocation, useNavigate } from \"react-router-dom\";\n\nconst navItems = [\n {\n text: \"Launch Model\",\n icon: <RocketLaunchOutlined />,\n },\n {\n text: \"Running Models\",\n icon: <SmartToyOutlined />,\n },\n {\n text: \"Register Model\",\n icon: <AddBoxOutlined />,\n },\n {\n text: \"Contact Us\",\n icon: <GitHub />,\n },\n];\n\nconst MenuSide = () => {\n const theme = useTheme();\n const { pathname } = useLocation();\n const [active, setActive] = useState(\"\");\n const navigate = useNavigate();\n const [drawerWidth, setDrawerWidth] = useState(\n `${Math.min(Math.max(window.innerWidth * 0.2, 287), 320)}px`,\n );\n\n useEffect(() => {\n setActive(pathname.substring(1));\n }, [pathname]);\n\n useEffect(() => {\n const screenWidth = window.innerWidth;\n const maxDrawerWidth = Math.min(Math.max(screenWidth * 0.2, 287), 320);\n setDrawerWidth(`${maxDrawerWidth}px`);\n\n // Update the drawer width on window resize\n const handleResize = () => {\n const newScreenWidth = window.innerWidth;\n const newMaxDrawerWidth = Math.min(\n Math.max(newScreenWidth * 0.2, 287),\n 320,\n );\n setDrawerWidth(`${newMaxDrawerWidth}px`);\n };\n\n window.addEventListener(\"resize\", handleResize);\n return () => {\n window.removeEventListener(\"resize\", handleResize);\n };\n }, []);\n\n return (\n <Drawer\n variant=\"permanent\"\n sx={{\n width: drawerWidth,\n ...theme.mixins.toolbar,\n flexShrink: 0,\n [`& .MuiDrawer-paper`]: {\n width: drawerWidth,\n boxSizing: \"border-box\",\n },\n }}\n >\n {/* Title */}\n <Box\n display=\"flex\"\n justifyContent=\"center\"\n alignItems=\"center\"\n width=\"100%\"\n >\n <Box display=\"flex\" m=\"2rem 1rem 0rem 1rem\" width=\"217px\">\n <Box\n display=\"flex\"\n justifyContent=\"space-between\"\n alignItems=\"center\"\n textTransform=\"none\"\n >\n <Box\n component=\"img\"\n alt=\"profile\"\n src={icon}\n height=\"60px\"\n width=\"60px\"\n borderRadius=\"50%\"\n sx={{ objectFit: \"cover\", mr: 1.5 }}\n />\n <Box textAlign=\"left\">\n <Typography fontWeight=\"bold\" fontSize=\"1.7rem\">\n {\"Xinference\"}\n </Typography>\n </Box>\n </Box>\n </Box>\n </Box>\n\n <Box>\n <Box width=\"100%\">\n <Box m=\"1.5rem 2rem 2rem 3rem\"></Box>\n <List>\n {navItems.map(({ text, icon }) => {\n if (!icon) {\n return (\n <Typography key={text} sx={{ m: \"2.25rem 0 1rem 3rem\" }}>\n {text}\n </Typography>\n );\n }\n\n const link = text.toLowerCase().replace(\" \", \"_\");\n console.log(link);\n\n return (\n <ListItem key={text}>\n <ListItemButton\n onClick={() => {\n if (link === \"contact_us\") {\n window.open(\n \"https://github.com/xorbitsai/inference\",\n \"_blank\",\n \"noreferrer\",\n );\n } else if (link === \"launch_model\") {\n navigate(`/`);\n setActive(link);\n console.log(active);\n } else {\n navigate(`/${link}`);\n setActive(link);\n console.log(active);\n }\n }}\n >\n <ListItemIcon\n sx={{\n ml: \"2rem\",\n }}\n >\n {icon}\n </ListItemIcon>\n <ListItemText primary={text} />\n <ChevronRightOutlined sx={{ ml: \"auto\" }} />\n </ListItemButton>\n </ListItem>\n );\n })}\n </List>\n </Box>\n </Box>\n </Drawer>\n );\n};\n\nexport default MenuSide;\n"],"mappings":"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"},"metadata":{},"sourceType":"module","externalDependencies":[]}
@@ -1 +0,0 @@
1
- {"ast":null,"code":"export { default } from './useControlled';","map":{"version":3,"names":["default"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/node_modules/@mui/utils/esm/useControlled/index.js"],"sourcesContent":["export { default } from './useControlled';"],"mappings":"AAAA,SAASA,OAAO,QAAQ,iBAAiB"},"metadata":{},"sourceType":"module","externalDependencies":[]}
@@ -1 +0,0 @@
1
- {"ast":null,"code":"export { default } from './useId';","map":{"version":3,"names":["default"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/node_modules/@mui/utils/esm/useId/index.js"],"sourcesContent":["export { default } from './useId';"],"mappings":"AAAA,SAASA,OAAO,QAAQ,SAAS"},"metadata":{},"sourceType":"module","externalDependencies":[]}
@@ -1,37 +0,0 @@
1
- {
2
- "name": "@types/react-is",
3
- "version": "18.2.1",
4
- "description": "TypeScript definitions for react-is",
5
- "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-is",
6
- "license": "MIT",
7
- "contributors": [
8
- {
9
- "name": "Avi Vahl",
10
- "url": "https://github.com/AviVahl",
11
- "githubUsername": "AviVahl"
12
- },
13
- {
14
- "name": "Christian Chown",
15
- "url": "https://github.com/christianchown",
16
- "githubUsername": "christianchown"
17
- },
18
- {
19
- "name": "Sebastian Silbermann",
20
- "url": "https://github.com/eps1lon",
21
- "githubUsername": "eps1lon"
22
- }
23
- ],
24
- "main": "",
25
- "types": "index.d.ts",
26
- "repository": {
27
- "type": "git",
28
- "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
29
- "directory": "types/react-is"
30
- },
31
- "scripts": {},
32
- "dependencies": {
33
- "@types/react": "*"
34
- },
35
- "typesPublisherContentHash": "f18daebab7c8946552f0e242aea73043395aae004334fed3897d9eed143b5064",
36
- "typeScriptVersion": "4.3"
37
- }