xinference 0.7.0__py3-none-any.whl → 0.7.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of xinference might be problematic. Click here for more details.
- xinference/_version.py +3 -3
- xinference/api/restful_api.py +4 -4
- xinference/deploy/utils.py +3 -1
- xinference/model/embedding/__init__.py +5 -1
- xinference/model/embedding/core.py +7 -7
- xinference/model/llm/ggml/chatglm.py +7 -5
- xinference/model/llm/llm_family.py +41 -15
- xinference/model/llm/pytorch/core.py +1 -0
- xinference/model/llm/pytorch/utils.py +3 -0
- xinference/model/llm/vllm/core.py +5 -1
- xinference/model/rerank/__init__.py +5 -1
- xinference/model/rerank/core.py +7 -6
- xinference/model/utils.py +13 -2
- xinference/web/ui/build/asset-manifest.json +3 -3
- xinference/web/ui/build/index.html +1 -1
- xinference/web/ui/build/static/js/main.778615cc.js +3 -0
- xinference/web/ui/build/static/js/main.778615cc.js.map +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/35204b265d70210394b0a8571e5b01c8c0f9a748437b8a923961e3560ae3d550.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/483eb7e5f01e34c6a42ad7c64dad550ff945ee21053a52c2e5e7ebe108b85411.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/667753ce39ce1d4bcbf9a5f1a103d653be1d19d42f4e1fbaceb9b507679a52c7.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/6e63957e4e0801705c6cb258379bfda0007ce6c3ddd2e3b62898b68455c3edf4.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/8d2b0b3c6988d1894694dcbbe708ef91cfe62d62dac317031f09915ced637953.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/8d77975a2735d67a618407026e5325608ccd66f1b379a74faf35b4087db536f3.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/b374bf2be1eac3cff5e0a8528a8e816e266ece911f714c123110961798a93a3b.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/d8a42e9df7157de9f28eecefdf178fd113bf2280d28471b6e32a8a45276042df.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/ed010102f476cd1a22b49be031a7f94f2ab3dd7ba8bf58839a771d46e28ff559.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/fe653ca0ca4297b415c0be4013574870d0465a657ae0f3d3f5b66ef6a831390c.json +1 -0
- {xinference-0.7.0.dist-info → xinference-0.7.1.dist-info}/METADATA +1 -1
- {xinference-0.7.0.dist-info → xinference-0.7.1.dist-info}/RECORD +34 -34
- xinference/web/ui/build/static/js/main.8126d441.js +0 -3
- xinference/web/ui/build/static/js/main.8126d441.js.map +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/06eb9846159adb398d44df0b0debc256a9fd9e8171a7d68f5c4ee4d655acfa45.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/3bda436576ecb05f81f7b6ec475d1cfaf03e2b3066e3a75902fe6e8c4773b43b.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/48878f5178bad1a47757e011af41c974a7946efa29485506c4d19f25bf5d522d.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/59574eb63cfe9ed2e58d2f5a420e1ae54354e243a602e9bc73deae3147ed4f98.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/75a5abcbc92da335fdde530f5689194ec79a4b2345b8cba594f8904d3b88e3c6.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/84bfe7afede38da1f8ad569d891276fe4d66cfb87bf5c9ff7a113788ba62bb88.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/940ed05006583b955894e2b8f65a4a5ebf34f8149d747f59fae5131f17d65482.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/9c5f03db9aa88582a9b69b25c7f1acc78ba7fc61f743c9ed7399abb292d5dbde.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/c02e70e9b9efcf3bd056606308104308d6a6ac559f2bc0b4454c11fb5874457c.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/e610aefd7000a3f8542a25cb66c64671cc8da18350de4e5b577102ba4bb78d65.json +0 -1
- /xinference/web/ui/build/static/js/{main.8126d441.js.LICENSE.txt → main.778615cc.js.LICENSE.txt} +0 -0
- {xinference-0.7.0.dist-info → xinference-0.7.1.dist-info}/LICENSE +0 -0
- {xinference-0.7.0.dist-info → xinference-0.7.1.dist-info}/WHEEL +0 -0
- {xinference-0.7.0.dist-info → xinference-0.7.1.dist-info}/entry_points.txt +0 -0
- {xinference-0.7.0.dist-info → xinference-0.7.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"ast":null,"code":"import _regeneratorRuntime from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js\";import _objectSpread from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/objectSpread2.js\";import _asyncToGenerator from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js\";import _slicedToArray from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/slicedToArray.js\";import{Box,FormControl,TextField}from'@mui/material';import React,{useContext,useEffect,useState}from'react';import{ApiContext}from'../../components/apiContext';import EmbeddingCard from'./embeddingCard';import{jsx as _jsx}from\"react/jsx-runtime\";import{jsxs as _jsxs}from\"react/jsx-runtime\";var LaunchEmbedding=function LaunchEmbedding(){var endPoint=useContext(ApiContext).endPoint;var _useState=useState([]),_useState2=_slicedToArray(_useState,2),registrationData=_useState2[0],setRegistrationData=_useState2[1];var _useContext=useContext(ApiContext),isCallingApi=_useContext.isCallingApi,setIsCallingApi=_useContext.setIsCallingApi;var _useContext2=useContext(ApiContext),isUpdatingModel=_useContext2.isUpdatingModel;// States used for filtering\nvar _useState3=useState(''),_useState4=_slicedToArray(_useState3,2),searchTerm=_useState4[0],setSearchTerm=_useState4[1];var handleChange=function handleChange(event){setSearchTerm(event.target.value);};var filter=function filter(registration){if(!registration||typeof searchTerm!=='string')return false;var modelName=registration.model_name?registration.model_name.toLowerCase():'';return modelName.includes(searchTerm.toLowerCase());};var update=/*#__PURE__*/function(){var _ref=_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(){var response,registrations,newRegistrationData,builtinRegistrations;return _regeneratorRuntime().wrap(function _callee2$(_context2){while(1)switch(_context2.prev=_context2.next){case 0:if(!(isCallingApi||isUpdatingModel)){_context2.next=2;break;}return _context2.abrupt(\"return\");case 2:_context2.prev=2;setIsCallingApi(true);_context2.next=6;return fetch(\"\".concat(endPoint,\"/v1/model_registrations/embedding?detailed=true\"),{method:'GET'});case 6:response=_context2.sent;_context2.next=9;return response.json();case 9:registrations=_context2.sent;_context2.next=12;return Promise.all(registrations.map(/*#__PURE__*/function(){var _ref2=_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(registration){var desc;return _regeneratorRuntime().wrap(function _callee$(_context){while(1)switch(_context.prev=_context.next){case 0:_context.next=2;return fetch(\"\".concat(endPoint,\"/v1/model_registrations/embedding/\").concat(registration.model_name),{method:'GET'});case 2:desc=_context.sent;_context.t0=_objectSpread;_context.t1=_objectSpread;_context.t2={};_context.next=8;return desc.json();case 8:_context.t3=_context.sent;_context.t4=(0,_context.t1)(_context.t2,_context.t3);_context.t5={};_context.t6={is_builtin:registration.is_builtin,is_cached:registration.cache_status};return _context.abrupt(\"return\",(0,_context.t0)(_context.t4,_context.t5,_context.t6));case 13:case\"end\":return _context.stop();}},_callee);}));return function(_x){return _ref2.apply(this,arguments);};}()));case 12:newRegistrationData=_context2.sent;builtinRegistrations=newRegistrationData.filter(function(v){return v.is_builtin;});setRegistrationData(builtinRegistrations);_context2.next=20;break;case 17:_context2.prev=17;_context2.t0=_context2[\"catch\"](2);console.error('Error:',_context2.t0);case 20:_context2.prev=20;setIsCallingApi(false);return _context2.finish(20);case 23:case\"end\":return _context2.stop();}},_callee2,null,[[2,17,20,23]]);}));return function update(){return _ref.apply(this,arguments);};}();useEffect(function(){update();// eslint-disable-next-line\n},[]);var style={display:'grid',gridTemplateColumns:'repeat(auto-fill, minmax(300px, 1fr))',paddingLeft:'2rem',gridGap:'2rem 0rem'};return/*#__PURE__*/_jsxs(Box,{m:\"20px\",children:[/*#__PURE__*/_jsx(\"div\",{style:{display:'grid',gridTemplateColumns:'1fr',margin:'30px 2rem'},children:/*#__PURE__*/_jsx(FormControl,{variant:\"outlined\",margin:\"normal\",children:/*#__PURE__*/_jsx(TextField,{id:\"search\",type:\"search\",label:\"Search for embedding model name\",value:searchTerm,onChange:handleChange,size:\"small\"})})}),/*#__PURE__*/_jsx(\"div\",{style:style,children:registrationData.filter(function(registration){return filter(registration);}).map(function(filteredRegistration){return/*#__PURE__*/_jsx(EmbeddingCard,{url:endPoint,modelData:filteredRegistration});})})]});};export default LaunchEmbedding;","map":{"version":3,"names":["Box","FormControl","TextField","React","useContext","useEffect","useState","ApiContext","EmbeddingCard","jsx","_jsx","jsxs","_jsxs","LaunchEmbedding","endPoint","_useState","_useState2","_slicedToArray","registrationData","setRegistrationData","_useContext","isCallingApi","setIsCallingApi","_useContext2","isUpdatingModel","_useState3","_useState4","searchTerm","setSearchTerm","handleChange","event","target","value","filter","registration","modelName","model_name","toLowerCase","includes","update","_ref","_asyncToGenerator","_regeneratorRuntime","mark","_callee2","response","registrations","newRegistrationData","builtinRegistrations","wrap","_callee2$","_context2","prev","next","abrupt","fetch","concat","method","sent","json","Promise","all","map","_ref2","_callee","desc","_callee$","_context","t0","_objectSpread","t1","t2","t3","t4","t5","t6","is_builtin","is_cached","cache_status","stop","_x","apply","arguments","v","console","error","finish","style","display","gridTemplateColumns","paddingLeft","gridGap","m","children","margin","variant","id","type","label","onChange","size","filteredRegistration","url","modelData"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/src/scenes/launch_model/launchEmbedding.js"],"sourcesContent":["import { Box, FormControl, TextField } from '@mui/material'\nimport React, { useContext, useEffect, useState } from 'react'\n\nimport { ApiContext } from '../../components/apiContext'\nimport EmbeddingCard from './embeddingCard'\n\nconst LaunchEmbedding = () => {\n let endPoint = useContext(ApiContext).endPoint\n const [registrationData, setRegistrationData] = useState([])\n const { isCallingApi, setIsCallingApi } = useContext(ApiContext)\n const { isUpdatingModel } = useContext(ApiContext)\n\n // States used for filtering\n const [searchTerm, setSearchTerm] = useState('')\n\n const handleChange = (event) => {\n setSearchTerm(event.target.value)\n }\n\n const filter = (registration) => {\n if (!registration || typeof searchTerm !== 'string') return false\n const modelName = registration.model_name\n ? registration.model_name.toLowerCase()\n : ''\n return modelName.includes(searchTerm.toLowerCase())\n }\n\n const update = async () => {\n if (isCallingApi || isUpdatingModel) return\n\n try {\n setIsCallingApi(true)\n\n const response = await fetch(\n `${endPoint}/v1/model_registrations/embedding?detailed=true`,\n {\n method: 'GET',\n }\n )\n\n const registrations = await response.json()\n const newRegistrationData = await Promise.all(\n registrations.map(async (registration) => {\n const desc = await fetch(\n `${endPoint}/v1/model_registrations/embedding/${registration.model_name}`,\n {\n method: 'GET',\n }\n )\n\n return {\n ...(await desc.json()),\n is_builtin: registration.is_builtin,\n is_cached: registration.cache_status,\n }\n })\n )\n\n const builtinRegistrations = newRegistrationData.filter(\n (v) => v.is_builtin\n )\n setRegistrationData(builtinRegistrations)\n } catch (error) {\n console.error('Error:', error)\n } finally {\n setIsCallingApi(false)\n }\n }\n\n useEffect(() => {\n update()\n // eslint-disable-next-line\n }, [])\n\n const style = {\n display: 'grid',\n gridTemplateColumns: 'repeat(auto-fill, minmax(300px, 1fr))',\n paddingLeft: '2rem',\n gridGap: '2rem 0rem',\n }\n\n return (\n <Box m=\"20px\">\n <div\n style={{\n display: 'grid',\n gridTemplateColumns: '1fr',\n margin: '30px 2rem',\n }}\n >\n <FormControl variant=\"outlined\" margin=\"normal\">\n <TextField\n id=\"search\"\n type=\"search\"\n label=\"Search for embedding model name\"\n value={searchTerm}\n onChange={handleChange}\n size=\"small\"\n />\n </FormControl>\n </div>\n <div style={style}>\n {registrationData\n .filter((registration) => filter(registration))\n .map((filteredRegistration) => (\n <EmbeddingCard url={endPoint} modelData={filteredRegistration} />\n ))}\n </div>\n </Box>\n )\n}\n\nexport default LaunchEmbedding\n"],"mappings":"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"},"metadata":{},"sourceType":"module","externalDependencies":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"ast":null,"code":"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{RocketLaunchOutlined,UndoOutlined}from'@mui/icons-material';import DeleteIcon from'@mui/icons-material/Delete';import{Box,Chip,CircularProgress,FormControl,Stack,TextField}from'@mui/material';import IconButton from'@mui/material/IconButton';import React,{useContext,useEffect,useState}from'react';import{v1 as uuidv1}from'uuid';import{ApiContext}from'../../components/apiContext';import{jsx as _jsx}from\"react/jsx-runtime\";import{jsxs as _jsxs}from\"react/jsx-runtime\";var CARD_HEIGHT=270;var CARD_WIDTH=270;var EmbeddingCard=function EmbeddingCard(_ref){var url=_ref.url,modelData=_ref.modelData,_ref$cardHeight=_ref.cardHeight,cardHeight=_ref$cardHeight===void 0?CARD_HEIGHT:_ref$cardHeight,_ref$is_custom=_ref.is_custom,is_custom=_ref$is_custom===void 0?false:_ref$is_custom;var _useState=useState(''),_useState2=_slicedToArray(_useState,2),modelUID=_useState2[0],setModelUID=_useState2[1];var _useState3=useState(false),_useState4=_slicedToArray(_useState3,2),hover=_useState4[0],setHover=_useState4[1];var _useState5=useState(false),_useState6=_slicedToArray(_useState5,2),selected=_useState6[0],setSelected=_useState6[1];var _useState7=useState(false),_useState8=_slicedToArray(_useState7,2),customDeleted=_useState8[0],setCustomDeleted=_useState8[1];var _useContext=useContext(ApiContext),isCallingApi=_useContext.isCallingApi,setIsCallingApi=_useContext.setIsCallingApi;var _useContext2=useContext(ApiContext),isUpdatingModel=_useContext2.isUpdatingModel;var _useContext3=useContext(ApiContext),setErrorMsg=_useContext3.setErrorMsg;// UseEffects for parameter selection, change options based on previous selections\nuseEffect(function(){},[modelData]);var launchModel=function launchModel(url){if(isCallingApi||isUpdatingModel){return;}setIsCallingApi(true);var modelDataWithID={model_uid:modelUID.trim()===''?uuidv1():modelUID.trim(),model_name:modelData.model_name,model_type:'embedding'};// First fetch request to initiate the model\nfetch(url+'/v1/models',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify(modelDataWithID)}).then(function(res){if(!res.ok){res.json().then(function(errData){return setErrorMsg(\"Server error: \".concat(res.status,\" - \").concat(errData.detail||'Unknown error'));});}else{window.open(url+'/ui/#/running_models','_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(cardHeight,\"px\"),border:'1px solid #ddd',borderRadius:'20px',background:'white',overflow:'hidden'},containerSelected:{display:'block',position:'relative',width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(cardHeight,\"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(cardHeight,\"px\"),border:'1px solid #ddd',padding:'20px',borderRadius:'20px',background:'white'},parameterCard:{position:'relative',top:\"-\".concat(cardHeight+1,\"px\"),left:'-1px',width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(cardHeight,\"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'},titleContainer:{minHeight:'120px'},h2:{margin:'10px 10px',fontSize:'20px'},buttonsContainer:{display:'flex',margin:'0 auto',marginTop:'60px',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'},langRow:{margin:'2px 5px 40px 5px'}};var handeCustomDelete=function handeCustomDelete(e){e.stopPropagation();fetch(url+\"/v1/model_registrations/embedding/\".concat(modelData.model_name),{method:'DELETE',headers:{'Content-Type':'application/json'}}).then(function(){return setCustomDeleted(true);}).catch(console.error);};// 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&&!customDeleted){setSelected(true);}},children:[/*#__PURE__*/_jsxs(Box,{style:styles.descriptionCard,children:[/*#__PURE__*/_jsxs(\"div\",{style:styles.titleContainer,children:[is_custom&&/*#__PURE__*/_jsxs(Stack,{direction:\"row\",justifyContent:\"space-evenly\",alignItems:\"center\",spacing:1,children:[/*#__PURE__*/_jsx(\"h2\",{style:styles.h2,children:modelData.model_name}),/*#__PURE__*/_jsx(IconButton,{\"aria-label\":\"delete\",onClick:handeCustomDelete,disabled:customDeleted,children:/*#__PURE__*/_jsx(DeleteIcon,{})})]}),!is_custom&&/*#__PURE__*/_jsx(\"h2\",{style:styles.h2,children:modelData.model_name}),/*#__PURE__*/_jsxs(\"div\",{style:styles.langRow,children:[function(){if(modelData.language.includes('en')){return/*#__PURE__*/_jsx(Chip,{label:\"EN\",variant:\"outlined\",size:\"small\",sx:{marginRight:'10px'}});}}(),function(){if(modelData.language.includes('zh')){return/*#__PURE__*/_jsx(Chip,{label:\"ZH\",variant:\"outlined\",size:\"small\"});}}(),function(){if(modelData.is_cached){return/*#__PURE__*/_jsx(Chip,{label:\"Cached\",variant:\"outlined\",size:\"small\",sx:{marginLeft:'10px'}});}}(),function(){if(is_custom&&customDeleted){return/*#__PURE__*/_jsx(Chip,{label:\"Deleted\",variant:\"outlined\",size:\"small\",sx:{marginLeft:'10px'}});}}()]})]}),/*#__PURE__*/_jsxs(\"div\",{style:styles.iconRow,children:[/*#__PURE__*/_jsxs(\"div\",{style:styles.iconItem,children:[/*#__PURE__*/_jsx(\"span\",{style:styles.boldIconText,children:modelData.dimensions}),/*#__PURE__*/_jsx(\"small\",{style:styles.smallText,children:\"dimensions\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:styles.iconItem,children:[/*#__PURE__*/_jsx(\"span\",{style:styles.boldIconText,children:modelData.max_tokens}),/*#__PURE__*/_jsx(\"small\",{style:styles.smallText,children:\"max tokens\"})]})]}),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__*/_jsx(FormControl,{variant:\"outlined\",margin:\"normal\",fullWidth:true,children:/*#__PURE__*/_jsx(TextField,{variant:\"outlined\",value:modelUID,label:\"(Optional) Model UID, uuid by default\",onChange:function onChange(e){return setModelUID(e.target.value);}})}),/*#__PURE__*/_jsxs(Box,{style:styles.buttonsContainer,children:[/*#__PURE__*/_jsx(\"button\",{title:\"Launch Embedding\",style:styles.buttonContainer,onClick:function onClick(){return launchModel(url,modelData);},disabled:isCallingApi||isUpdatingModel||!modelData,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(!modelData){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 Embedding\",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 EmbeddingCard;","map":{"version":3,"names":["RocketLaunchOutlined","UndoOutlined","DeleteIcon","Box","Chip","CircularProgress","FormControl","Stack","TextField","IconButton","React","useContext","useEffect","useState","v1","uuidv1","ApiContext","jsx","_jsx","jsxs","_jsxs","CARD_HEIGHT","CARD_WIDTH","EmbeddingCard","_ref","url","modelData","_ref$cardHeight","cardHeight","_ref$is_custom","is_custom","_useState","_useState2","_slicedToArray","modelUID","setModelUID","_useState3","_useState4","hover","setHover","_useState5","_useState6","selected","setSelected","_useState7","_useState8","customDeleted","setCustomDeleted","_useContext","isCallingApi","setIsCallingApi","_useContext2","isUpdatingModel","_useContext3","setErrorMsg","launchModel","modelDataWithID","model_uid","trim","model_name","model_type","fetch","method","headers","body","JSON","stringify","then","res","ok","json","errData","concat","status","detail","window","open","catch","error","console","styles","container","display","position","width","height","border","borderRadius","background","overflow","containerSelected","boxShadow","descriptionCard","top","left","padding","parameterCard","img","margin","objectFit","titleContainer","minHeight","h2","fontSize","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","langRow","handeCustomDelete","e","stopPropagation","style","onMouseEnter","onMouseLeave","onClick","children","direction","spacing","disabled","language","includes","label","variant","size","sx","marginRight","is_cached","marginLeft","dimensions","max_tokens","_objectSpread","fullWidth","value","onChange","target","title"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/src/scenes/launch_model/embeddingCard.js"],"sourcesContent":["import { RocketLaunchOutlined, UndoOutlined } from '@mui/icons-material'\nimport DeleteIcon from '@mui/icons-material/Delete'\nimport {\n Box,\n Chip,\n CircularProgress,\n FormControl,\n Stack,\n TextField,\n} from '@mui/material'\nimport IconButton from '@mui/material/IconButton'\nimport React, { useContext, useEffect, useState } from 'react'\nimport { v1 as uuidv1 } from 'uuid'\n\nimport { ApiContext } from '../../components/apiContext'\n\nconst CARD_HEIGHT = 270\nconst CARD_WIDTH = 270\n\nconst EmbeddingCard = ({\n url,\n modelData,\n cardHeight = CARD_HEIGHT,\n is_custom = false,\n}) => {\n const [modelUID, setModelUID] = useState('')\n const [hover, setHover] = useState(false)\n const [selected, setSelected] = useState(false)\n const [customDeleted, setCustomDeleted] = useState(false)\n const { isCallingApi, setIsCallingApi } = useContext(ApiContext)\n const { isUpdatingModel } = useContext(ApiContext)\n const { setErrorMsg } = useContext(ApiContext)\n\n // UseEffects for parameter selection, change options based on previous selections\n useEffect(() => {}, [modelData])\n\n const launchModel = (url) => {\n if (isCallingApi || isUpdatingModel) {\n return\n }\n\n setIsCallingApi(true)\n\n const modelDataWithID = {\n model_uid: modelUID.trim() === '' ? uuidv1() : modelUID.trim(),\n model_name: modelData.model_name,\n model_type: 'embedding',\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((res) => {\n if (!res.ok) {\n res\n .json()\n .then((errData) =>\n setErrorMsg(\n `Server error: ${res.status} - ${\n errData.detail || 'Unknown error'\n }`\n )\n )\n } else {\n window.open(url + '/ui/#/running_models', '_blank', 'noreferrer')\n }\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: `${cardHeight}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: `${cardHeight}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: `${cardHeight}px`,\n border: '1px solid #ddd',\n padding: '20px',\n borderRadius: '20px',\n background: 'white',\n },\n parameterCard: {\n position: 'relative',\n top: `-${cardHeight + 1}px`,\n left: '-1px',\n width: `${CARD_WIDTH}px`,\n height: `${cardHeight}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 titleContainer: {\n minHeight: '120px',\n },\n h2: {\n margin: '10px 10px',\n fontSize: '20px',\n },\n buttonsContainer: {\n display: 'flex',\n margin: '0 auto',\n marginTop: '60px',\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 langRow: {\n margin: '2px 5px 40px 5px',\n },\n }\n\n const handeCustomDelete = (e) => {\n e.stopPropagation()\n fetch(url + `/v1/model_registrations/embedding/${modelData.model_name}`, {\n method: 'DELETE',\n headers: {\n 'Content-Type': 'application/json',\n },\n })\n .then(() => setCustomDeleted(true))\n .catch(console.error)\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 && !customDeleted) {\n setSelected(true)\n }\n }}\n >\n {/* First state: show description page */}\n <Box style={styles.descriptionCard}>\n <div style={styles.titleContainer}>\n {is_custom && (\n <Stack\n direction=\"row\"\n justifyContent=\"space-evenly\"\n alignItems=\"center\"\n spacing={1}\n >\n <h2 style={styles.h2}>{modelData.model_name}</h2>\n <IconButton\n aria-label=\"delete\"\n onClick={handeCustomDelete}\n disabled={customDeleted}\n >\n <DeleteIcon />\n </IconButton>\n </Stack>\n )}\n {!is_custom && <h2 style={styles.h2}>{modelData.model_name}</h2>}\n <div style={styles.langRow}>\n {(() => {\n if (modelData.language.includes('en')) {\n return (\n <Chip\n label=\"EN\"\n variant=\"outlined\"\n size=\"small\"\n sx={{ marginRight: '10px' }}\n />\n )\n }\n })()}\n {(() => {\n if (modelData.language.includes('zh')) {\n return <Chip label=\"ZH\" variant=\"outlined\" size=\"small\" />\n }\n })()}\n {(() => {\n if (modelData.is_cached) {\n return (\n <Chip\n label=\"Cached\"\n variant=\"outlined\"\n size=\"small\"\n sx={{ marginLeft: '10px' }}\n />\n )\n }\n })()}\n {(() => {\n if (is_custom && customDeleted) {\n return (\n <Chip\n label=\"Deleted\"\n variant=\"outlined\"\n size=\"small\"\n sx={{ marginLeft: '10px' }}\n />\n )\n }\n })()}\n </div>\n </div>\n <div style={styles.iconRow}>\n <div style={styles.iconItem}>\n <span style={styles.boldIconText}>{modelData.dimensions}</span>\n <small style={styles.smallText}>dimensions</small>\n </div>\n <div style={styles.iconItem}>\n <span style={styles.boldIconText}>{modelData.max_tokens}</span>\n <small style={styles.smallText}>max tokens</small>\n </div>\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 <FormControl variant=\"outlined\" margin=\"normal\" fullWidth>\n <TextField\n variant=\"outlined\"\n value={modelUID}\n label=\"(Optional) Model UID, uuid by default\"\n onChange={(e) => setModelUID(e.target.value)}\n />\n </FormControl>\n <Box style={styles.buttonsContainer}>\n <button\n title=\"Launch Embedding\"\n style={styles.buttonContainer}\n onClick={() => launchModel(url, modelData)}\n disabled={isCallingApi || isUpdatingModel || !modelData}\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 (!modelData) {\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 Embedding\"\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 EmbeddingCard\n"],"mappings":"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"},"metadata":{},"sourceType":"module","externalDependencies":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"ast":null,"code":"import _regeneratorRuntime from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js\";import _asyncToGenerator from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js\";import _slicedToArray from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/slicedToArray.js\";import{Box,FormControl,InputLabel,MenuItem,Select,TextField}from'@mui/material';import React,{useContext,useEffect,useState}from'react';import{ApiContext}from'../../components/apiContext';import ModelCard from'./modelCard';import{jsx as _jsx}from\"react/jsx-runtime\";import{jsxs as _jsxs}from\"react/jsx-runtime\";var LaunchLLM=function LaunchLLM(_ref){var gpuAvailable=_ref.gpuAvailable;var endPoint=useContext(ApiContext).endPoint;var _useState=useState([]),_useState2=_slicedToArray(_useState,2),registrationData=_useState2[0],setRegistrationData=_useState2[1];var _useContext=useContext(ApiContext),isCallingApi=_useContext.isCallingApi,setIsCallingApi=_useContext.setIsCallingApi;var _useContext2=useContext(ApiContext),isUpdatingModel=_useContext2.isUpdatingModel;// States used for filtering\nvar _useState3=useState(''),_useState4=_slicedToArray(_useState3,2),searchTerm=_useState4[0],setSearchTerm=_useState4[1];var _useState5=useState('all'),_useState6=_slicedToArray(_useState5,2),modelAbility=_useState6[0],setModelAbility=_useState6[1];var handleChange=function handleChange(event){setSearchTerm(event.target.value);};var handleAbilityChange=function handleAbilityChange(event){setModelAbility(event.target.value);};var filter=function filter(registration){if(!registration||typeof searchTerm!=='string')return false;var modelName=registration.model_name?registration.model_name.toLowerCase():'';var modelDescription=registration.model_description?registration.model_description.toLowerCase():'';if(!modelName.includes(searchTerm.toLowerCase())&&!modelDescription.includes(searchTerm.toLowerCase())){return false;}if(modelAbility&&modelAbility!=='all'){if(registration.model_ability.indexOf(modelAbility)<0){return false;}}return true;};var update=/*#__PURE__*/function(){var _ref2=_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(){var response,registrations,builtinRegistrations;return _regeneratorRuntime().wrap(function _callee$(_context){while(1)switch(_context.prev=_context.next){case 0:if(!(isCallingApi||isUpdatingModel)){_context.next=2;break;}return _context.abrupt(\"return\");case 2:_context.prev=2;setIsCallingApi(true);_context.next=6;return fetch(\"\".concat(endPoint,\"/v1/model_registrations/LLM?detailed=true\"),{method:'GET'});case 6:response=_context.sent;_context.next=9;return response.json();case 9:registrations=_context.sent;builtinRegistrations=registrations.filter(function(v){return v.is_builtin;});setRegistrationData(builtinRegistrations);_context.next=17;break;case 14:_context.prev=14;_context.t0=_context[\"catch\"](2);console.error('Error:',_context.t0);case 17:_context.prev=17;setIsCallingApi(false);return _context.finish(17);case 20:case\"end\":return _context.stop();}},_callee,null,[[2,14,17,20]]);}));return function update(){return _ref2.apply(this,arguments);};}();useEffect(function(){update();},[]);var style={display:'grid',gridTemplateColumns:'repeat(auto-fill, minmax(300px, 1fr))',paddingLeft:'2rem',gridGap:'2rem 0rem'};return/*#__PURE__*/_jsxs(Box,{m:\"20px\",children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:'grid',gridTemplateColumns:'150px 1fr',columnGap:'20px',margin:'30px 2rem'},children:[/*#__PURE__*/_jsxs(FormControl,{variant:\"outlined\",margin:\"normal\",children:[/*#__PURE__*/_jsx(InputLabel,{id:\"ability-select-label\",children:\"Model Ability\"}),/*#__PURE__*/_jsxs(Select,{id:\"ability\",labelId:\"ability-select-label\",label:\"Model Ability\",onChange:handleAbilityChange,value:modelAbility,size:\"small\",sx:{width:'150px'},children:[/*#__PURE__*/_jsx(MenuItem,{value:\"all\",children:\"all\"}),/*#__PURE__*/_jsx(MenuItem,{value:\"generate\",children:\"generate\"}),/*#__PURE__*/_jsx(MenuItem,{value:\"chat\",children:\"chat\"})]})]}),/*#__PURE__*/_jsx(FormControl,{variant:\"outlined\",margin:\"normal\",children:/*#__PURE__*/_jsx(TextField,{id:\"search\",type:\"search\",label:\"Search for model name and description\",value:searchTerm,onChange:handleChange,size:\"small\"})})]}),/*#__PURE__*/_jsx(\"div\",{style:style,children:registrationData.filter(function(registration){return filter(registration);}).map(function(filteredRegistration){return/*#__PURE__*/_jsx(ModelCard,{url:endPoint,modelData:filteredRegistration,gpuAvailable:gpuAvailable});})})]});};export default LaunchLLM;","map":{"version":3,"names":["Box","FormControl","InputLabel","MenuItem","Select","TextField","React","useContext","useEffect","useState","ApiContext","ModelCard","jsx","_jsx","jsxs","_jsxs","LaunchLLM","_ref","gpuAvailable","endPoint","_useState","_useState2","_slicedToArray","registrationData","setRegistrationData","_useContext","isCallingApi","setIsCallingApi","_useContext2","isUpdatingModel","_useState3","_useState4","searchTerm","setSearchTerm","_useState5","_useState6","modelAbility","setModelAbility","handleChange","event","target","value","handleAbilityChange","filter","registration","modelName","model_name","toLowerCase","modelDescription","model_description","includes","model_ability","indexOf","update","_ref2","_asyncToGenerator","_regeneratorRuntime","mark","_callee","response","registrations","builtinRegistrations","wrap","_callee$","_context","prev","next","abrupt","fetch","concat","method","sent","json","v","is_builtin","t0","console","error","finish","stop","apply","arguments","style","display","gridTemplateColumns","paddingLeft","gridGap","m","children","columnGap","margin","variant","id","labelId","label","onChange","size","sx","width","type","map","filteredRegistration","url","modelData"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/src/scenes/launch_model/launchLLM.js"],"sourcesContent":["import {\n Box,\n FormControl,\n InputLabel,\n MenuItem,\n Select,\n TextField,\n} from '@mui/material'\nimport React, { useContext, useEffect, useState } from 'react'\n\nimport { ApiContext } from '../../components/apiContext'\nimport ModelCard from './modelCard'\n\nconst LaunchLLM = ({ gpuAvailable }) => {\n let endPoint = useContext(ApiContext).endPoint\n const [registrationData, setRegistrationData] = useState([])\n const { isCallingApi, setIsCallingApi } = useContext(ApiContext)\n const { isUpdatingModel } = useContext(ApiContext)\n\n // States used for filtering\n const [searchTerm, setSearchTerm] = useState('')\n\n const [modelAbility, setModelAbility] = useState('all')\n\n const handleChange = (event) => {\n setSearchTerm(event.target.value)\n }\n\n const handleAbilityChange = (event) => {\n setModelAbility(event.target.value)\n }\n\n const filter = (registration) => {\n if (!registration || typeof searchTerm !== 'string') return false\n const modelName = registration.model_name\n ? registration.model_name.toLowerCase()\n : ''\n const modelDescription = registration.model_description\n ? registration.model_description.toLowerCase()\n : ''\n\n if (\n !modelName.includes(searchTerm.toLowerCase()) &&\n !modelDescription.includes(searchTerm.toLowerCase())\n ) {\n return false\n }\n if (modelAbility && modelAbility !== 'all') {\n if (registration.model_ability.indexOf(modelAbility) < 0) {\n return false\n }\n }\n return true\n }\n\n const update = async () => {\n if (isCallingApi || isUpdatingModel) return\n\n try {\n setIsCallingApi(true)\n\n const response = await fetch(\n `${endPoint}/v1/model_registrations/LLM?detailed=true`,\n {\n method: 'GET',\n }\n )\n\n const registrations = await response.json()\n const builtinRegistrations = registrations.filter((v) => v.is_builtin)\n\n setRegistrationData(builtinRegistrations)\n } catch (error) {\n console.error('Error:', error)\n } finally {\n setIsCallingApi(false)\n }\n }\n\n useEffect(() => {\n update()\n }, [])\n\n const style = {\n display: 'grid',\n gridTemplateColumns: 'repeat(auto-fill, minmax(300px, 1fr))',\n paddingLeft: '2rem',\n gridGap: '2rem 0rem',\n }\n\n return (\n <Box m=\"20px\">\n <div\n style={{\n display: 'grid',\n gridTemplateColumns: '150px 1fr',\n columnGap: '20px',\n margin: '30px 2rem',\n }}\n >\n <FormControl variant=\"outlined\" margin=\"normal\">\n <InputLabel id=\"ability-select-label\">Model Ability</InputLabel>\n <Select\n id=\"ability\"\n labelId=\"ability-select-label\"\n label=\"Model Ability\"\n onChange={handleAbilityChange}\n value={modelAbility}\n size=\"small\"\n sx={{ width: '150px' }}\n >\n <MenuItem value=\"all\">all</MenuItem>\n <MenuItem value=\"generate\">generate</MenuItem>\n <MenuItem value=\"chat\">chat</MenuItem>\n </Select>\n </FormControl>\n <FormControl variant=\"outlined\" margin=\"normal\">\n <TextField\n id=\"search\"\n type=\"search\"\n label=\"Search for model name and description\"\n value={searchTerm}\n onChange={handleChange}\n size=\"small\"\n />\n </FormControl>\n </div>\n <div style={style}>\n {registrationData\n .filter((registration) => filter(registration))\n .map((filteredRegistration) => (\n <ModelCard\n url={endPoint}\n modelData={filteredRegistration}\n gpuAvailable={gpuAvailable}\n />\n ))}\n </div>\n </Box>\n )\n}\n\nexport default LaunchLLM\n"],"mappings":"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"},"metadata":{},"sourceType":"module","externalDependencies":[]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
xinference/__init__.py,sha256=jv7PR7ali6n5TpvGjB3hKugwB9Tq-eSTyc_xl2gFnZ0,910
|
|
2
|
-
xinference/_version.py,sha256=
|
|
2
|
+
xinference/_version.py,sha256=flAgDDgyTl0HGsxkI-Rm7zGD4OjFVgQpYTgSfWrKyy0,497
|
|
3
3
|
xinference/conftest.py,sha256=CXBuFCuPXWdVPy_MHFacCzScqqJXSz2gp4GHOZzFiII,7198
|
|
4
4
|
xinference/constants.py,sha256=H-MBT2JFal0ghWA6tWimTNKeIFdX6rmG2ugYyRS_cBE,1918
|
|
5
5
|
xinference/fields.py,sha256=k_hhu-7LRqZGmFqMhhPZPaK5GG6thfTZS_hsTpo8yFM,5061
|
|
@@ -7,7 +7,7 @@ xinference/isolation.py,sha256=NstVRcO3dG4umHExICXAHlzVKwH8ch8MBwKwE-KFkE0,1826
|
|
|
7
7
|
xinference/types.py,sha256=QrLcaFzEM-J0i0muUnxM8bLgLHYwyxR4UwWmNf5ZjpM,11451
|
|
8
8
|
xinference/utils.py,sha256=Z6PPDGmX4EW8OD3OfA2Wa37ZM9OdRTnR00ITMDTu4qE,716
|
|
9
9
|
xinference/api/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
10
|
-
xinference/api/restful_api.py,sha256=
|
|
10
|
+
xinference/api/restful_api.py,sha256=EjUaiAgD0iwbNpsJTuLK-ZwnjsufG-JWFLa4DPgByb4,34371
|
|
11
11
|
xinference/client/__init__.py,sha256=Gc4HOzAy_1cic5kXlso7hahYgw89CKvZSJDicEU461k,669
|
|
12
12
|
xinference/client/common.py,sha256=wk-3j1tJPNa60tHO8YZ5z7iBIeI6cBEqomKIatyMQx8,1554
|
|
13
13
|
xinference/client/handlers.py,sha256=nFQQMRHiu_c2nsqVWMA792-QfXXq6wIW3dPR5Q7H-f0,545
|
|
@@ -26,7 +26,7 @@ xinference/deploy/__init__.py,sha256=Q5tWEd_0TaKNt2xOWZhGVOtRcOSQcew68lGA-45bBjQ
|
|
|
26
26
|
xinference/deploy/cmdline.py,sha256=YR1kBgDO40xelA0UP7UUONC0bXK1hIUuJcKNHqf0WMY,23871
|
|
27
27
|
xinference/deploy/local.py,sha256=nkjBXGvmNTg1jzNrGlmITHtof2dQfr4X2-lt5wsxOW4,3002
|
|
28
28
|
xinference/deploy/supervisor.py,sha256=o-mnmntoyTI9Vtc1c-fP5enD14RBs-cvXZ2RR1zYeqs,2874
|
|
29
|
-
xinference/deploy/utils.py,sha256=
|
|
29
|
+
xinference/deploy/utils.py,sha256=wR8dUZud1k7gSmd4M7l6Rq2rtrhTn5qLGmM1XB1IHr4,4941
|
|
30
30
|
xinference/deploy/worker.py,sha256=tiMdZxLPZd8rVpoyKXZbZzqfyii_jzQWjba2IBwuezo,2242
|
|
31
31
|
xinference/deploy/test/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
32
32
|
xinference/deploy/test/test_cmdline.py,sha256=GtOmQZxz04qut2wP-isUdjRFh61JN9D6gl55YkDgKIc,6709
|
|
@@ -35,9 +35,9 @@ xinference/locale/utils.py,sha256=w-G1DAJGw1UUQVVtq6khOZn7ZjobUmTw6qwHMm2eWIs,13
|
|
|
35
35
|
xinference/locale/zh_CN.json,sha256=YA55G9s1p05Bt5RBoDo5SV12dd-CMJI0ABap6RpCp4M,1097
|
|
36
36
|
xinference/model/__init__.py,sha256=IRC3ojiqYkVLIK_xsIxYeKypEeeTTdrovnVzK_4L4eg,663
|
|
37
37
|
xinference/model/core.py,sha256=8tKxQwep22rCd2XLQyqTkC445IQGbkZtR6noi8AogdI,2629
|
|
38
|
-
xinference/model/utils.py,sha256=
|
|
39
|
-
xinference/model/embedding/__init__.py,sha256=
|
|
40
|
-
xinference/model/embedding/core.py,sha256=
|
|
38
|
+
xinference/model/utils.py,sha256=JOKxm9uRVYJXeNtNy7zjadISejSp7YBKjxqbUo_U95I,8437
|
|
39
|
+
xinference/model/embedding/__init__.py,sha256=uU_fNnMbEpl6LxgzN_FC9U3DisjQwCwIvKv0gfjOFkI,2119
|
|
40
|
+
xinference/model/embedding/core.py,sha256=hzVxWuQlAmawRXGjGQdy-sF308TlQSOCk6A-CG8ivFI,16099
|
|
41
41
|
xinference/model/embedding/custom.py,sha256=WJL5SoppcusO6ezfEeP80Xg3fu36LItkccsueIrvvWw,3870
|
|
42
42
|
xinference/model/embedding/model_spec.json,sha256=BxsfSWNI3pVf4N0Ga690rQ_ySDJoBtpe8ZnyrrNViaQ,4037
|
|
43
43
|
xinference/model/embedding/model_spec_modelscope.json,sha256=eMCAEbw8Onfnj_3_Aj2OSnJe2RxStdEeRL3AezSh8QA,3461
|
|
@@ -49,11 +49,11 @@ xinference/model/image/stable_diffusion/core.py,sha256=QadzkkNse_MaAlcuLEXpqEjsn
|
|
|
49
49
|
xinference/model/llm/__init__.py,sha256=yVlO5p7WTEfyB7MzqX34FWKX_vvlTWSOE6ggEFGNo14,4371
|
|
50
50
|
xinference/model/llm/core.py,sha256=02fF6OPMIezu2xXGs32E4BDjkAT-11m9ohP-SlQuIIs,7317
|
|
51
51
|
xinference/model/llm/llm_family.json,sha256=MquLkRUA-YNMFk_2qDKoatKkFJFtOmrvlG55YeYw45Q,63351
|
|
52
|
-
xinference/model/llm/llm_family.py,sha256=
|
|
52
|
+
xinference/model/llm/llm_family.py,sha256=x1-TPgB5GoueK10ZY9u5xmyKX0XG9qZNfxnBOFalwNU,28552
|
|
53
53
|
xinference/model/llm/llm_family_modelscope.json,sha256=qjPVUFvPW-nNMvqJIeU8q7V61Q6np3T1dMQmyk1HnvQ,35924
|
|
54
54
|
xinference/model/llm/utils.py,sha256=-JzAGi9S-gsaWa5LSjrEH6Kims8vwptPVNhPCqvWCIc,11142
|
|
55
55
|
xinference/model/llm/ggml/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
56
|
-
xinference/model/llm/ggml/chatglm.py,sha256=
|
|
56
|
+
xinference/model/llm/ggml/chatglm.py,sha256=FM5FKBE5zmAD8bPwKSGTvJcxHxV6wr8lxtArp0ZGsNg,11940
|
|
57
57
|
xinference/model/llm/ggml/ctransformers.py,sha256=ac98xA5kv85-EIUJIPuJ8Vw_-r-B4AgOX1YRlWG3x5Q,9863
|
|
58
58
|
xinference/model/llm/ggml/ctransformers_util.py,sha256=WozFJgJZlbuEDPQLhy31YmwGp-oJoUYsnd9HjuGraIE,5271
|
|
59
59
|
xinference/model/llm/ggml/llamacpp.py,sha256=HoYBNTpfCsD3jRrstbbIyjeo_Es8C4FwG7SivaiUt0o,11387
|
|
@@ -65,27 +65,27 @@ xinference/model/llm/pytorch/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKt
|
|
|
65
65
|
xinference/model/llm/pytorch/baichuan.py,sha256=6d9UQw5Ox1FFdPG-cO3aKPcUmio5bQ4j1X5B0eCg5TU,2703
|
|
66
66
|
xinference/model/llm/pytorch/chatglm.py,sha256=HV92V9S3IjyA4YmwmYwDlBxcr5tWibm7G5I4PfCmdw8,5893
|
|
67
67
|
xinference/model/llm/pytorch/compression.py,sha256=rN8z0yt2xV9ASLv1muYStyBdvZjGCQL-OYaEga4FwIQ,8081
|
|
68
|
-
xinference/model/llm/pytorch/core.py,sha256=
|
|
68
|
+
xinference/model/llm/pytorch/core.py,sha256=bMpukzjTB3idUouq_uTiN-kW7y8RyQSq8gBn0b1F9VQ,18635
|
|
69
69
|
xinference/model/llm/pytorch/falcon.py,sha256=wC3_ILUtoimtOWox2_Sr94OcEkMYoB7Mf84R4LYHMGI,4298
|
|
70
70
|
xinference/model/llm/pytorch/llama_2.py,sha256=JQI9R_ZrNhTXg_MbS7el6P-ou49iMKq5vnr9QlQ_o70,3509
|
|
71
71
|
xinference/model/llm/pytorch/spec_decoding_utils.py,sha256=t059oJ0kvcXMA1pKizN1HDzs0LMf5Jpb5MM7aMNKnzQ,18750
|
|
72
72
|
xinference/model/llm/pytorch/spec_model.py,sha256=9wHpiUQsJ64VGVaCMui2zkr9k4TUyJ__L6yeQ_P7to0,6781
|
|
73
|
-
xinference/model/llm/pytorch/utils.py,sha256=
|
|
73
|
+
xinference/model/llm/pytorch/utils.py,sha256=MDt2Jxsmjs-9cvuGa1fYS88bYi6HOrxhy89_Gvs8QhA,20666
|
|
74
74
|
xinference/model/llm/pytorch/vicuna.py,sha256=eJ2HVHg-HbhVHRdA5g4N9I2_cCti4K9y3Y4WjMMzAIs,2217
|
|
75
75
|
xinference/model/llm/vllm/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
76
|
-
xinference/model/llm/vllm/core.py,sha256=
|
|
77
|
-
xinference/model/rerank/__init__.py,sha256=
|
|
78
|
-
xinference/model/rerank/core.py,sha256=
|
|
76
|
+
xinference/model/llm/vllm/core.py,sha256=pDJboQ1LhydfPnI5omYR5ICMoc39S0ma1toWxzZkIx4,12512
|
|
77
|
+
xinference/model/rerank/__init__.py,sha256=Jcz-FH4523zlcJQtJ9v9ujpvva7U__WKbmPCvytR62I,1556
|
|
78
|
+
xinference/model/rerank/core.py,sha256=mF-h2DyMHacxHxNpqf42z9ZGdtKOL7RrnH6CW8clB9g,7722
|
|
79
79
|
xinference/model/rerank/model_spec.json,sha256=VbKnpfuEoYkWkRb8NwPpzXOzaFgAn2HAWYzVGN7xY7E,375
|
|
80
80
|
xinference/model/rerank/model_spec_modelscope.json,sha256=38MIVSgGGAsFXc2eP1j4AMSPqwYdFTwPaxJFiN72Fv4,375
|
|
81
81
|
xinference/web/ui/package-lock.json,sha256=E-fei8laY3SBVzKzh7MVkCCJ2RpbDvmcGmCq3Eau9qU,764638
|
|
82
82
|
xinference/web/ui/package.json,sha256=yXGtUAFOEc4KLyeIqXouGw_wIXVTuPWH0zhiVphajfk,1870
|
|
83
|
-
xinference/web/ui/build/asset-manifest.json,sha256=
|
|
83
|
+
xinference/web/ui/build/asset-manifest.json,sha256=e-ir7Xnlvtco55u_G64lUWtQv6Mr_RUthfQQ-OahJ60,300
|
|
84
84
|
xinference/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
|
|
85
|
-
xinference/web/ui/build/index.html,sha256=
|
|
86
|
-
xinference/web/ui/build/static/js/main.
|
|
87
|
-
xinference/web/ui/build/static/js/main.
|
|
88
|
-
xinference/web/ui/build/static/js/main.
|
|
85
|
+
xinference/web/ui/build/index.html,sha256=LpPU8yHFxRR4xHzmfoV4qBRgv4Eh_h953LSz7Pxh-XQ,589
|
|
86
|
+
xinference/web/ui/build/static/js/main.778615cc.js,sha256=WpxYaduk8SvsYNCLbmuhSLgOSiBopDu4LB7pSPa0HSA,880820
|
|
87
|
+
xinference/web/ui/build/static/js/main.778615cc.js.LICENSE.txt,sha256=HRc4F3vpj4LQUbfUpY-yPS93SBojKiuhIU8kwt3Gb9Q,2061
|
|
88
|
+
xinference/web/ui/build/static/js/main.778615cc.js.map,sha256=cxGSE_eN6YZ0_3EuqsUW5X4yPtqV_A7QZ3tQ3hCERdg,3976227
|
|
89
89
|
xinference/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
|
|
90
90
|
xinference/web/ui/node_modules/.package-lock.json,sha256=KwVsVDKUDKDismmjJguqwRw9qBvhCz9xA4tJ2IRvPXc,762731
|
|
91
91
|
xinference/web/ui/node_modules/.cache/babel-loader/000791038e4133db461021f1018491323a006cca7a53e09c2ac35032bc36d8b6.json,sha256=lcvLWh7kYVCN6ZBwqKJYmnST8it8tv7i7gOzsbV5Gas,1358
|
|
@@ -425,7 +425,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/06d2e69c6046de66631a93367cf99
|
|
|
425
425
|
xinference/web/ui/node_modules/.cache/babel-loader/06dce6508024d61bcafb61bcfe6a872507b1c1c4baaff3979e2732ba5e33ce46.json,sha256=DPI18DDL7YS_z0ZoPfXokmQQOErPXUk7Noh-S66ScQ8,2265
|
|
426
426
|
xinference/web/ui/node_modules/.cache/babel-loader/06e467e83a2f58a5aeedce0872f73555b940716dd138ee3fa95c83941dfd8010.json,sha256=gw-QVPuYuEMscWpehle3664dTUsZ_fOhxxkFTC89OIE,1021
|
|
427
427
|
xinference/web/ui/node_modules/.cache/babel-loader/06eabed6a8247a7e4d6d9aa3c627f5d8f9a9b06eed8ad2194a3260e134a37f86.json,sha256=u-3CrQM3XxjYHnzLROgX2LGAoXppLke6Gcw0rI8jNEA,709
|
|
428
|
-
xinference/web/ui/node_modules/.cache/babel-loader/06eb9846159adb398d44df0b0debc256a9fd9e8171a7d68f5c4ee4d655acfa45.json,sha256=m3kLWdzUuM44KbuPy8a-SzreSFIxotwE_ydYgzlkhes,13009
|
|
429
428
|
xinference/web/ui/node_modules/.cache/babel-loader/06f893dbada7c83fcf82fe1076a6ec550d3da9b326c62a383f29a2d888db6b3c.json,sha256=PcX3_ptZxBD9iqyH0eEhrJoPt-bqU-56p8H9DeQJw9c,1787
|
|
430
429
|
xinference/web/ui/node_modules/.cache/babel-loader/06feacb80faf0c297a6167ec40f58202b4768b2f1a6e0dc3ba9c76ef54308a70.json,sha256=C-qwkaCx9U_VH9auT6Ses2bUmQ2H3PryY_J1a_DsMaA,1350
|
|
431
430
|
xinference/web/ui/node_modules/.cache/babel-loader/0714f7d7eed5c0490af5c1795b66746fc124d5a18699de3af3586e5c983fd6eb.json,sha256=e5VZUwHcRRA15l3eaZdIHlMDlmGb_MqNKvXn_qL-EHE,1037
|
|
@@ -2632,6 +2631,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/35146fd07bc58fd9677327735d9dc
|
|
|
2632
2631
|
xinference/web/ui/node_modules/.cache/babel-loader/3514a17c3e4f4498a63a14ff464a575c4469acfd6b21f187fd3e8813738c6cf4.json,sha256=7-Orxdq-KJg65Q6d6Q8avNY6RMLZaMnK3nIwM0RG79s,1451
|
|
2633
2632
|
xinference/web/ui/node_modules/.cache/babel-loader/351b60d573bc584e1ae50dd93ce8c3207c766d785d2d47f8bab59bd67b210f04.json,sha256=Dysq6hiH6w8MOniObhicm1RyaNvQbW3IxgRuflB4QSw,1851
|
|
2634
2633
|
xinference/web/ui/node_modules/.cache/babel-loader/351ca14d4df99db703da6d0f0c11bca280f736131f607869ddac174514637bc9.json,sha256=ROVaHkSowhzTPQTdtgZAZtplg51w4i1gFQIeC2n4PWA,1022
|
|
2634
|
+
xinference/web/ui/node_modules/.cache/babel-loader/35204b265d70210394b0a8571e5b01c8c0f9a748437b8a923961e3560ae3d550.json,sha256=x7zLt5oRENtH9JVeRkGg5au8bP3FkIqQChIc1LKXWJw,18601
|
|
2635
2635
|
xinference/web/ui/node_modules/.cache/babel-loader/35380a9c20a39d714066aedd186268b16a5c3ff0c871756c1c4bc5de1905ead9.json,sha256=pRa0deb7Ah0_Cin8Pq0Cp6VS32Mh8YFjx48QXipoQx8,1245
|
|
2636
2636
|
xinference/web/ui/node_modules/.cache/babel-loader/353e8e03da1cd0169071e55d87975a3c230f1a34a640ec4a3fba3a4e9ca4e472.json,sha256=MCZH-9Se6Te7EbgFNBKyfxq7vqg4_mLE_S5-pIbaqf8,2138
|
|
2637
2637
|
xinference/web/ui/node_modules/.cache/babel-loader/3541956946afd9b7229ec58db65dab940bbb1e1c62033325b259f917000c0849.json,sha256=JPWj1NfXtCzENQCt5wKdsuSlmRRXpsOSyBVzoPIrVKo,1085
|
|
@@ -2934,7 +2934,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/3bca06601679ba1ef9e189968a669
|
|
|
2934
2934
|
xinference/web/ui/node_modules/.cache/babel-loader/3bcaf976f90349ee7bb5ed18d3664c9f33bc767490c51ef11e568d15988fbff6.json,sha256=ZJ5DNyh9DUalPUgHT3pU4DCmlTP86SXWbTp7TTwllE4,1805
|
|
2935
2935
|
xinference/web/ui/node_modules/.cache/babel-loader/3bcbe6d2d710415b53788dbd1829f311bdbe369e53a3104e368b7ad09c3c950e.json,sha256=5p0fmoybAeUDPnafId5My8-k1HZ3uC0jCECz-DzXjs8,1296
|
|
2936
2936
|
xinference/web/ui/node_modules/.cache/babel-loader/3bd496ba7dcbcb0bdbfbfae82361e8ac87736e6c8ef0f6bad909c842210f4de9.json,sha256=dgb1NpRr-7vX_BDnMmZHthBuJT1b1uSx0tRgNQOrWYU,2161
|
|
2937
|
-
xinference/web/ui/node_modules/.cache/babel-loader/3bda436576ecb05f81f7b6ec475d1cfaf03e2b3066e3a75902fe6e8c4773b43b.json,sha256=mm6xJPDrcLmxCjpiliPdwmZIoNR4jHATtD5cnwHMSQ8,18376
|
|
2938
2937
|
xinference/web/ui/node_modules/.cache/babel-loader/3bdf1928a8ad99bd4721bf508835cb5f17316bf824d572f5494ddfc1e16d1b0b.json,sha256=C2sNkNFY7W1ZzNtwdTSmb1_WiVQpDDcmUaqm0ptPgXI,1863
|
|
2939
2938
|
xinference/web/ui/node_modules/.cache/babel-loader/3be066c6067d375ce5fc9cb338d207e9baed257cb5efa16e8efccbb3cf8d41dc.json,sha256=tVxVbSmK4wPO34yRAofQqOErEaGmcMhCOveZXyFKKDk,1449
|
|
2940
2939
|
xinference/web/ui/node_modules/.cache/babel-loader/3be23aae17524314da9900aa3f8fc2b2ec94884de83649084685769e15842c1a.json,sha256=iPmj0ELILDTFp8nHhePZMHXqlqWgcaTyeZ1FKV9j4CU,1358
|
|
@@ -3530,6 +3529,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/48344ace0085a2b44edd4563c9af5
|
|
|
3530
3529
|
xinference/web/ui/node_modules/.cache/babel-loader/483496c101eaac83cd679a51580ca17568ca9fc73a6544b144d44d5d4830e147.json,sha256=fIkIFLKCSKPRRe-4bVQq839akQt_ldXKqvryuPkyOy8,1096
|
|
3531
3530
|
xinference/web/ui/node_modules/.cache/babel-loader/4834aedfd72c4b18d29ba0b77004162702ff85afe26ddee9fc5467b8feba809c.json,sha256=cwKiOQ7iTOsCZjl6a0VTQnjMzBcyYtcl_jahp3B5_BE,2686
|
|
3532
3531
|
xinference/web/ui/node_modules/.cache/babel-loader/4837d91c81434292ce958d766083592ce9b49e87a0281bdf2d5f26c04ab43767.json,sha256=py-dlGmT7Mh9huoI1CAfo_VPfunB4i5Tmcg2w1FnH4w,1230
|
|
3532
|
+
xinference/web/ui/node_modules/.cache/babel-loader/483eb7e5f01e34c6a42ad7c64dad550ff945ee21053a52c2e5e7ebe108b85411.json,sha256=w4TRN5eHj9jfbNc3SGJAClgd2xy1e7tVXofjmkeeB_U,56405
|
|
3533
3533
|
xinference/web/ui/node_modules/.cache/babel-loader/484483ff5f545064714075199539896b2c1a0fe06a65ae8d37a4e598803b4a2d.json,sha256=UBk_WT_xzAtSrOahjMiGlzpJ7-v0a9-LX7-a2RplHMI,2044
|
|
3534
3534
|
xinference/web/ui/node_modules/.cache/babel-loader/4847f524b5b08e1f01ccd2524c669a51b6adbb1a8ca2b02c4264947f51f46cbc.json,sha256=jlvd7Ng5z27J13iy_2CbujWn1Jh1SxMy0BQ4sChHdbM,1412
|
|
3535
3535
|
xinference/web/ui/node_modules/.cache/babel-loader/485d89997ecaddc12c6a646eb82576b3f7d0b6680f44f99b66a798f1699a4f36.json,sha256=6Ms4KbC2-pXXqsKwPhvCBAdaD0IcB3NXFE30qnRVVCM,851
|
|
@@ -3543,7 +3543,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/4876f0a9ec9f83adc9c539789e506
|
|
|
3543
3543
|
xinference/web/ui/node_modules/.cache/babel-loader/487d5e4519a3bac1a0ba9a67e5a1e95aeca21c4600b3c4908e9867bc6ab7406f.json,sha256=qfIK-4VC34jAswvbR6EzGA8Alf1YX3t6OBrqP5xMbbA,1188
|
|
3544
3544
|
xinference/web/ui/node_modules/.cache/babel-loader/48803633c1c6f77926b1912500e982da00771281efacb1050993b22557aa52a4.json,sha256=wlM5eLuLcvSWoE6B8Q9N6VztOQv_vrpKsl6WSHLltHI,1379
|
|
3545
3545
|
xinference/web/ui/node_modules/.cache/babel-loader/4884efbbe7f2ccbb0e300bbdc85cadcf4a7ce478f9269cd86fbb77af54fd31fa.json,sha256=aXdZyiNMgbUhSpO20wAznhwq0buLGNFmcFfApjkCndo,1895
|
|
3546
|
-
xinference/web/ui/node_modules/.cache/babel-loader/48878f5178bad1a47757e011af41c974a7946efa29485506c4d19f25bf5d522d.json,sha256=_0pOjL2ZLDvtMfXGUrFfsYFR9Tc8IYvUUQ8Vs9O6x-E,23059
|
|
3547
3546
|
xinference/web/ui/node_modules/.cache/babel-loader/489737c6fb92c98d1118370b79c15b93d4d69da5871165d163ebd6e71b0e4e6f.json,sha256=Ha9B2V8YNYchsLx17XAnReonuWjSoh9V8dK2udybpOQ,1739
|
|
3548
3547
|
xinference/web/ui/node_modules/.cache/babel-loader/48980a702821306da91988adb5e2a44e59507a47162973e3c8c46dbd14fe1003.json,sha256=eTMOEFdkJLO1G5F9z3jj2iWe_Z_z8n8937j_ZCceqdg,2416
|
|
3549
3548
|
xinference/web/ui/node_modules/.cache/babel-loader/48a07097044c6e3ad2a15e9302f24275a5857845338df3b54835f2b0ba6aba91.json,sha256=8I-i3-dXq6EHjAttxkL2kzlva4E3vbpdSjVguB8D3So,2477
|
|
@@ -4355,7 +4354,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/593881899c4356786191fc9246f15
|
|
|
4355
4354
|
xinference/web/ui/node_modules/.cache/babel-loader/593de1ac47c3bb99b703a5c9a01f5e0225cdd1514506381b968c20ccd4c9b5a2.json,sha256=VXav2SYN-EfOGZz8bOel5DGJphGAztQeXnknTCy4WaM,1424
|
|
4356
4355
|
xinference/web/ui/node_modules/.cache/babel-loader/5946db59b4d332a65cac9fcb0819922f0f0bf1f2840a6573d4ec4a4ab70565c6.json,sha256=hMYmc2G7aSVfbaLFPx24wwHLj7iwuu6kE9u_h27ki74,983
|
|
4357
4356
|
xinference/web/ui/node_modules/.cache/babel-loader/594a52ccff4d3f9e568caaca9de38fd7f093bf7fdfb9ecf20b536d2a3ade3f6e.json,sha256=9t-HWYRumyfgDyC1KeyBfyO33g-WOyyk0pHaVLgRCE4,1483
|
|
4358
|
-
xinference/web/ui/node_modules/.cache/babel-loader/59574eb63cfe9ed2e58d2f5a420e1ae54354e243a602e9bc73deae3147ed4f98.json,sha256=S4fB1rJrKtfxmD1qOBAd8seeS2kbq8cuN_aIrhYCYSs,47914
|
|
4359
4357
|
xinference/web/ui/node_modules/.cache/babel-loader/59636e2fb659448696d46188a8c32e4e2e3e0ce2b3b942fe9b82a4aa66be6902.json,sha256=HBsZ4hgVG-V32TLhndg6kZfQ-0QJ5xwfT3kE39H69kE,1376
|
|
4360
4358
|
xinference/web/ui/node_modules/.cache/babel-loader/5964ab058c6b974984555a7edd06cbf23194122d4f194b89d1c64cfb49c47e0d.json,sha256=-LA6cKJXOnaYjE0cXbUFDlhjxLKlV-9hFjxajs8s2_k,1609
|
|
4361
4359
|
xinference/web/ui/node_modules/.cache/babel-loader/596626599f86e3ea99c6a915ca0abf396b092f95a6457a743e18ba322990b37c.json,sha256=wTs0BnAxlVIK9aDIheIegucKleWMFCuH-1dSozaLTxg,1701
|
|
@@ -4965,6 +4963,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/66584a592e515541372bd623eb0c7
|
|
|
4965
4963
|
xinference/web/ui/node_modules/.cache/babel-loader/66611e5ef7a936b768052bd3051ba0bae3b2a9f87e846cf4611bf51c6a1f0527.json,sha256=1Bx8I24xbJNZN3bDN_9MYbw0Ez7e60fXF4lFmPdoFH8,1068
|
|
4966
4964
|
xinference/web/ui/node_modules/.cache/babel-loader/6667f0d784daf0897c06eae480df5d0bceda251fbd77dcf92b7db5f5aff09bf5.json,sha256=v0HXiskQ9mm9S_Ut_xTqYcMuD6w_YR-TojQADTkh6vQ,1087
|
|
4967
4965
|
xinference/web/ui/node_modules/.cache/babel-loader/66712eb325d28c39689d3370159b28312c90e42a6174a5c73d7fc8a6cb622c64.json,sha256=ARdJEhirTaq_eSHZNhvzAOrE3R-1vo4qMRFbZG0Gx1A,2303
|
|
4966
|
+
xinference/web/ui/node_modules/.cache/babel-loader/667753ce39ce1d4bcbf9a5f1a103d653be1d19d42f4e1fbaceb9b507679a52c7.json,sha256=k_s-pWBhf2Klp6BpfEUp7FJTWTu-EfjbADfgxU0r-6M,40380
|
|
4968
4967
|
xinference/web/ui/node_modules/.cache/babel-loader/6678e0dba815e8fecb4b5a143cdfb0b1ca10f897c225e3332bfc95d77559e44e.json,sha256=rgqD0uq_3ayvjwnOErYKXExDggiNsergPwQJcYdFFAE,1380
|
|
4969
4968
|
xinference/web/ui/node_modules/.cache/babel-loader/66817e5c122891cba99950f3d5953115e181e154f0ef32115e623a3e1c7550a8.json,sha256=7fty4ZlV3QIGeFDiuQtnRLOPD8TCQZ1KytYbQXL42vk,1737
|
|
4970
4969
|
xinference/web/ui/node_modules/.cache/babel-loader/6688b7f1b8cad5feba7c9f2d553445bf184f819eda96dc0556ab51cb2e6fbc58.json,sha256=04HcaW_uixCuf3N2pxHM5a1SEgDCKmggiFpWA2DcbHE,1222
|
|
@@ -5314,6 +5313,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/6e5309d37614819d20c37fb2c0491
|
|
|
5314
5313
|
xinference/web/ui/node_modules/.cache/babel-loader/6e5d2d922dc8dc89a6b059ac8a6c2be074f9204bf3abf868000ab2b8d17205df.json,sha256=aYattKa_K01yisVxn94dBZr6uoduVX2d0aEtPnz0Egw,1757
|
|
5315
5314
|
xinference/web/ui/node_modules/.cache/babel-loader/6e60d59f7e95e4fb068e32164fb7a8714a548c888e872224deea23d47b89dcab.json,sha256=npTc-NhEZmZoqsVNrUNwLeNrN0V2aC4gF_BLo1edcGM,1594
|
|
5316
5315
|
xinference/web/ui/node_modules/.cache/babel-loader/6e6239e82670bf113ffb6dbf5a8aef9586a6396c0aaadb1454be2686d834f5a4.json,sha256=-w1NUf4i7rUr-3s2zNVgSh8dw2Xph-Ig33sDr7TfXG8,1633
|
|
5316
|
+
xinference/web/ui/node_modules/.cache/babel-loader/6e63957e4e0801705c6cb258379bfda0007ce6c3ddd2e3b62898b68455c3edf4.json,sha256=ixbXt7u77a6Odyk98v4XtvYqD_FadH9u60TxTu6uMBU,13189
|
|
5317
5317
|
xinference/web/ui/node_modules/.cache/babel-loader/6e6627a95dbd67262b2c4a0fcbcfba026f74a1f92a2d74449be2ba864d222591.json,sha256=O2e9r2w8nYP_jMEKJ2m7zTInVdhE9GCeTWwNf3drkM4,1941
|
|
5318
5318
|
xinference/web/ui/node_modules/.cache/babel-loader/6e68455453482f0aa0e7724f39341fada8b9cf35dbe08ae1998c6743ec5f7479.json,sha256=cRuipS5LsvZg50_fUSHjVjN5XAKBgfUI_nfOG9WX1nI,1373
|
|
5319
5319
|
xinference/web/ui/node_modules/.cache/babel-loader/6e68875fceacecff45c30e30f057346f21760cace78317d2057c36a45deda78b.json,sha256=c6vBGvfWH7kUOujy3CabmLzixp1sr1t92lXUjMDFsBg,1707
|
|
@@ -5657,7 +5657,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/75911d9ad4fd91397b3b58ff9a29d
|
|
|
5657
5657
|
xinference/web/ui/node_modules/.cache/babel-loader/75983fd7e94f71bf480219bfdab5ba412a679f93779dfec540e6756784f6e1f6.json,sha256=ag7C7xkGzH2Ea-KgoddKXXDfOt6vXcfmbvv06ZQl5Dc,3677
|
|
5658
5658
|
xinference/web/ui/node_modules/.cache/babel-loader/75a0a900efd026675b423e1e0a82cfb53c82ce98590b77c86f35e91a5fc55c4c.json,sha256=nZaUXbIrdDin_7ieExR7Pnt8FkuhXl-lJqee1CpezVc,1233
|
|
5659
5659
|
xinference/web/ui/node_modules/.cache/babel-loader/75a4dbe7c833bc6787c09b1465863047e9bb92fd7d1fbf4f807e9bd6b48dea69.json,sha256=GVol9QaYQJ4Sc94Mwb1GffXC-DBkhOXkhYV3rH7V7Mg,1690
|
|
5660
|
-
xinference/web/ui/node_modules/.cache/babel-loader/75a5abcbc92da335fdde530f5689194ec79a4b2345b8cba594f8904d3b88e3c6.json,sha256=SKGdvHOhr7l1W9xoeOUnZBqtpKXotIggvauGlnmc2Q0,55003
|
|
5661
5660
|
xinference/web/ui/node_modules/.cache/babel-loader/75a9d19bc3be68284a1346c206b453a6489dd500973b13e702289dcefb8604fa.json,sha256=CB6yRxZoxcccsXrs-_F0cKYWlN2_wR3ycAbmejas7rc,709
|
|
5662
5661
|
xinference/web/ui/node_modules/.cache/babel-loader/75abaf015f0737a95dbfe04220b3ae7956c9a2e6964674cfb7e35574f4fc2ec0.json,sha256=J8NNR5eJd2t104calxCAkprBZ2JrEKtRjYrsQIYi3aw,2870
|
|
5663
5662
|
xinference/web/ui/node_modules/.cache/babel-loader/75ae2645f5fb3dce5fda575f15c03061992e6116f64e3e3bb3e8762215b41870.json,sha256=TDdbzd8cp0e8BZypjVuRbVzFUba1XnxWTfcx-bUWcUs,1248
|
|
@@ -6408,7 +6407,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/84a7f4090331bbd77d646059462d3
|
|
|
6408
6407
|
xinference/web/ui/node_modules/.cache/babel-loader/84af0527cb72bf89ce2c574bfa3cec2847621d4241291c282c19a613a56b1a01.json,sha256=pY9BNtPhsT8VEP7BHMjnUV9xFoJk_e-HgCpWE8H45zY,2566
|
|
6409
6408
|
xinference/web/ui/node_modules/.cache/babel-loader/84beecab5db002a7712e58d24a7306fabba2a870af43845432c7aa9c9cbff0fe.json,sha256=OENP7o_8TLYQVxtet2fP3XU8c1Cq84w1Ln-mBy5mqdQ,1620
|
|
6410
6409
|
xinference/web/ui/node_modules/.cache/babel-loader/84bf8929ec7caaefedd252264891aa4d2ebc53f352fb956f8bba638d1b255efe.json,sha256=Su6yHxZaLiaIEPoXJvXU2T_yUROSDttJlL_JBrrpgJM,2037
|
|
6411
|
-
xinference/web/ui/node_modules/.cache/babel-loader/84bfe7afede38da1f8ad569d891276fe4d66cfb87bf5c9ff7a113788ba62bb88.json,sha256=3Wk9qxOF5nutEA4sWdD0D-eqCLrdfUliJQmzDP9xiRc,13522
|
|
6412
6410
|
xinference/web/ui/node_modules/.cache/babel-loader/84c191fe6564866ab86107681c18025076dccc0e7d85fc2ce3f9fa65ae26b6df.json,sha256=EwDj1XMr49ZVE6oEhDAGfxyI6IxUp5oorEKrTy8HF-o,1274
|
|
6413
6411
|
xinference/web/ui/node_modules/.cache/babel-loader/84c8064ec6d5021daa79149bcf23ccd395785c6d8a4c55288ec5f34551cd36a5.json,sha256=T2q633wxsx5Eqc0YPo0hctxmv-rvylc_mb3O28BHJkU,1462
|
|
6414
6412
|
xinference/web/ui/node_modules/.cache/babel-loader/84cae59f367bf75bed266921535cbaef5e204f2b8bec73b9ff59a7eedd1fb9f0.json,sha256=G3xande0kb_LJ-CszI8UUNLhKkY24gNNyh8D2mOhTvI,1582
|
|
@@ -6816,6 +6814,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/8cfda7fcc5365004610115e735155
|
|
|
6816
6814
|
xinference/web/ui/node_modules/.cache/babel-loader/8d0f4ac5325666ae72516483016a87065d3527b430edec3ead8311c704ecfbcf.json,sha256=vk59ua_D0jrod6Ppc8CeLZsfdfk8LTZ_myk-oeHLjuk,1166
|
|
6817
6815
|
xinference/web/ui/node_modules/.cache/babel-loader/8d212cca2ffc8b02e577e2327b6625161295b5084ccc4283ae5d8446efebfeab.json,sha256=wAzqMSH-YqKrBlaELUcUD0E2wztKiqshRrsQJuh-Mxk,1613
|
|
6818
6816
|
xinference/web/ui/node_modules/.cache/babel-loader/8d26df4851d290c63f01c9839dd0ace7485e8f39e9dce02158f0dcab5b85d341.json,sha256=5XTHiUdCOjN_ij_YmWtmB2IeHS9CjyYPyeyQ9tGhZLg,1306
|
|
6817
|
+
xinference/web/ui/node_modules/.cache/babel-loader/8d2b0b3c6988d1894694dcbbe708ef91cfe62d62dac317031f09915ced637953.json,sha256=KZZ-d5aFfALWXgL1a7nuB09tN7iP1dr8GtdXTLEOHZ4,9378
|
|
6819
6818
|
xinference/web/ui/node_modules/.cache/babel-loader/8d307af1e642352399b35843f143422f05664ce90b6d1c3960090cdb6a386eb1.json,sha256=Z_rUT5nm8JWuG86i6gscIYi8K8X9-1SasGM4H5e4tPE,1148
|
|
6820
6819
|
xinference/web/ui/node_modules/.cache/babel-loader/8d30d73a576fb3bf169591a2dbc9723f57d6c1dc9d965f24e254c23550c35411.json,sha256=cAmdPcc8KqGPGLpogeIJ5sJRpjkO8gJyudd3S7pD15o,1768
|
|
6821
6820
|
xinference/web/ui/node_modules/.cache/babel-loader/8d326baf3a3620ac8cc98cf376f70170d0f501819093ca1283dcfe6f2a6b3785.json,sha256=3Y9_uVbwQ79iR0auy-47bFXpjHEu7vHg36wW59qig48,757
|
|
@@ -6837,6 +6836,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/8d5d0b088bb2db066d94eed1c6ace
|
|
|
6837
6836
|
xinference/web/ui/node_modules/.cache/babel-loader/8d70c36ce550f4727430a0f90c3c278192b00edabe7f80b93ba7383fc8a43c59.json,sha256=ZuVIZz6bHo0hfPJCiNT5pjwpBAxiX2EzbQ5SvJW1WMM,1696
|
|
6838
6837
|
xinference/web/ui/node_modules/.cache/babel-loader/8d727a3b9b420f1749de2c1dad85490829c9a566ec83a200d059ca6dd6ea0a03.json,sha256=7FSIHTzzVAdS_HUHDQkNdXs6r62_Pt9969t1LvzYhZg,1782
|
|
6839
6838
|
xinference/web/ui/node_modules/.cache/babel-loader/8d76bd2334e20c6b179560588b734c76f475a83717465e14684bd1c11f73b1a7.json,sha256=6BoLPvMdCrySKwk-MkJgF3ywGK7SDxrCs7vK-sp8enE,1441
|
|
6839
|
+
xinference/web/ui/node_modules/.cache/babel-loader/8d77975a2735d67a618407026e5325608ccd66f1b379a74faf35b4087db536f3.json,sha256=bo4q5YZ2-GK_DrJawz6iFQBcOJJX7uXDthyyBw_W0vU,25289
|
|
6840
6840
|
xinference/web/ui/node_modules/.cache/babel-loader/8d7fe6e2ed12bf66bbd3b7f04bbfe79ef1a3ec973552e3136bad0da301cce5d9.json,sha256=RJsOerqrbzSjthVccQteuHuuxIKpsdzGH_m1XKMBobE,1253
|
|
6841
6841
|
xinference/web/ui/node_modules/.cache/babel-loader/8d8397ce3c8ffc86a935f9080420d3e1dc005795d7d63aec7ae052bcf9566454.json,sha256=NRap0FYhuCvq7cIVDDLi75-giCndGAhdBTIj8l61w3s,988
|
|
6842
6842
|
xinference/web/ui/node_modules/.cache/babel-loader/8d879772e989bb49f3bef329cdcb6882f5dd60cbd6548559216d3d1fdfcef121.json,sha256=KuRTbHXRRN0FCG4l9k2DUNlHtq8NPmFooZYq0v9hd3g,1711
|
|
@@ -7178,7 +7178,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/93fa54c40b4b7815bd7d6162fb036
|
|
|
7178
7178
|
xinference/web/ui/node_modules/.cache/babel-loader/93fed8a7a4a3ac2f2b3051788aec5948dd4c8c564deedfa6cef2c7877d6da996.json,sha256=mAbz_ZmYtL6ikddRKBK7JBjjkuNuIqh3gfBYf4MRg3U,1221
|
|
7179
7179
|
xinference/web/ui/node_modules/.cache/babel-loader/94097239f12af3e158f6cd4ab71ec4a0891392367f3cfca1742b96c365f98816.json,sha256=RhFdBC-fj-pzyuxzeswekErMBoigB5zusfd8JeZ8C9U,1281
|
|
7180
7180
|
xinference/web/ui/node_modules/.cache/babel-loader/940a019323f111a6a3a2306df24958ba0756383e75e47a44ef53b6e3260ca036.json,sha256=Inv6u4Y8Y2oGIk56c99pf4JVmpkx6noEUc62DoacIOg,754
|
|
7181
|
-
xinference/web/ui/node_modules/.cache/babel-loader/940ed05006583b955894e2b8f65a4a5ebf34f8149d747f59fae5131f17d65482.json,sha256=boETwrSJnir6f2vu59iWT3g9kUltBvttV37JP20J31I,6223
|
|
7182
7181
|
xinference/web/ui/node_modules/.cache/babel-loader/940faad880ca833679b451e0b89b9921de9eb78ef478c34c02369887cb1fb5d0.json,sha256=P8L2EqMTeGCnB0AGK0kAMbNrSZSOHE02E_I43qAauWQ,1026
|
|
7183
7182
|
xinference/web/ui/node_modules/.cache/babel-loader/9410ea7be858d3969d197b5fa2054806f83c5a31bc8ee20ef3d03ce5575c8133.json,sha256=anCSsh8tPJj2HA3OR7uSakY-5i_dXv70XSBOhT3VmHU,1753
|
|
7184
7183
|
xinference/web/ui/node_modules/.cache/babel-loader/941696e5f8b768fe1b93fb0ebf5637ffd93f729b28d1587ebbfcccfc42d41130.json,sha256=HRv4Gjs9fChjAJYF-SQ8J5Lp-RG5EjyGnLKLzQ5NVZE,1242
|
|
@@ -7587,7 +7586,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/9c4bbcd3b99aeee8a8a82af1e5f3f
|
|
|
7587
7586
|
xinference/web/ui/node_modules/.cache/babel-loader/9c4f785fa9f171164dc8845b3b538bce150d94baff4076fc8c25556289d5d749.json,sha256=46COPy6Oaj_ZyD9FHvZimxLEGxB5Q5FzX_x5pcAusX0,1624
|
|
7588
7587
|
xinference/web/ui/node_modules/.cache/babel-loader/9c581b266bc85deb4d5366e776364e541dc44ca01dc1d375cf87c2260795968a.json,sha256=_K6Taad_M8QGQM77oH8xdOohTcNHm4SaN8Vvui7Q9eA,781
|
|
7589
7588
|
xinference/web/ui/node_modules/.cache/babel-loader/9c5c3c402fed45e1ed9fe6c6442d4c35294fe2f4fc0f6b4d9150632769340714.json,sha256=O1ZEB46yNmh48af3GmW-gsWfDBXs7pK899E_DWCctr4,1168
|
|
7590
|
-
xinference/web/ui/node_modules/.cache/babel-loader/9c5f03db9aa88582a9b69b25c7f1acc78ba7fc61f743c9ed7399abb292d5dbde.json,sha256=mVpL6K2v4Z_0KNmWMTHMMD6TbpddhZVPV3nzKuA5fpE,49613
|
|
7591
7589
|
xinference/web/ui/node_modules/.cache/babel-loader/9c61ec43df0678efb910d4cbac9878135e089a905bf57c1fb5947cddaa3aec6b.json,sha256=ufiiPYmYxYcwVGmkgxGqBm4uF8Hx8fOxbOKBhGHSbMY,1253
|
|
7592
7590
|
xinference/web/ui/node_modules/.cache/babel-loader/9c66b74bcfcaca60e466026eceb80cf1332233ddaf37f1dc4228560a31b27efd.json,sha256=Bkt9m3ITsyPiFajOrBUz3pkUji6iVO1JDIvhhatZICQ,2972
|
|
7593
7591
|
xinference/web/ui/node_modules/.cache/babel-loader/9c68165e2826626b57788d35ff06107d190740e8f0ebb27cf6e57742d59b5f46.json,sha256=AYmHsmCLqeyTIb9Lo_o1kznxjRCGZypz4mWu6JtF1JY,5752
|
|
@@ -8689,6 +8687,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/b35aa40b956c60b5983b06cc72400
|
|
|
8689
8687
|
xinference/web/ui/node_modules/.cache/babel-loader/b3600ae98a2123cda2fbb4abd2389f282e99b74a61764995bf8cbe3d202e609a.json,sha256=9vRi3LVQhSMWOCyu3byavN0PazvOyeg4znh0_zd64kw,1312
|
|
8690
8688
|
xinference/web/ui/node_modules/.cache/babel-loader/b3631748ddde6d0850acd1e4c085d702772324b274683ea22a98eb1105dfa09c.json,sha256=rH-Z2qI3dsywkP-ZVMPbPFwem9OQ221FloDNRnJ4Me4,1708
|
|
8691
8689
|
xinference/web/ui/node_modules/.cache/babel-loader/b36e01e80516def6eb741e09ef782168a04a8a3398b424e5d09c59e7c66eca91.json,sha256=NaKQAcxbzB3DaEYzU0HjkGCxrlrIQ7yj1ZR3MhskpwA,1394
|
|
8690
|
+
xinference/web/ui/node_modules/.cache/babel-loader/b374bf2be1eac3cff5e0a8528a8e816e266ece911f714c123110961798a93a3b.json,sha256=eJ2PhBAc4HAk3BCNqkvaVImFhyx6uNy_HOiCGba9pdQ,48453
|
|
8692
8691
|
xinference/web/ui/node_modules/.cache/babel-loader/b374fab0a7094ab38f8a8b920fac30c43562e02b64516801498377d025eeb9be.json,sha256=CSmi7MUHmqQZ_lfpcv2krmN8eigx_cZtdIGd0SniubU,1318
|
|
8693
8692
|
xinference/web/ui/node_modules/.cache/babel-loader/b37fe61ebbf19ef2bb174526a33a417c99fdc8c5ed006e45554142be17a8ac3d.json,sha256=WZt9mvs4rVstlKbSV3DCsYMq9y_mD1AMGu-p11NJAMQ,1116
|
|
8694
8693
|
xinference/web/ui/node_modules/.cache/babel-loader/b380d8d24cc30ed34e9bc25c2100c7bb6d5b56812e077f9f73fbec5f2057b722.json,sha256=UZndhfYFgW7sQlnDuWw9hNUAfQq6MxcsAcavZUtFH5M,2896
|
|
@@ -9262,7 +9261,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/c011215d61c417178c24be057a89d
|
|
|
9262
9261
|
xinference/web/ui/node_modules/.cache/babel-loader/c01df46c40dc66c1c2f2f242cb85244705666d9229ca2941c3e7202f1cde8021.json,sha256=54dZW0LYMQbANb7fU2PCW5VJNF_gPomld4MaUAB45XU,1111
|
|
9263
9262
|
xinference/web/ui/node_modules/.cache/babel-loader/c029d0dd7fb532b06e91c1f3aba8da03321d3cda1312f449b0dbcca0f247fc73.json,sha256=dbZLIapEqddBmBA5mLL5pf-JXFYIpfiTUEmqfg7Qniw,6375
|
|
9264
9263
|
xinference/web/ui/node_modules/.cache/babel-loader/c02bd8251bfa5f574af6571f73d5016b969ba1e8ad66154b81089008577e6af9.json,sha256=5JblUTEPDScBbfTr3L-opGp_Z9myjXNwLMxDEmOZ76I,1931
|
|
9265
|
-
xinference/web/ui/node_modules/.cache/babel-loader/c02e70e9b9efcf3bd056606308104308d6a6ac559f2bc0b4454c11fb5874457c.json,sha256=zWmAzOupmlgYmjtiDm8yRfq36p7XYLNSaCiAEldckIk,17044
|
|
9266
9264
|
xinference/web/ui/node_modules/.cache/babel-loader/c03067712e042b9e2d57a7f762450fb524b95946e7afaedde7b94133896ad7b9.json,sha256=J1MoKVvPVMGY9BU3J_XnmF8uB0bQfnPVGd16qljBYV0,3772
|
|
9267
9265
|
xinference/web/ui/node_modules/.cache/babel-loader/c03363da6f0f3e968f5ac28cf5c31774adf5017d83cca97f8f5dc64b07e9957b.json,sha256=9zNzX0HdNVa0Yw1dk6EhOYw_8VV6ARDyQFVnciNWrd0,3187
|
|
9268
9266
|
xinference/web/ui/node_modules/.cache/babel-loader/c0338561ee637677ec11d3c50d936a1b5e12d2198334833760bc9f563543c316.json,sha256=ADC7HrglhXPwe5XU1Bo0Rf4FYqPh3Xrmg-cHTYpzdOk,1352
|
|
@@ -10466,6 +10464,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/d896ce6d8b33e2c84c9297891d73d
|
|
|
10466
10464
|
xinference/web/ui/node_modules/.cache/babel-loader/d8993aa12c80fe1bc5bb8af357c78e082e40a3c5e4b061cf6c25309f3c99a039.json,sha256=AnlExrqkH8EwP3b4ifg19DIiTweTMhrMxdfKusAQ33U,291
|
|
10467
10465
|
xinference/web/ui/node_modules/.cache/babel-loader/d89cef853d0a88a1ae1674f705841790252d93f150602c06a2a8f80cec3d6af1.json,sha256=QFvLlPAfS-2DC43i7SYEG-odzyVBhrwUxrbuxhqwMs8,2395
|
|
10468
10466
|
xinference/web/ui/node_modules/.cache/babel-loader/d8a0db017d70fa7eb38095590c967dbf1e13861daeb97c1090693137959f2ab3.json,sha256=lfRLSkk56QpdE_HVgePpHFWMzDigK4wkG06c1NsZX7Y,2246
|
|
10467
|
+
xinference/web/ui/node_modules/.cache/babel-loader/d8a42e9df7157de9f28eecefdf178fd113bf2280d28471b6e32a8a45276042df.json,sha256=lUJl972fdue_bWemMoxjXhNl8nzbd8G-O3c932Kr0Gs,13593
|
|
10469
10468
|
xinference/web/ui/node_modules/.cache/babel-loader/d8a43232b7d71a399f933bf58c8bc7cf14413118877e146c95e6560027b5002a.json,sha256=oaLH1sLxQ5bzNdAsqdry-oDF4d-9pmMrUgn7IwHBLwA,998
|
|
10470
10469
|
xinference/web/ui/node_modules/.cache/babel-loader/d8a73aa3033a5aaf12e7a511169d5e203518a233932c39ab7cdbfe4492473071.json,sha256=ceiPB_n19-R15FE5-jNV8p-8WN3URMKb3__b9QKM3B8,1779
|
|
10471
10470
|
xinference/web/ui/node_modules/.cache/babel-loader/d8aaf125f071a7178fd8395149e5ae025b0ccc917427c200a1d3012dad86aad3.json,sha256=4jVU_eyBlEa-8LaavUfSBmcjdLOTJlH1c3buiMEQ7ZA,15952
|
|
@@ -11145,7 +11144,6 @@ xinference/web/ui/node_modules/.cache/babel-loader/e5fc97eb0a5c5a63a565dc1118448
|
|
|
11145
11144
|
xinference/web/ui/node_modules/.cache/babel-loader/e603b93acb51e9c69259f7cc48ff56d1fcd599451979610f05e191be88278187.json,sha256=M8FnXSk_0ZWMG4aX7QyzAeLszseIDGfOd3x5d6gR6yw,1447
|
|
11146
11145
|
xinference/web/ui/node_modules/.cache/babel-loader/e608acd50eec49e5db2de5eccca424b758e5a3b889088b926f9befbce116a47e.json,sha256=FzDQhE7bPZgD3Q_e27Rrz6A0GLaldl-wdEDekbTtfHo,991
|
|
11147
11146
|
xinference/web/ui/node_modules/.cache/babel-loader/e60977c8a10f43c8a580d98109f35cb4e7f2fa7a49d871e573d6eb415c8af7ed.json,sha256=JlHcAlENuWvsPPoVY83DotWeJczGQ1N8e_kG7IWKe0Y,1544
|
|
11148
|
-
xinference/web/ui/node_modules/.cache/babel-loader/e610aefd7000a3f8542a25cb66c64671cc8da18350de4e5b577102ba4bb78d65.json,sha256=ek-rZKcCtLOK1DBFGmQXabFbBpNTzju6P1jY6SXLMn4,30199
|
|
11149
11147
|
xinference/web/ui/node_modules/.cache/babel-loader/e611cfdce6b668a626f07b4fea8a3925b90d8ea140243baac1ef8bae2490ae09.json,sha256=A0VEm31JGyt7M13nw05MeeK859pYxLuIR-hgJkB4umc,1234
|
|
11150
11148
|
xinference/web/ui/node_modules/.cache/babel-loader/e614581d4f2fc1311f7448ae152e5f5d7afc729e5e09ae96e7ddbe93f1cb0a1a.json,sha256=2qmlebhAb_S75kJ4EW5sW_nOaRkgb7ZrJyuL2jv_PzU,1342
|
|
11151
11149
|
xinference/web/ui/node_modules/.cache/babel-loader/e618d85742aa16b63a7112d13fea437235cdffbbb56ca7e6f956693da203a0ca.json,sha256=WGrrXWaFBE3h3Y0eceZG3tx6-2hh3ASA7V_o-jF5EDQ,1056
|
|
@@ -11477,6 +11475,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/ecf4f2ca2fe8288711ab0511d3ebe
|
|
|
11477
11475
|
xinference/web/ui/node_modules/.cache/babel-loader/ecf620c731eb96023b67e191ed7e26424c3facdc1dde7b6eb9820e29211be40f.json,sha256=O0EAQQPhZ1D3gercFQzYprBMxONo0d6XlNSEGIbTBns,1547
|
|
11478
11476
|
xinference/web/ui/node_modules/.cache/babel-loader/ecf8f5b5edaf38dc4cdd1a0c90d8631cc9cf9c15d6596fb3eb0c66b56681fd4a.json,sha256=rM7-_M9N64ARyfZzJJaltBDZ3hIbCoiI9xGw-vPrcUs,1429
|
|
11479
11477
|
xinference/web/ui/node_modules/.cache/babel-loader/ecfb67e4a65efcd0beab4cab04e5e71e49732eccda38d963a67a3b2fa06dcc95.json,sha256=cWdjXC66YvtlbfZGpAmIqgW-IKuXr4Ga4nFIBKmm-pM,1374
|
|
11478
|
+
xinference/web/ui/node_modules/.cache/babel-loader/ed010102f476cd1a22b49be031a7f94f2ab3dd7ba8bf58839a771d46e28ff559.json,sha256=O-avlANIGgn-ddIyHVb2fhZDtenXm3dZgAws2YPdG_4,32420
|
|
11480
11479
|
xinference/web/ui/node_modules/.cache/babel-loader/ed014d0b7e527d9ae91c34e7ab049894c9b354565235fef0678632821ca0093c.json,sha256=Gzm64baRIuvRAijPECQE5lRhIm04DTseWu8biVUcUY0,1715
|
|
11481
11480
|
xinference/web/ui/node_modules/.cache/babel-loader/ed1d384853647cc3df6268efe6d384d092db06ada30d9a44a8522f9dde65930b.json,sha256=7NlJLocob7NpXtYVQWk8nCQ0a9ldZkBwDI-G1R2hXFM,1328
|
|
11482
11481
|
xinference/web/ui/node_modules/.cache/babel-loader/ed332503f7f9ee0b665b5e81838922fe526d1bb3942f80f6b4523471fab8cf77.json,sha256=I0UhXWb0IoWi8A7Ek-JmuxdiPQUSG6b7NTIAqUWspV4,1630
|
|
@@ -12321,6 +12320,7 @@ xinference/web/ui/node_modules/.cache/babel-loader/fe4be95f8808fe817376325ee55bf
|
|
|
12321
12320
|
xinference/web/ui/node_modules/.cache/babel-loader/fe53ada49e52a54a0356f8373ff166ede1b2f8421fc8e8c2bd89033eb96d6465.json,sha256=vcdC2Yfb4Br6XtW0GXWWA2OY05RH0RROBWuA5bLHp_0,1388
|
|
12322
12321
|
xinference/web/ui/node_modules/.cache/babel-loader/fe5a19d6f8b72da6a3ff278f7e0197161c16bcd8d9f04a45954d7530b87955a1.json,sha256=aEeCqY4s63i9B0kTQC3Vaie4AJtUG6cDWJsFis0cPtU,1635
|
|
12323
12322
|
xinference/web/ui/node_modules/.cache/babel-loader/fe5eca5e7ba4f0bbcd626d50dd0ee3a9ce3ab6501036d98b89fbf28edbd9ed57.json,sha256=j0VzaxlQw6Y9CXyUlYif9Xe6c00syNeQLMuYulJTubI,1305
|
|
12323
|
+
xinference/web/ui/node_modules/.cache/babel-loader/fe653ca0ca4297b415c0be4013574870d0465a657ae0f3d3f5b66ef6a831390c.json,sha256=MqhMYTr7cV6eaN__0gNsJaARO3Uu4hc01ItFOQ15OUs,14656
|
|
12324
12324
|
xinference/web/ui/node_modules/.cache/babel-loader/fe6b0979ab73890e20c5bbcaae5195d9aa2639b15aec220f0e3211c61efa79a6.json,sha256=_zab5Pbv5GXtW-RUYvP_qYXgScx5ezY4Niu0uUYs3XI,22653
|
|
12325
12325
|
xinference/web/ui/node_modules/.cache/babel-loader/fe6db3828d1ba33c9167ccb4a6bc4fa7500dee1688820b7ecde2872b2b610428.json,sha256=r2P2q5oA2G-hwLDdBONGtdpwJyX7_Jlmksl__vi7ncE,2402
|
|
12326
12326
|
xinference/web/ui/node_modules/.cache/babel-loader/fe706930db8f858f2c536563f1005c90a07d4bc0c4103041d5a1f657acd8016c.json,sha256=1tVjoZBQg-B4pOFnCKhVfFZ7TcJMZaf7U-c2Wj6gn20,1642
|
|
@@ -15270,9 +15270,9 @@ xinference/web/ui/node_modules/yargs-parser/package.json,sha256=BSwbOzgetKXMK4u0
|
|
|
15270
15270
|
xinference/web/ui/node_modules/yocto-queue/package.json,sha256=6U1XHQPGXJTqsiFvT953ORihUtXTblZy4fXBWP9qxC0,725
|
|
15271
15271
|
xinference/web/ui/node_modules/yup/package.json,sha256=xRFSROB9NKxqSWHEVFvSTsPs9Ll074uo8OS1zEw0qhA,1206
|
|
15272
15272
|
xinference/web/ui/node_modules/yup/node_modules/type-fest/package.json,sha256=JTv2zTTVgxQ2H82m1-6qEpdMv08lHjFx4Puf_MsbB_Q,1134
|
|
15273
|
-
xinference-0.7.
|
|
15274
|
-
xinference-0.7.
|
|
15275
|
-
xinference-0.7.
|
|
15276
|
-
xinference-0.7.
|
|
15277
|
-
xinference-0.7.
|
|
15278
|
-
xinference-0.7.
|
|
15273
|
+
xinference-0.7.1.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15274
|
+
xinference-0.7.1.dist-info/METADATA,sha256=NJWApRRwHdP7grW7gmYXblf1YiEP7DSWuK9uF2DLi8Q,19091
|
|
15275
|
+
xinference-0.7.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
15276
|
+
xinference-0.7.1.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15277
|
+
xinference-0.7.1.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15278
|
+
xinference-0.7.1.dist-info/RECORD,,
|