xinference 1.8.1rc1__py3-none-any.whl → 1.9.0__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 +2 -1
- xinference/core/model.py +5 -0
- xinference/core/supervisor.py +2 -3
- xinference/core/worker.py +3 -4
- xinference/deploy/local.py +5 -0
- xinference/deploy/worker.py +6 -0
- xinference/model/core.py +3 -0
- xinference/model/embedding/sentence_transformers/core.py +3 -4
- xinference/model/embedding/vllm/core.py +4 -3
- xinference/model/image/model_spec.json +69 -0
- xinference/model/image/stable_diffusion/core.py +22 -0
- xinference/model/llm/cache_manager.py +17 -3
- xinference/model/llm/harmony.py +245 -0
- xinference/model/llm/llm_family.json +293 -8
- xinference/model/llm/llm_family.py +1 -1
- xinference/model/llm/sglang/core.py +108 -5
- xinference/model/llm/transformers/core.py +15 -7
- xinference/model/llm/transformers/gemma3.py +1 -1
- xinference/model/llm/transformers/gpt_oss.py +91 -0
- xinference/model/llm/transformers/multimodal/core.py +1 -1
- xinference/model/llm/transformers/multimodal/gemma3.py +1 -1
- xinference/model/llm/transformers/multimodal/glm4_1v.py +2 -2
- xinference/model/llm/transformers/multimodal/ovis2.py +1 -1
- xinference/model/llm/transformers/multimodal/qwen-omni.py +7 -8
- xinference/model/llm/transformers/multimodal/qwen2_vl.py +9 -6
- xinference/model/llm/transformers/utils.py +1 -33
- xinference/model/llm/utils.py +61 -7
- xinference/model/llm/vllm/core.py +38 -8
- xinference/model/rerank/__init__.py +66 -23
- xinference/model/rerank/cache_manager.py +35 -0
- xinference/model/rerank/core.py +84 -339
- xinference/model/rerank/custom.py +33 -8
- xinference/model/rerank/model_spec.json +251 -212
- xinference/model/rerank/rerank_family.py +137 -0
- xinference/model/rerank/sentence_transformers/__init__.py +13 -0
- xinference/model/rerank/sentence_transformers/core.py +337 -0
- xinference/model/rerank/vllm/__init__.py +13 -0
- xinference/model/rerank/vllm/core.py +106 -0
- xinference/model/utils.py +109 -0
- xinference/types.py +2 -0
- xinference/ui/web/ui/build/asset-manifest.json +3 -3
- xinference/ui/web/ui/build/index.html +1 -1
- xinference/ui/web/ui/build/static/js/{main.b969199a.js → main.4918643a.js} +3 -3
- xinference/ui/web/ui/build/static/js/{main.b969199a.js.map → main.4918643a.js.map} +1 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/28012da921a51f1082549956d3ae82acd769a754b22afda9acddd98a4daf9ea4.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/475936ebe725eca62a6f52ce182c06a19b2cef4df9545a05ed0591ee0c539d43.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/89179f8f51887b9167721860a12412549ff04f78162e921a7b6aa6532646deb2.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8cd408ccfbe115acef27ccfa5b233da8597131a2a5712add13e1e4d5d4504b.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/9dc5cfc67dd0617b0272aeef8651f1589b2155a4ff1fd72ad3166b217089b619.json +1 -0
- xinference/ui/web/ui/node_modules/.cache/babel-loader/aee5aaba26f2b1e816a3ea9efa68bad8b95695a3d80adcfd8dd57a7bb17ac71a.json +1 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.0.dist-info}/METADATA +6 -1
- {xinference-1.8.1rc1.dist-info → xinference-1.9.0.dist-info}/RECORD +58 -50
- xinference/ui/web/ui/node_modules/.cache/babel-loader/1409a96b9f9f9f5de99a89ab0f738f6da62b449521b0a8d3e4efcf7f5c23534d.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/43b889c3a8e2634092ade463d52481c7c5581c72ded8f23bc5f012ea0ef8cea5.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/5d47532fb42128280d87f57c8a0b02bc1930f7ef764aa7e90579247df18bba83.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/830882bb275468a969614824a9ab8983f874b4581f2eb625e9c66426cdc65e5b.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/9df08abcb5a7c1e48a4eb25c5d5f5d7253ea6854a4397e6d74d1fd75a14acda1.json +0 -1
- xinference/ui/web/ui/node_modules/.cache/babel-loader/b99034986a06445701accc7a4914bb9320947435e8d4e15793392ca4f679316c.json +0 -1
- /xinference/ui/web/ui/build/static/js/{main.b969199a.js.LICENSE.txt → main.4918643a.js.LICENSE.txt} +0 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.0.dist-info}/WHEEL +0 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.0.dist-info}/entry_points.txt +0 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.0.dist-info}/licenses/LICENSE +0 -0
- {xinference-1.8.1rc1.dist-info → xinference-1.9.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"ast":null,"code":"import _objectSpread from\"/home/runner/work/inference/inference/xinference/ui/web/ui/node_modules/@babel/runtime/helpers/esm/objectSpread2.js\";import _slicedToArray from\"/home/runner/work/inference/inference/xinference/ui/web/ui/node_modules/@babel/runtime/helpers/esm/slicedToArray.js\";import ContentCopyOutlinedIcon from'@mui/icons-material/ContentCopyOutlined';import DeleteOutlineOutlinedIcon from'@mui/icons-material/DeleteOutlineOutlined';import OpenInBrowserOutlinedIcon from'@mui/icons-material/OpenInBrowserOutlined';import{TabContext,TabList,TabPanel}from'@mui/lab';import{Badge,Box,IconButton,Stack,Tab,Tooltip}from'@mui/material';import{DataGrid}from'@mui/x-data-grid';import React,{useContext,useEffect,useState}from'react';import{useCookies}from'react-cookie';import{useTranslation}from'react-i18next';import{useLocation,useNavigate}from'react-router-dom';import{ApiContext}from'../../components/apiContext';import ErrorMessageSnackBar from'../../components/errorMessageSnackBar';import fetcher from'../../components/fetcher';import fetchWrapper from'../../components/fetchWrapper';import Title from'../../components/Title';import{isValidBearerToken}from'../../components/utils';import{jsx as _jsx}from\"react/jsx-runtime\";import{jsxs as _jsxs}from\"react/jsx-runtime\";var tabArr=[{label:'model.languageModels',value:'/running_models/LLM',showPrompt:false},{label:'model.embeddingModels',value:'/running_models/embedding',showPrompt:false},{label:'model.rerankModels',value:'/running_models/rerank',showPrompt:false},{label:'model.imageModels',value:'/running_models/image',showPrompt:false},{label:'model.audioModels',value:'/running_models/audio',showPrompt:false},{label:'model.videoModels',value:'/running_models/video',showPrompt:false},{label:'model.flexibleModels',value:'/running_models/flexible',showPrompt:false}];var RunningModels=function RunningModels(){var _React$useState=React.useState(sessionStorage.getItem('runningModelType')),_React$useState2=_slicedToArray(_React$useState,2),tabValue=_React$useState2[0],setTabValue=_React$useState2[1];var _useState=useState(tabArr),_useState2=_slicedToArray(_useState,2),tabList=_useState2[0],setTabList=_useState2[1];var _useState3=useState([]),_useState4=_slicedToArray(_useState3,2),llmData=_useState4[0],setLlmData=_useState4[1];var _useState5=useState([]),_useState6=_slicedToArray(_useState5,2),embeddingModelData=_useState6[0],setEmbeddingModelData=_useState6[1];var _useState7=useState([]),_useState8=_slicedToArray(_useState7,2),imageModelData=_useState8[0],setImageModelData=_useState8[1];var _useState9=useState([]),_useState10=_slicedToArray(_useState9,2),audioModelData=_useState10[0],setAudioModelData=_useState10[1];var _useState11=useState([]),_useState12=_slicedToArray(_useState11,2),videoModelData=_useState12[0],setVideoModelData=_useState12[1];var _useState13=useState([]),_useState14=_slicedToArray(_useState13,2),rerankModelData=_useState14[0],setRerankModelData=_useState14[1];var _useState15=useState([]),_useState16=_slicedToArray(_useState15,2),flexibleModelData=_useState16[0],setFlexibleModelData=_useState16[1];var _useContext=useContext(ApiContext),isCallingApi=_useContext.isCallingApi,setIsCallingApi=_useContext.setIsCallingApi;var _useContext2=useContext(ApiContext),isUpdatingModel=_useContext2.isUpdatingModel,setIsUpdatingModel=_useContext2.setIsUpdatingModel;var _useContext3=useContext(ApiContext),setErrorMsg=_useContext3.setErrorMsg;var _useCookies=useCookies(['token']),_useCookies2=_slicedToArray(_useCookies,1),cookie=_useCookies2[0];var navigate=useNavigate();var endPoint=useContext(ApiContext).endPoint;var _useTranslation=useTranslation(),t=_useTranslation.t;var location=useLocation();var handleTabChange=function handleTabChange(event,newValue){setTabValue(newValue);navigate(newValue);sessionStorage.setItem('runningModelType',newValue);};var update=function update(isCallingApi){if(sessionStorage.getItem('auth')==='true'&&!isValidBearerToken(sessionStorage.getItem('token'))&&!isValidBearerToken(cookie.token)){navigate('/login',{replace:true});return;}if(isCallingApi){setLlmData([{id:'Loading, do not refresh page...',url:'IS_LOADING'}]);setEmbeddingModelData([{id:'Loading, do not refresh page...',url:'IS_LOADING'}]);setAudioModelData([{id:'Loading, do not refresh page...',url:'IS_LOADING'}]);setVideoModelData([{id:'Loading, do not refresh page...',url:'IS_LOADING'}]);setImageModelData([{id:'Loading, do not refresh page...',url:'IS_LOADING'}]);setRerankModelData([{id:'Loading, do not refresh page...',url:'IS_LOADING'}]);setFlexibleModelData([{id:'Loading, do not refresh page...',url:'IS_LOADING'}]);}else{setIsUpdatingModel(true);fetchWrapper.get('/v1/models').then(function(response){var modelMap={LLM:[],embedding:[],image:[],audio:[],video:[],rerank:[],flexible:[]};response.data.forEach(function(model){var newValue=_objectSpread(_objectSpread({},model),{},{id:model.id,url:model.id});if(modelMap[newValue.model_type]){modelMap[newValue.model_type].push(newValue);}});setLlmData(modelMap.LLM);setEmbeddingModelData(modelMap.embedding);setImageModelData(modelMap.image);setAudioModelData(modelMap.audio);setVideoModelData(modelMap.video);setRerankModelData(modelMap.rerank);setFlexibleModelData(modelMap.flexible);if(location.pathname.endsWith('/LLM')){var modelOrder=['LLM','embedding','image','audio','video','rerank','flexible'];for(var _i=0,_modelOrder=modelOrder;_i<_modelOrder.length;_i++){var type=_modelOrder[_i];if(modelMap[type]&&modelMap[type].length>0){navigate(\"/running_models/\".concat(type));setTabValue(\"/running_models/\".concat(type));break;}}}setIsUpdatingModel(false);}).catch(function(error){console.error('Error:',error);setIsUpdatingModel(false);if(error.response.status!==403&&error.response.status!==401){setErrorMsg(error.message);}});}};useEffect(function(){update(isCallingApi);// eslint-disable-next-line\n},[isCallingApi,cookie.token]);var llmColumns=[{field:'id',headerName:'ID',flex:1,minWidth:250,renderCell:function renderCell(_ref){var row=_ref.row;return renderWithCopy(row.id);}},{field:'model_name',headerName:t('runningModels.name'),flex:1,renderCell:function renderCell(_ref2){var row=_ref2.row;return renderWithCopy(row.model_name);}},{field:'address',headerName:t('runningModels.address'),flex:1},{field:'accelerators',headerName:t('runningModels.gpuIndexes'),flex:1},{field:'model_size_in_billions',headerName:t('runningModels.size'),flex:1},{field:'quantization',headerName:t('runningModels.quantization'),flex:1},{field:'replica',headerName:t('runningModels.replica'),flex:1},{field:'url',headerName:t('runningModels.actions'),flex:1,minWidth:200,sortable:false,filterable:false,disableColumnMenu:true,renderCell:function renderCell(_ref3){var row=_ref3.row;var url=row.url;var openUrl=\"\".concat(endPoint,\"/\")+url;var closeUrl=\"\".concat(endPoint,\"/v1/models/\")+url;var gradioUrl=\"\".concat(endPoint,\"/v1/ui/\")+url;if(url==='IS_LOADING'){return/*#__PURE__*/_jsx(\"div\",{});}return/*#__PURE__*/_jsxs(Box,{style:{width:'100%',display:'flex',justifyContent:'left',alignItems:'left'},children:[/*#__PURE__*/_jsx(IconButton,{title:\"Launch Web UI\",style:{borderWidth:'0px',backgroundColor:'transparent',paddingLeft:'0px',paddingRight:'10px'},onClick:function onClick(){if(isCallingApi||isUpdatingModel){// Make sure no ongoing call\nreturn;}setIsCallingApi(true);fetcher(openUrl,{method:'HEAD'}).then(function(response){if(response.status===404){// If web UI doesn't exist (404 Not Found)\nconsole.log('UI does not exist, creating new...');return fetcher(gradioUrl,{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({model_type:row.model_type,model_name:row.model_family,model_size_in_billions:row.model_size_in_billions,model_format:row.model_format,quantization:row.quantization,context_length:row.context_length,model_ability:row.model_ability,model_description:row.model_description,model_lang:row.model_lang})}).then(function(response){return response.json();}).then(function(){return window.open(openUrl,'_blank','noopener noreferrer');}).finally(function(){return setIsCallingApi(false);});}else if(response.ok){// If web UI does exist\nconsole.log('UI exists, opening...');window.open(openUrl,'_blank','noopener noreferrer');setIsCallingApi(false);}else{// Other HTTP errors\nconsole.error(\"Unexpected response status: \".concat(response.status));setIsCallingApi(false);}}).catch(function(error){console.error('Error:',error);setIsCallingApi(false);});},children:/*#__PURE__*/_jsx(Box,{width:\"40px\",m:\"0 auto\",p:\"5px\",display:\"flex\",justifyContent:\"center\",borderRadius:\"4px\",style:{border:'1px solid #e5e7eb',borderWidth:'1px',borderColor:'#e5e7eb'},children:/*#__PURE__*/_jsx(OpenInBrowserOutlinedIcon,{})})}),/*#__PURE__*/_jsx(IconButton,{title:\"Terminate Model\",style:{borderWidth:'0px',backgroundColor:'transparent',paddingLeft:'0px',paddingRight:'10px'},onClick:function onClick(){if(isCallingApi||isUpdatingModel){return;}setIsCallingApi(true);fetcher(closeUrl,{method:'DELETE'}).then(function(response){response.json();}).then(function(){setIsCallingApi(false);}).catch(function(error){console.error('Error:',error);setIsCallingApi(false);});},children:/*#__PURE__*/_jsx(Box,{width:\"40px\",m:\"0 auto\",p:\"5px\",display:\"flex\",justifyContent:\"center\",borderRadius:\"4px\",style:{border:'1px solid #e5e7eb',borderWidth:'1px',borderColor:'#e5e7eb'},children:/*#__PURE__*/_jsx(DeleteOutlineOutlinedIcon,{})})})]});}}];var embeddingModelColumns=[{field:'id',headerName:'ID',flex:1,minWidth:250,renderCell:function renderCell(_ref4){var row=_ref4.row;return renderWithCopy(row.id);}},{field:'model_name',headerName:t('runningModels.name'),flex:1,renderCell:function renderCell(_ref5){var row=_ref5.row;return renderWithCopy(row.model_name);}},{field:'address',headerName:t('runningModels.address'),flex:1},{field:'accelerators',headerName:t('runningModels.gpuIndexes'),flex:1},{field:'replica',headerName:t('runningModels.replica'),flex:1},{field:'url',headerName:t('runningModels.actions'),flex:1,minWidth:200,sortable:false,filterable:false,disableColumnMenu:true,renderCell:function renderCell(_ref6){var row=_ref6.row;var url=row.url;var closeUrl=\"\".concat(endPoint,\"/v1/models/\")+url;if(url==='IS_LOADING'){return/*#__PURE__*/_jsx(\"div\",{});}return/*#__PURE__*/_jsx(Box,{style:{width:'100%',display:'flex',justifyContent:'left',alignItems:'left'},children:/*#__PURE__*/_jsx(IconButton,{title:\"Terminate Model\",style:{borderWidth:'0px',backgroundColor:'transparent',paddingLeft:'0px',paddingRight:'10px'},onClick:function onClick(){if(isCallingApi||isUpdatingModel){return;}setIsCallingApi(true);fetcher(closeUrl,{method:'DELETE'}).then(function(response){response.json();}).then(function(){setIsCallingApi(false);}).catch(function(error){console.error('Error:',error);setIsCallingApi(false);});},children:/*#__PURE__*/_jsx(Box,{width:\"40px\",m:\"0 auto\",p:\"5px\",display:\"flex\",justifyContent:\"center\",borderRadius:\"4px\",style:{border:'1px solid #e5e7eb',borderWidth:'1px',borderColor:'#e5e7eb'},children:/*#__PURE__*/_jsx(DeleteOutlineOutlinedIcon,{})})})});}}];var imageModelColumns=[{field:'id',headerName:'ID',flex:1,minWidth:250,renderCell:function renderCell(_ref7){var row=_ref7.row;return renderWithCopy(row.id);}},{field:'model_name',headerName:t('runningModels.name'),flex:1,renderCell:function renderCell(_ref8){var row=_ref8.row;return renderWithCopy(row.model_name);}},{field:'address',headerName:t('runningModels.address'),flex:1},{field:'accelerators',headerName:t('runningModels.gpuIndexes'),flex:1},{field:'replica',headerName:t('runningModels.replica'),flex:1},{field:'url',headerName:t('runningModels.actions'),flex:1,minWidth:200,sortable:false,filterable:false,disableColumnMenu:true,renderCell:function renderCell(_ref9){var row=_ref9.row;// this URL means model_uid\nvar url=row.url;var openUrl=\"\".concat(endPoint,\"/\")+url;var closeUrl=\"\".concat(endPoint,\"/v1/models/\")+url;var pathType;if(row.model_type==='video'){pathType='videos';}else if(row.model_type==='audio'){pathType='audios';}else{pathType='images';// default\n}var gradioUrl=\"\".concat(endPoint,\"/v1/ui/\").concat(pathType,\"/\")+url;if(url==='IS_LOADING'){return/*#__PURE__*/_jsx(\"div\",{});}return/*#__PURE__*/_jsxs(Box,{style:{width:'100%',display:'flex',justifyContent:'left',alignItems:'left'},children:[/*#__PURE__*/_jsx(IconButton,{title:\"Launch Web UI\",style:{borderWidth:'0px',backgroundColor:'transparent',paddingLeft:'0px',paddingRight:'10px'},onClick:function onClick(){if(isCallingApi||isUpdatingModel){// Make sure no ongoing call\nreturn;}setIsCallingApi(true);fetcher(openUrl,{method:'HEAD'}).then(function(response){if(response.status===404){// If web UI doesn't exist (404 Not Found)\nconsole.log('UI does not exist, creating new...');return fetcher(gradioUrl,{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({model_type:row.model_type,model_family:row.model_family,model_id:row.id,controlnet:row.controlnet,model_revision:row.model_revision,model_name:row.model_name,model_ability:row.model_ability})}).then(function(response){return response.json();}).then(function(){return window.open(openUrl,'_blank','noopener noreferrer');}).finally(function(){return setIsCallingApi(false);});}else if(response.ok){// If web UI does exist\nconsole.log('UI exists, opening...');window.open(openUrl,'_blank','noopener noreferrer');setIsCallingApi(false);}else{// Other HTTP errors\nconsole.error(\"Unexpected response status: \".concat(response.status));setIsCallingApi(false);}}).catch(function(error){console.error('Error:',error);setIsCallingApi(false);});},children:/*#__PURE__*/_jsx(Box,{width:\"40px\",m:\"0 auto\",p:\"5px\",display:\"flex\",justifyContent:\"center\",borderRadius:\"4px\",style:{border:'1px solid #e5e7eb',borderWidth:'1px',borderColor:'#e5e7eb'},children:/*#__PURE__*/_jsx(OpenInBrowserOutlinedIcon,{})})}),/*#__PURE__*/_jsx(IconButton,{title:\"Terminate Model\",style:{borderWidth:'0px',backgroundColor:'transparent',paddingLeft:'0px',paddingRight:'10px'},onClick:function onClick(){if(isCallingApi||isUpdatingModel){return;}setIsCallingApi(true);fetcher(closeUrl,{method:'DELETE'}).then(function(response){response.json();}).then(function(){setIsCallingApi(false);}).catch(function(error){console.error('Error:',error);setIsCallingApi(false);});},children:/*#__PURE__*/_jsx(Box,{width:\"40px\",m:\"0 auto\",p:\"5px\",display:\"flex\",justifyContent:\"center\",borderRadius:\"4px\",style:{border:'1px solid #e5e7eb',borderWidth:'1px',borderColor:'#e5e7eb'},children:/*#__PURE__*/_jsx(DeleteOutlineOutlinedIcon,{})})})]});}}];var audioModelColumns=imageModelColumns;var videoModelColumns=imageModelColumns;var rerankModelColumns=embeddingModelColumns;var flexibleModelColumns=embeddingModelColumns;var dataGridStyle={'& .MuiDataGrid-cell':{borderBottom:'none'},'& .MuiDataGrid-columnHeaders':{borderBottom:'none'},'& .MuiDataGrid-columnHeaderTitle':{fontWeight:'bold'},'& .MuiDataGrid-virtualScroller':{overflowX:'visible !important',overflow:'visible'},'& .MuiDataGrid-footerContainer':{borderTop:'none'},'border-width':'0px'};var noRowsOverlay=function noRowsOverlay(){return/*#__PURE__*/_jsx(Stack,{height:\"100%\",alignItems:\"center\",justifyContent:\"center\",children:t('runningModels.noRunningModels')});};var noResultsOverlay=function noResultsOverlay(){return/*#__PURE__*/_jsx(Stack,{height:\"100%\",alignItems:\"center\",justifyContent:\"center\",children:t('runningModels.noRunningModelsMatches')});};var renderWithCopy=function renderWithCopy(display){var _useState17=useState(false),_useState18=_slicedToArray(_useState17,2),tooltipOpen=_useState18[0],setTooltipOpen=_useState18[1];var _useState19=useState(t('runningModels.copy')),_useState20=_slicedToArray(_useState19,2),tooltipText=_useState20[0],setTooltipText=_useState20[1];var handleCopy=function handleCopy(event){event.stopPropagation();if(navigator.clipboard&&window.isSecureContext){// for HTTPS\nnavigator.clipboard.writeText(display).then(function(){setTooltipText(t('runningModels.copied'));}).catch(function(){setTooltipText(t('runningModels.copyFailed'));}).finally(function(){setTooltipOpen(true);setTimeout(function(){setTooltipOpen(false);setTooltipText(t('runningModels.copy'));},1500);});}else{// for HTTP\nvar textArea=document.createElement('textarea');textArea.value=display;textArea.style.position='absolute';textArea.style.left='-9999px';document.body.appendChild(textArea);textArea.select();try{var success=document.execCommand('copy');if(success){setTooltipText(t('runningModels.copied'));}else{setTooltipText(t('runningModels.copyFailed'));}}catch(err){setTooltipText(t('runningModels.copyFailed'));}document.body.removeChild(textArea);setTooltipOpen(true);setTimeout(function(){setTooltipOpen(false);setTooltipText(t('runningModels.copy'));},1500);}};return/*#__PURE__*/_jsxs(\"div\",{style:{display:'flex',alignItems:'center',maxWidth:'100%',overflow:'hidden'},children:[/*#__PURE__*/_jsx(\"span\",{style:{flex:1,minWidth:0,overflow:'hidden',whiteSpace:'nowrap',textOverflow:'ellipsis',marginRight:8},children:display}),/*#__PURE__*/_jsx(Tooltip,{title:tooltipText,open:tooltipOpen,children:/*#__PURE__*/_jsx(IconButton,{size:\"small\",onClick:handleCopy,children:/*#__PURE__*/_jsx(ContentCopyOutlinedIcon,{fontSize:\"small\"})})})]});};useEffect(function(){var dataMap={'model.languageModels':llmData,'model.embeddingModels':embeddingModelData,'model.rerankModels':rerankModelData,'model.imageModels':imageModelData,'model.audioModels':audioModelData,'model.videoModels':videoModelData,'model.flexibleModels':flexibleModelData};setTabList(tabList.map(function(item){var _dataMap$item$label;if((_dataMap$item$label=dataMap[item.label])!==null&&_dataMap$item$label!==void 0&&_dataMap$item$label.length&&dataMap[item.label][0].model_type){return _objectSpread(_objectSpread({},item),{},{showPrompt:true});}return _objectSpread(_objectSpread({},item),{},{showPrompt:false});}));},[llmData,embeddingModelData,rerankModelData,imageModelData,audioModelData,videoModelData,flexibleModelData]);return/*#__PURE__*/_jsxs(Box,{sx:{height:'100%',width:'100%',padding:'20px 20px 0 20px'},children:[/*#__PURE__*/_jsx(Title,{title:t('menu.runningModels')}),/*#__PURE__*/_jsx(ErrorMessageSnackBar,{}),/*#__PURE__*/_jsxs(TabContext,{value:tabValue,children:[/*#__PURE__*/_jsx(Box,{sx:{borderBottom:1,borderColor:'divider'},children:/*#__PURE__*/_jsx(TabList,{value:tabValue,onChange:handleTabChange,\"aria-label\":\"tabs\",children:tabList.map(function(item){return/*#__PURE__*/_jsx(Tab,{label:/*#__PURE__*/_jsx(Badge,{color:\"secondary\",variant:\"dot\",invisible:!item.showPrompt,children:t(item.label)}),value:item.value},item.value);})})}),/*#__PURE__*/_jsx(TabPanel,{value:\"/running_models/LLM\",sx:{padding:0},children:/*#__PURE__*/_jsx(Box,{sx:{height:'100%',width:'100%'},children:/*#__PURE__*/_jsx(DataGrid,{rows:llmData,columns:llmColumns,autoHeight:true,sx:dataGridStyle,slots:{noRowsOverlay:noRowsOverlay,noResultsOverlay:noResultsOverlay}})})}),/*#__PURE__*/_jsx(TabPanel,{value:\"/running_models/embedding\",sx:{padding:0},children:/*#__PURE__*/_jsx(Box,{sx:{height:'100%',width:'100%'},children:/*#__PURE__*/_jsx(DataGrid,{rows:embeddingModelData,columns:embeddingModelColumns,autoHeight:true,sx:dataGridStyle,slots:{noRowsOverlay:noRowsOverlay,noResultsOverlay:noResultsOverlay}})})}),/*#__PURE__*/_jsx(TabPanel,{value:\"/running_models/rerank\",sx:{padding:0},children:/*#__PURE__*/_jsx(Box,{sx:{height:'100%',width:'100%'},children:/*#__PURE__*/_jsx(DataGrid,{rows:rerankModelData,columns:rerankModelColumns,autoHeight:true,sx:dataGridStyle,slots:{noRowsOverlay:noRowsOverlay,noResultsOverlay:noResultsOverlay}})})}),/*#__PURE__*/_jsx(TabPanel,{value:\"/running_models/image\",sx:{padding:0},children:/*#__PURE__*/_jsx(Box,{sx:{height:'100%',width:'100%'},children:/*#__PURE__*/_jsx(DataGrid,{rows:imageModelData,columns:imageModelColumns,autoHeight:true,sx:dataGridStyle,slots:{noRowsOverlay:noRowsOverlay,noResultsOverlay:noResultsOverlay}})})}),/*#__PURE__*/_jsx(TabPanel,{value:\"/running_models/audio\",sx:{padding:0},children:/*#__PURE__*/_jsx(Box,{sx:{height:'100%',width:'100%'},children:/*#__PURE__*/_jsx(DataGrid,{rows:audioModelData,columns:audioModelColumns,autoHeight:true,sx:dataGridStyle,slots:{noRowsOverlay:noRowsOverlay,noResultsOverlay:noResultsOverlay}})})}),/*#__PURE__*/_jsx(TabPanel,{value:\"/running_models/video\",sx:{padding:0},children:/*#__PURE__*/_jsx(Box,{sx:{height:'100%',width:'100%'},children:/*#__PURE__*/_jsx(DataGrid,{rows:videoModelData,columns:videoModelColumns,autoHeight:true,sx:dataGridStyle,slots:{noRowsOverlay:noRowsOverlay,noResultsOverlay:noResultsOverlay}})})}),/*#__PURE__*/_jsx(TabPanel,{value:\"/running_models/flexible\",sx:{padding:0},children:/*#__PURE__*/_jsx(Box,{sx:{height:'100%',width:'100%'},children:/*#__PURE__*/_jsx(DataGrid,{rows:flexibleModelData,columns:flexibleModelColumns,autoHeight:true,sx:dataGridStyle,slots:{noRowsOverlay:noRowsOverlay,noResultsOverlay:noResultsOverlay}})})})]})]});};export default RunningModels;","map":{"version":3,"names":["ContentCopyOutlinedIcon","DeleteOutlineOutlinedIcon","OpenInBrowserOutlinedIcon","TabContext","TabList","TabPanel","Badge","Box","IconButton","Stack","Tab","Tooltip","DataGrid","React","useContext","useEffect","useState","useCookies","useTranslation","useLocation","useNavigate","ApiContext","ErrorMessageSnackBar","fetcher","fetchWrapper","Title","isValidBearerToken","jsx","_jsx","jsxs","_jsxs","tabArr","label","value","showPrompt","RunningModels","_React$useState","sessionStorage","getItem","_React$useState2","_slicedToArray","tabValue","setTabValue","_useState","_useState2","tabList","setTabList","_useState3","_useState4","llmData","setLlmData","_useState5","_useState6","embeddingModelData","setEmbeddingModelData","_useState7","_useState8","imageModelData","setImageModelData","_useState9","_useState10","audioModelData","setAudioModelData","_useState11","_useState12","videoModelData","setVideoModelData","_useState13","_useState14","rerankModelData","setRerankModelData","_useState15","_useState16","flexibleModelData","setFlexibleModelData","_useContext","isCallingApi","setIsCallingApi","_useContext2","isUpdatingModel","setIsUpdatingModel","_useContext3","setErrorMsg","_useCookies","_useCookies2","cookie","navigate","endPoint","_useTranslation","t","location","handleTabChange","event","newValue","setItem","update","token","replace","id","url","get","then","response","modelMap","LLM","embedding","image","audio","video","rerank","flexible","data","forEach","model","_objectSpread","model_type","push","pathname","endsWith","modelOrder","_i","_modelOrder","length","type","concat","catch","error","console","status","message","llmColumns","field","headerName","flex","minWidth","renderCell","_ref","row","renderWithCopy","_ref2","model_name","sortable","filterable","disableColumnMenu","_ref3","openUrl","closeUrl","gradioUrl","style","width","display","justifyContent","alignItems","children","title","borderWidth","backgroundColor","paddingLeft","paddingRight","onClick","method","log","headers","body","JSON","stringify","model_family","model_size_in_billions","model_format","quantization","context_length","model_ability","model_description","model_lang","json","window","open","finally","ok","m","p","borderRadius","border","borderColor","embeddingModelColumns","_ref4","_ref5","_ref6","imageModelColumns","_ref7","_ref8","_ref9","pathType","model_id","controlnet","model_revision","audioModelColumns","videoModelColumns","rerankModelColumns","flexibleModelColumns","dataGridStyle","borderBottom","fontWeight","overflowX","overflow","borderTop","noRowsOverlay","height","noResultsOverlay","_useState17","_useState18","tooltipOpen","setTooltipOpen","_useState19","_useState20","tooltipText","setTooltipText","handleCopy","stopPropagation","navigator","clipboard","isSecureContext","writeText","setTimeout","textArea","document","createElement","position","left","appendChild","select","success","execCommand","err","removeChild","maxWidth","whiteSpace","textOverflow","marginRight","size","fontSize","dataMap","map","item","_dataMap$item$label","sx","padding","onChange","color","variant","invisible","rows","columns","autoHeight","slots"],"sources":["/home/runner/work/inference/inference/xinference/ui/web/ui/src/scenes/running_models/index.js"],"sourcesContent":["import ContentCopyOutlinedIcon from '@mui/icons-material/ContentCopyOutlined'\nimport DeleteOutlineOutlinedIcon from '@mui/icons-material/DeleteOutlineOutlined'\nimport OpenInBrowserOutlinedIcon from '@mui/icons-material/OpenInBrowserOutlined'\nimport { TabContext, TabList, TabPanel } from '@mui/lab'\nimport { Badge, Box, IconButton, Stack, Tab, Tooltip } from '@mui/material'\nimport { DataGrid } from '@mui/x-data-grid'\nimport React, { useContext, useEffect, useState } from 'react'\nimport { useCookies } from 'react-cookie'\nimport { useTranslation } from 'react-i18next'\nimport { useLocation, useNavigate } from 'react-router-dom'\n\nimport { ApiContext } from '../../components/apiContext'\nimport ErrorMessageSnackBar from '../../components/errorMessageSnackBar'\nimport fetcher from '../../components/fetcher'\nimport fetchWrapper from '../../components/fetchWrapper'\nimport Title from '../../components/Title'\nimport { isValidBearerToken } from '../../components/utils'\n\nconst tabArr = [\n {\n label: 'model.languageModels',\n value: '/running_models/LLM',\n showPrompt: false,\n },\n {\n label: 'model.embeddingModels',\n value: '/running_models/embedding',\n showPrompt: false,\n },\n {\n label: 'model.rerankModels',\n value: '/running_models/rerank',\n showPrompt: false,\n },\n {\n label: 'model.imageModels',\n value: '/running_models/image',\n showPrompt: false,\n },\n {\n label: 'model.audioModels',\n value: '/running_models/audio',\n showPrompt: false,\n },\n {\n label: 'model.videoModels',\n value: '/running_models/video',\n showPrompt: false,\n },\n {\n label: 'model.flexibleModels',\n value: '/running_models/flexible',\n showPrompt: false,\n },\n]\n\nconst RunningModels = () => {\n const [tabValue, setTabValue] = React.useState(\n sessionStorage.getItem('runningModelType')\n )\n const [tabList, setTabList] = useState(tabArr)\n const [llmData, setLlmData] = useState([])\n const [embeddingModelData, setEmbeddingModelData] = useState([])\n const [imageModelData, setImageModelData] = useState([])\n const [audioModelData, setAudioModelData] = useState([])\n const [videoModelData, setVideoModelData] = useState([])\n const [rerankModelData, setRerankModelData] = useState([])\n const [flexibleModelData, setFlexibleModelData] = useState([])\n const { isCallingApi, setIsCallingApi } = useContext(ApiContext)\n const { isUpdatingModel, setIsUpdatingModel } = useContext(ApiContext)\n const { setErrorMsg } = useContext(ApiContext)\n const [cookie] = useCookies(['token'])\n const navigate = useNavigate()\n const endPoint = useContext(ApiContext).endPoint\n const { t } = useTranslation()\n const location = useLocation()\n\n const handleTabChange = (event, newValue) => {\n setTabValue(newValue)\n navigate(newValue)\n sessionStorage.setItem('runningModelType', newValue)\n }\n\n const update = (isCallingApi) => {\n if (\n sessionStorage.getItem('auth') === 'true' &&\n !isValidBearerToken(sessionStorage.getItem('token')) &&\n !isValidBearerToken(cookie.token)\n ) {\n navigate('/login', { replace: true })\n return\n }\n if (isCallingApi) {\n setLlmData([{ id: 'Loading, do not refresh page...', url: 'IS_LOADING' }])\n setEmbeddingModelData([\n { id: 'Loading, do not refresh page...', url: 'IS_LOADING' },\n ])\n setAudioModelData([\n { id: 'Loading, do not refresh page...', url: 'IS_LOADING' },\n ])\n setVideoModelData([\n { id: 'Loading, do not refresh page...', url: 'IS_LOADING' },\n ])\n setImageModelData([\n { id: 'Loading, do not refresh page...', url: 'IS_LOADING' },\n ])\n setRerankModelData([\n { id: 'Loading, do not refresh page...', url: 'IS_LOADING' },\n ])\n setFlexibleModelData([\n { id: 'Loading, do not refresh page...', url: 'IS_LOADING' },\n ])\n } else {\n setIsUpdatingModel(true)\n\n fetchWrapper\n .get('/v1/models')\n .then((response) => {\n const modelMap = {\n LLM: [],\n embedding: [],\n image: [],\n audio: [],\n video: [],\n rerank: [],\n flexible: [],\n }\n\n response.data.forEach((model) => {\n const newValue = {\n ...model,\n id: model.id,\n url: model.id,\n }\n if (modelMap[newValue.model_type]) {\n modelMap[newValue.model_type].push(newValue)\n }\n })\n\n setLlmData(modelMap.LLM)\n setEmbeddingModelData(modelMap.embedding)\n setImageModelData(modelMap.image)\n setAudioModelData(modelMap.audio)\n setVideoModelData(modelMap.video)\n setRerankModelData(modelMap.rerank)\n setFlexibleModelData(modelMap.flexible)\n\n if (location.pathname.endsWith('/LLM')) {\n const modelOrder = [\n 'LLM',\n 'embedding',\n 'image',\n 'audio',\n 'video',\n 'rerank',\n 'flexible',\n ]\n for (const type of modelOrder) {\n if (modelMap[type] && modelMap[type].length > 0) {\n navigate(`/running_models/${type}`)\n setTabValue(`/running_models/${type}`)\n break\n }\n }\n }\n\n setIsUpdatingModel(false)\n })\n .catch((error) => {\n console.error('Error:', error)\n setIsUpdatingModel(false)\n if (error.response.status !== 403 && error.response.status !== 401) {\n setErrorMsg(error.message)\n }\n })\n }\n }\n\n useEffect(() => {\n update(isCallingApi)\n // eslint-disable-next-line\n }, [isCallingApi, cookie.token])\n\n const llmColumns = [\n {\n field: 'id',\n headerName: 'ID',\n flex: 1,\n minWidth: 250,\n renderCell: ({ row }) => {\n return renderWithCopy(row.id)\n },\n },\n {\n field: 'model_name',\n headerName: t('runningModels.name'),\n flex: 1,\n renderCell: ({ row }) => {\n return renderWithCopy(row.model_name)\n },\n },\n {\n field: 'address',\n headerName: t('runningModels.address'),\n flex: 1,\n },\n {\n field: 'accelerators',\n headerName: t('runningModels.gpuIndexes'),\n flex: 1,\n },\n {\n field: 'model_size_in_billions',\n headerName: t('runningModels.size'),\n flex: 1,\n },\n {\n field: 'quantization',\n headerName: t('runningModels.quantization'),\n flex: 1,\n },\n {\n field: 'replica',\n headerName: t('runningModels.replica'),\n flex: 1,\n },\n {\n field: 'url',\n headerName: t('runningModels.actions'),\n flex: 1,\n minWidth: 200,\n sortable: false,\n filterable: false,\n disableColumnMenu: true,\n renderCell: ({ row }) => {\n const url = row.url\n const openUrl = `${endPoint}/` + url\n const closeUrl = `${endPoint}/v1/models/` + url\n const gradioUrl = `${endPoint}/v1/ui/` + url\n\n if (url === 'IS_LOADING') {\n return <div></div>\n }\n\n return (\n <Box\n style={{\n width: '100%',\n display: 'flex',\n justifyContent: 'left',\n alignItems: 'left',\n }}\n >\n <IconButton\n title=\"Launch Web UI\"\n style={{\n borderWidth: '0px',\n backgroundColor: 'transparent',\n paddingLeft: '0px',\n paddingRight: '10px',\n }}\n onClick={() => {\n if (isCallingApi || isUpdatingModel) {\n // Make sure no ongoing call\n return\n }\n\n setIsCallingApi(true)\n\n fetcher(openUrl, {\n method: 'HEAD',\n })\n .then((response) => {\n if (response.status === 404) {\n // If web UI doesn't exist (404 Not Found)\n console.log('UI does not exist, creating new...')\n return fetcher(gradioUrl, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify({\n model_type: row.model_type,\n model_name: row.model_family,\n model_size_in_billions: row.model_size_in_billions,\n model_format: row.model_format,\n quantization: row.quantization,\n context_length: row.context_length,\n model_ability: row.model_ability,\n model_description: row.model_description,\n model_lang: row.model_lang,\n }),\n })\n .then((response) => response.json())\n .then(() =>\n window.open(openUrl, '_blank', 'noopener noreferrer')\n )\n .finally(() => setIsCallingApi(false))\n } else if (response.ok) {\n // If web UI does exist\n console.log('UI exists, opening...')\n window.open(openUrl, '_blank', 'noopener noreferrer')\n setIsCallingApi(false)\n } else {\n // Other HTTP errors\n console.error(\n `Unexpected response status: ${response.status}`\n )\n setIsCallingApi(false)\n }\n })\n .catch((error) => {\n console.error('Error:', error)\n setIsCallingApi(false)\n })\n }}\n >\n <Box\n width=\"40px\"\n m=\"0 auto\"\n p=\"5px\"\n display=\"flex\"\n justifyContent=\"center\"\n borderRadius=\"4px\"\n style={{\n border: '1px solid #e5e7eb',\n borderWidth: '1px',\n borderColor: '#e5e7eb',\n }}\n >\n <OpenInBrowserOutlinedIcon />\n </Box>\n </IconButton>\n <IconButton\n title=\"Terminate Model\"\n style={{\n borderWidth: '0px',\n backgroundColor: 'transparent',\n paddingLeft: '0px',\n paddingRight: '10px',\n }}\n onClick={() => {\n if (isCallingApi || isUpdatingModel) {\n return\n }\n setIsCallingApi(true)\n fetcher(closeUrl, {\n method: 'DELETE',\n })\n .then((response) => {\n response.json()\n })\n .then(() => {\n setIsCallingApi(false)\n })\n .catch((error) => {\n console.error('Error:', error)\n setIsCallingApi(false)\n })\n }}\n >\n <Box\n width=\"40px\"\n m=\"0 auto\"\n p=\"5px\"\n display=\"flex\"\n justifyContent=\"center\"\n borderRadius=\"4px\"\n style={{\n border: '1px solid #e5e7eb',\n borderWidth: '1px',\n borderColor: '#e5e7eb',\n }}\n >\n <DeleteOutlineOutlinedIcon />\n </Box>\n </IconButton>\n </Box>\n )\n },\n },\n ]\n const embeddingModelColumns = [\n {\n field: 'id',\n headerName: 'ID',\n flex: 1,\n minWidth: 250,\n renderCell: ({ row }) => {\n return renderWithCopy(row.id)\n },\n },\n {\n field: 'model_name',\n headerName: t('runningModels.name'),\n flex: 1,\n renderCell: ({ row }) => {\n return renderWithCopy(row.model_name)\n },\n },\n {\n field: 'address',\n headerName: t('runningModels.address'),\n flex: 1,\n },\n {\n field: 'accelerators',\n headerName: t('runningModels.gpuIndexes'),\n flex: 1,\n },\n {\n field: 'replica',\n headerName: t('runningModels.replica'),\n flex: 1,\n },\n {\n field: 'url',\n headerName: t('runningModels.actions'),\n flex: 1,\n minWidth: 200,\n sortable: false,\n filterable: false,\n disableColumnMenu: true,\n renderCell: ({ row }) => {\n const url = row.url\n const closeUrl = `${endPoint}/v1/models/` + url\n\n if (url === 'IS_LOADING') {\n return <div></div>\n }\n\n return (\n <Box\n style={{\n width: '100%',\n display: 'flex',\n justifyContent: 'left',\n alignItems: 'left',\n }}\n >\n <IconButton\n title=\"Terminate Model\"\n style={{\n borderWidth: '0px',\n backgroundColor: 'transparent',\n paddingLeft: '0px',\n paddingRight: '10px',\n }}\n onClick={() => {\n if (isCallingApi || isUpdatingModel) {\n return\n }\n setIsCallingApi(true)\n fetcher(closeUrl, {\n method: 'DELETE',\n })\n .then((response) => {\n response.json()\n })\n .then(() => {\n setIsCallingApi(false)\n })\n .catch((error) => {\n console.error('Error:', error)\n setIsCallingApi(false)\n })\n }}\n >\n <Box\n width=\"40px\"\n m=\"0 auto\"\n p=\"5px\"\n display=\"flex\"\n justifyContent=\"center\"\n borderRadius=\"4px\"\n style={{\n border: '1px solid #e5e7eb',\n borderWidth: '1px',\n borderColor: '#e5e7eb',\n }}\n >\n <DeleteOutlineOutlinedIcon />\n </Box>\n </IconButton>\n </Box>\n )\n },\n },\n ]\n const imageModelColumns = [\n {\n field: 'id',\n headerName: 'ID',\n flex: 1,\n minWidth: 250,\n renderCell: ({ row }) => {\n return renderWithCopy(row.id)\n },\n },\n {\n field: 'model_name',\n headerName: t('runningModels.name'),\n flex: 1,\n renderCell: ({ row }) => {\n return renderWithCopy(row.model_name)\n },\n },\n {\n field: 'address',\n headerName: t('runningModels.address'),\n flex: 1,\n },\n {\n field: 'accelerators',\n headerName: t('runningModels.gpuIndexes'),\n flex: 1,\n },\n {\n field: 'replica',\n headerName: t('runningModels.replica'),\n flex: 1,\n },\n {\n field: 'url',\n headerName: t('runningModels.actions'),\n flex: 1,\n minWidth: 200,\n sortable: false,\n filterable: false,\n disableColumnMenu: true,\n renderCell: ({ row }) => {\n // this URL means model_uid\n const url = row.url\n const openUrl = `${endPoint}/` + url\n const closeUrl = `${endPoint}/v1/models/` + url\n let pathType\n if (row.model_type === 'video') {\n pathType = 'videos'\n } else if (row.model_type === 'audio') {\n pathType = 'audios'\n } else {\n pathType = 'images' // default\n }\n const gradioUrl = `${endPoint}/v1/ui/${pathType}/` + url\n\n if (url === 'IS_LOADING') {\n return <div></div>\n }\n\n return (\n <Box\n style={{\n width: '100%',\n display: 'flex',\n justifyContent: 'left',\n alignItems: 'left',\n }}\n >\n <IconButton\n title=\"Launch Web UI\"\n style={{\n borderWidth: '0px',\n backgroundColor: 'transparent',\n paddingLeft: '0px',\n paddingRight: '10px',\n }}\n onClick={() => {\n if (isCallingApi || isUpdatingModel) {\n // Make sure no ongoing call\n return\n }\n\n setIsCallingApi(true)\n\n fetcher(openUrl, {\n method: 'HEAD',\n })\n .then((response) => {\n if (response.status === 404) {\n // If web UI doesn't exist (404 Not Found)\n console.log('UI does not exist, creating new...')\n return fetcher(gradioUrl, {\n method: 'POST',\n headers: {\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify({\n model_type: row.model_type,\n model_family: row.model_family,\n model_id: row.id,\n controlnet: row.controlnet,\n model_revision: row.model_revision,\n model_name: row.model_name,\n model_ability: row.model_ability,\n }),\n })\n .then((response) => response.json())\n .then(() =>\n window.open(openUrl, '_blank', 'noopener noreferrer')\n )\n .finally(() => setIsCallingApi(false))\n } else if (response.ok) {\n // If web UI does exist\n console.log('UI exists, opening...')\n window.open(openUrl, '_blank', 'noopener noreferrer')\n setIsCallingApi(false)\n } else {\n // Other HTTP errors\n console.error(\n `Unexpected response status: ${response.status}`\n )\n setIsCallingApi(false)\n }\n })\n .catch((error) => {\n console.error('Error:', error)\n setIsCallingApi(false)\n })\n }}\n >\n <Box\n width=\"40px\"\n m=\"0 auto\"\n p=\"5px\"\n display=\"flex\"\n justifyContent=\"center\"\n borderRadius=\"4px\"\n style={{\n border: '1px solid #e5e7eb',\n borderWidth: '1px',\n borderColor: '#e5e7eb',\n }}\n >\n <OpenInBrowserOutlinedIcon />\n </Box>\n </IconButton>\n <IconButton\n title=\"Terminate Model\"\n style={{\n borderWidth: '0px',\n backgroundColor: 'transparent',\n paddingLeft: '0px',\n paddingRight: '10px',\n }}\n onClick={() => {\n if (isCallingApi || isUpdatingModel) {\n return\n }\n setIsCallingApi(true)\n fetcher(closeUrl, {\n method: 'DELETE',\n })\n .then((response) => {\n response.json()\n })\n .then(() => {\n setIsCallingApi(false)\n })\n .catch((error) => {\n console.error('Error:', error)\n setIsCallingApi(false)\n })\n }}\n >\n <Box\n width=\"40px\"\n m=\"0 auto\"\n p=\"5px\"\n display=\"flex\"\n justifyContent=\"center\"\n borderRadius=\"4px\"\n style={{\n border: '1px solid #e5e7eb',\n borderWidth: '1px',\n borderColor: '#e5e7eb',\n }}\n >\n <DeleteOutlineOutlinedIcon />\n </Box>\n </IconButton>\n </Box>\n )\n },\n },\n ]\n const audioModelColumns = imageModelColumns\n const videoModelColumns = imageModelColumns\n const rerankModelColumns = embeddingModelColumns\n const flexibleModelColumns = embeddingModelColumns\n\n const dataGridStyle = {\n '& .MuiDataGrid-cell': {\n borderBottom: 'none',\n },\n '& .MuiDataGrid-columnHeaders': {\n borderBottom: 'none',\n },\n '& .MuiDataGrid-columnHeaderTitle': {\n fontWeight: 'bold',\n },\n '& .MuiDataGrid-virtualScroller': {\n overflowX: 'visible !important',\n overflow: 'visible',\n },\n '& .MuiDataGrid-footerContainer': {\n borderTop: 'none',\n },\n 'border-width': '0px',\n }\n\n const noRowsOverlay = () => {\n return (\n <Stack height=\"100%\" alignItems=\"center\" justifyContent=\"center\">\n {t('runningModels.noRunningModels')}\n </Stack>\n )\n }\n\n const noResultsOverlay = () => {\n return (\n <Stack height=\"100%\" alignItems=\"center\" justifyContent=\"center\">\n {t('runningModels.noRunningModelsMatches')}\n </Stack>\n )\n }\n\n const renderWithCopy = (display) => {\n const [tooltipOpen, setTooltipOpen] = useState(false)\n const [tooltipText, setTooltipText] = useState(t('runningModels.copy'))\n\n const handleCopy = (event) => {\n event.stopPropagation()\n\n if (navigator.clipboard && window.isSecureContext) {\n // for HTTPS\n navigator.clipboard\n .writeText(display)\n .then(() => {\n setTooltipText(t('runningModels.copied'))\n })\n .catch(() => {\n setTooltipText(t('runningModels.copyFailed'))\n })\n .finally(() => {\n setTooltipOpen(true)\n setTimeout(() => {\n setTooltipOpen(false)\n setTooltipText(t('runningModels.copy'))\n }, 1500)\n })\n } else {\n // for HTTP\n const textArea = document.createElement('textarea')\n textArea.value = display\n textArea.style.position = 'absolute'\n textArea.style.left = '-9999px'\n document.body.appendChild(textArea)\n textArea.select()\n\n try {\n const success = document.execCommand('copy')\n if (success) {\n setTooltipText(t('runningModels.copied'))\n } else {\n setTooltipText(t('runningModels.copyFailed'))\n }\n } catch (err) {\n setTooltipText(t('runningModels.copyFailed'))\n }\n\n document.body.removeChild(textArea)\n\n setTooltipOpen(true)\n setTimeout(() => {\n setTooltipOpen(false)\n setTooltipText(t('runningModels.copy'))\n }, 1500)\n }\n }\n\n return (\n <div\n style={{\n display: 'flex',\n alignItems: 'center',\n maxWidth: '100%',\n overflow: 'hidden',\n }}\n >\n <span\n style={{\n flex: 1,\n minWidth: 0,\n overflow: 'hidden',\n whiteSpace: 'nowrap',\n textOverflow: 'ellipsis',\n marginRight: 8,\n }}\n >\n {display}\n </span>\n <Tooltip title={tooltipText} open={tooltipOpen}>\n <IconButton size=\"small\" onClick={handleCopy}>\n <ContentCopyOutlinedIcon fontSize=\"small\" />\n </IconButton>\n </Tooltip>\n </div>\n )\n }\n\n useEffect(() => {\n const dataMap = {\n 'model.languageModels': llmData,\n 'model.embeddingModels': embeddingModelData,\n 'model.rerankModels': rerankModelData,\n 'model.imageModels': imageModelData,\n 'model.audioModels': audioModelData,\n 'model.videoModels': videoModelData,\n 'model.flexibleModels': flexibleModelData,\n }\n\n setTabList(\n tabList.map((item) => {\n if (dataMap[item.label]?.length && dataMap[item.label][0].model_type) {\n return {\n ...item,\n showPrompt: true,\n }\n }\n return {\n ...item,\n showPrompt: false,\n }\n })\n )\n }, [\n llmData,\n embeddingModelData,\n rerankModelData,\n imageModelData,\n audioModelData,\n videoModelData,\n flexibleModelData,\n ])\n\n return (\n <Box\n sx={{\n height: '100%',\n width: '100%',\n padding: '20px 20px 0 20px',\n }}\n >\n <Title title={t('menu.runningModels')} />\n <ErrorMessageSnackBar />\n <TabContext value={tabValue}>\n <Box sx={{ borderBottom: 1, borderColor: 'divider' }}>\n <TabList\n value={tabValue}\n onChange={handleTabChange}\n aria-label=\"tabs\"\n >\n {tabList.map((item) => (\n <Tab\n key={item.value}\n label={\n <Badge\n color=\"secondary\"\n variant=\"dot\"\n invisible={!item.showPrompt}\n >\n {t(item.label)}\n </Badge>\n }\n value={item.value}\n />\n ))}\n </TabList>\n </Box>\n <TabPanel value=\"/running_models/LLM\" sx={{ padding: 0 }}>\n <Box sx={{ height: '100%', width: '100%' }}>\n <DataGrid\n rows={llmData}\n columns={llmColumns}\n autoHeight={true}\n sx={dataGridStyle}\n slots={{\n noRowsOverlay: noRowsOverlay,\n noResultsOverlay: noResultsOverlay,\n }}\n />\n </Box>\n </TabPanel>\n <TabPanel value=\"/running_models/embedding\" sx={{ padding: 0 }}>\n <Box sx={{ height: '100%', width: '100%' }}>\n <DataGrid\n rows={embeddingModelData}\n columns={embeddingModelColumns}\n autoHeight={true}\n sx={dataGridStyle}\n slots={{\n noRowsOverlay: noRowsOverlay,\n noResultsOverlay: noResultsOverlay,\n }}\n />\n </Box>\n </TabPanel>\n <TabPanel value=\"/running_models/rerank\" sx={{ padding: 0 }}>\n <Box sx={{ height: '100%', width: '100%' }}>\n <DataGrid\n rows={rerankModelData}\n columns={rerankModelColumns}\n autoHeight={true}\n sx={dataGridStyle}\n slots={{\n noRowsOverlay: noRowsOverlay,\n noResultsOverlay: noResultsOverlay,\n }}\n />\n </Box>\n </TabPanel>\n <TabPanel value=\"/running_models/image\" sx={{ padding: 0 }}>\n <Box sx={{ height: '100%', width: '100%' }}>\n <DataGrid\n rows={imageModelData}\n columns={imageModelColumns}\n autoHeight={true}\n sx={dataGridStyle}\n slots={{\n noRowsOverlay: noRowsOverlay,\n noResultsOverlay: noResultsOverlay,\n }}\n />\n </Box>\n </TabPanel>\n <TabPanel value=\"/running_models/audio\" sx={{ padding: 0 }}>\n <Box sx={{ height: '100%', width: '100%' }}>\n <DataGrid\n rows={audioModelData}\n columns={audioModelColumns}\n autoHeight={true}\n sx={dataGridStyle}\n slots={{\n noRowsOverlay: noRowsOverlay,\n noResultsOverlay: noResultsOverlay,\n }}\n />\n </Box>\n </TabPanel>\n <TabPanel value=\"/running_models/video\" sx={{ padding: 0 }}>\n <Box sx={{ height: '100%', width: '100%' }}>\n <DataGrid\n rows={videoModelData}\n columns={videoModelColumns}\n autoHeight={true}\n sx={dataGridStyle}\n slots={{\n noRowsOverlay: noRowsOverlay,\n noResultsOverlay: noResultsOverlay,\n }}\n />\n </Box>\n </TabPanel>\n <TabPanel value=\"/running_models/flexible\" sx={{ padding: 0 }}>\n <Box sx={{ height: '100%', width: '100%' }}>\n <DataGrid\n rows={flexibleModelData}\n columns={flexibleModelColumns}\n autoHeight={true}\n sx={dataGridStyle}\n slots={{\n noRowsOverlay: noRowsOverlay,\n noResultsOverlay: noResultsOverlay,\n }}\n />\n </Box>\n </TabPanel>\n </TabContext>\n </Box>\n )\n}\n\nexport default RunningModels\n"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: xinference
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9.0
|
|
4
4
|
Summary: Model Serving Made Easy
|
|
5
5
|
Home-page: https://github.com/xorbitsai/inference
|
|
6
6
|
Author: Qin Xuye
|
|
@@ -100,7 +100,9 @@ Requires-Dist: qwen_vl_utils!=0.0.9; extra == "all"
|
|
|
100
100
|
Requires-Dist: tomli; extra == "all"
|
|
101
101
|
Requires-Dist: sentence-transformers>=3.1.0; extra == "all"
|
|
102
102
|
Requires-Dist: FlagEmbedding; extra == "all"
|
|
103
|
+
Requires-Dist: datasets>=3.4.0; extra == "all"
|
|
103
104
|
Requires-Dist: FlagEmbedding; extra == "all"
|
|
105
|
+
Requires-Dist: datasets>=3.4.0; extra == "all"
|
|
104
106
|
Requires-Dist: diffusers>=0.32.0; extra == "all"
|
|
105
107
|
Requires-Dist: controlnet_aux; extra == "all"
|
|
106
108
|
Requires-Dist: deepcache; extra == "all"
|
|
@@ -193,6 +195,7 @@ Provides-Extra: transformers-quantization
|
|
|
193
195
|
Requires-Dist: bitsandbytes; sys_platform == "linux" and extra == "transformers-quantization"
|
|
194
196
|
Requires-Dist: gptqmodel; extra == "transformers-quantization"
|
|
195
197
|
Requires-Dist: autoawq!=0.2.6; sys_platform != "darwin" and extra == "transformers-quantization"
|
|
198
|
+
Requires-Dist: datasets>=3.4.0; extra == "transformers-quantization"
|
|
196
199
|
Provides-Extra: vllm
|
|
197
200
|
Requires-Dist: vllm>=0.2.6; sys_platform == "linux" and extra == "vllm"
|
|
198
201
|
Provides-Extra: sglang
|
|
@@ -208,8 +211,10 @@ Requires-Dist: tomli; extra == "mlx"
|
|
|
208
211
|
Provides-Extra: embedding
|
|
209
212
|
Requires-Dist: sentence-transformers>=3.1.0; extra == "embedding"
|
|
210
213
|
Requires-Dist: FlagEmbedding; extra == "embedding"
|
|
214
|
+
Requires-Dist: datasets>=3.4.0; extra == "embedding"
|
|
211
215
|
Provides-Extra: rerank
|
|
212
216
|
Requires-Dist: FlagEmbedding; extra == "rerank"
|
|
217
|
+
Requires-Dist: datasets>=3.4.0; extra == "rerank"
|
|
213
218
|
Provides-Extra: image
|
|
214
219
|
Requires-Dist: diffusers>=0.32.0; extra == "image"
|
|
215
220
|
Requires-Dist: controlnet_aux; extra == "image"
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
xinference/__init__.py,sha256=nmTTrYbIpj964ZF6ojtgOM7E85JBOj1EyQbmYjbj1jw,915
|
|
2
2
|
xinference/_compat.py,sha256=YF-lS6tX06zkFi2oFS0yq_LBn4hX_8u0Ft0vKxGALwA,4238
|
|
3
|
-
xinference/_version.py,sha256=
|
|
3
|
+
xinference/_version.py,sha256=wXvkQ9wOALCO9YzjepYaCvJ0GShgtIhzHsPW7uD6JZY,497
|
|
4
4
|
xinference/conftest.py,sha256=vETDpRBVIlWbWi7OTwf7og89U25KyYGyI7yPIB3O8N8,9564
|
|
5
5
|
xinference/constants.py,sha256=HiQr-_L39O4_GNPQbbUGwi5YYSJN_vI9WVSvJhZMmDU,5000
|
|
6
6
|
xinference/device_utils.py,sha256=vt3GpNNfEfuJzXPb49bUnADyM2r4SqgG03ODiJO86sA,4953
|
|
7
7
|
xinference/fields.py,sha256=FaL9-jXDkn6kwupCmo-F6hh2JvMPJJzRWSUB1NKuhKc,5352
|
|
8
8
|
xinference/isolation.py,sha256=gTU1em5fxg1m-7hxieWBMZvVkXZX4GZYmeT7XxXsYrU,2699
|
|
9
|
-
xinference/types.py,sha256=
|
|
9
|
+
xinference/types.py,sha256=uRCkC6yHyYWe5mgLpwyGuAeDnkCZa9ScGvWE8WiRGjI,11789
|
|
10
10
|
xinference/utils.py,sha256=xMuOg3LZhTUf7inEhm-HmXCIoly0pHaWtMKMnnf8XGk,2273
|
|
11
11
|
xinference/api/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
12
|
-
xinference/api/restful_api.py,sha256=
|
|
12
|
+
xinference/api/restful_api.py,sha256=ws77VtNtxzWbeogTH2mmNHaeFmMqqnnS41afjahmyL8,102642
|
|
13
13
|
xinference/api/oauth2/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
14
14
|
xinference/api/oauth2/auth_service.py,sha256=74JzB42fbbmBu4Q1dW3A9Fp_N7167KgRGB42Z0NHjAM,6119
|
|
15
15
|
xinference/api/oauth2/types.py,sha256=K923sv_XySIUtM2Eozl9IG082IJcDOS5SFLrPZ5ELBg,996
|
|
@@ -24,26 +24,26 @@ xinference/core/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,5
|
|
|
24
24
|
xinference/core/cache_tracker.py,sha256=3ubjYCU5aZToSp2GEuzedECVrg-PR4kThTefrFUkb9g,6971
|
|
25
25
|
xinference/core/event.py,sha256=42F38H2WOl6aPxp2oxX6WNxHRRxbnvYRmbt4Ar7NP4U,1640
|
|
26
26
|
xinference/core/metrics.py,sha256=ScmTG15Uq3h_ob72ybZSMWdnk8P4sUZFcm60f4ikSXc,2631
|
|
27
|
-
xinference/core/model.py,sha256=
|
|
27
|
+
xinference/core/model.py,sha256=fm-Ec6bX6XlOErUJiJkIe6Oc4EfAsDJUV-J0TucLUlI,39644
|
|
28
28
|
xinference/core/progress_tracker.py,sha256=CNCc1ZVscvp-JJznPTYJDPuis7ya6ZothZUIalDcxDo,6798
|
|
29
29
|
xinference/core/resource.py,sha256=aTV89dmuKxw5JnwQglRkA2Wxu1EBLM5WjmLxITSXYgs,1808
|
|
30
30
|
xinference/core/status_guard.py,sha256=VLhyqpobdclfyzcROqf4bmGDiKpuHllto316X3Z6Hrc,2860
|
|
31
|
-
xinference/core/supervisor.py,sha256=
|
|
31
|
+
xinference/core/supervisor.py,sha256=CjZJQBZQ4P3M5BDdt6Fnwr6HqbBwnfrDpsrSOrdfz6U,74442
|
|
32
32
|
xinference/core/utils.py,sha256=VgcvxpTr2Q8am3MoHp7JPjC7jLYlKX2kLVdBo2Q_fRo,10430
|
|
33
|
-
xinference/core/worker.py,sha256=
|
|
33
|
+
xinference/core/worker.py,sha256=_dNaRvl72N4Ckss_H6fGFQYqm-Sm71iVlJPk5aZnI9k,62118
|
|
34
34
|
xinference/deploy/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
35
35
|
xinference/deploy/cmdline.py,sha256=MTvroZcb4YlA40BUGgv0opYDmkR7aspzGV3Mjas11FU,52256
|
|
36
|
-
xinference/deploy/local.py,sha256=
|
|
36
|
+
xinference/deploy/local.py,sha256=c0NdvmmDYB-CDxXR8cZCcLGje42u92XYcqEhrEVjXa4,5541
|
|
37
37
|
xinference/deploy/supervisor.py,sha256=68rB2Ey5KFeF6zto9YGbw3P8QLZmF_KSh1NwH_pNP4w,2986
|
|
38
38
|
xinference/deploy/utils.py,sha256=gEU7mXID00bbi7PxE7iqJePpLhwvzjmgAHsEErKddp8,6623
|
|
39
|
-
xinference/deploy/worker.py,sha256=
|
|
39
|
+
xinference/deploy/worker.py,sha256=qrvyuEuC-pkMZZ5Uj4032JQofXzlb9xl-Wwei8IbFY4,3240
|
|
40
40
|
xinference/deploy/test/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
41
41
|
xinference/deploy/test/test_cmdline.py,sha256=JOD2dZZNkxGWPA3P7-qRkHfNqAokKJefBf4Ac2wloJc,9748
|
|
42
42
|
xinference/model/__init__.py,sha256=bCEwvKjoazBW8QZ5C5Hpfd5v_VTbWpXvo8IB9d4Qs70,1127
|
|
43
43
|
xinference/model/cache_manager.py,sha256=hdswFBO-ncoahTxMZ7afPlHb_SENmU_M8Oa74axkwhs,5004
|
|
44
|
-
xinference/model/core.py,sha256=
|
|
44
|
+
xinference/model/core.py,sha256=TQA-euW2RlImm5Q-x2ryZWMNITiBRRxllhtSQdXvPxk,4212
|
|
45
45
|
xinference/model/custom.py,sha256=byW3aBEUAaWPS9jAyEoabZ0ktRGJixSyyuDb6Dp-OOo,6542
|
|
46
|
-
xinference/model/utils.py,sha256=
|
|
46
|
+
xinference/model/utils.py,sha256=GcGF1IDw_I-39Mv9GHtCSnKS3aNwE9UWPjipkC1c8E0,20770
|
|
47
47
|
xinference/model/audio/__init__.py,sha256=RPf_feWYEh_BfMmwRkehIOBK5vUx6AadMHXp1d6EAk4,3473
|
|
48
48
|
xinference/model/audio/chattts.py,sha256=LmwD-X1XFKhVwA5ruqEQJ7VOiHIVwMuJrL7cH82poNE,4154
|
|
49
49
|
xinference/model/audio/core.py,sha256=oCy_a216F8iR_76ckMp7PFwMmE002iSRqemy52Gg864,6574
|
|
@@ -72,9 +72,9 @@ xinference/model/embedding/flag/core.py,sha256=XtNVie_0SbD8Gbfn_mOnfjwcR_TKVjnnT
|
|
|
72
72
|
xinference/model/embedding/llama_cpp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
73
73
|
xinference/model/embedding/llama_cpp/core.py,sha256=SD4Q871uPxmZy1Szkkjs75mHUJvmFY1mjgPO8nzW2gs,8761
|
|
74
74
|
xinference/model/embedding/sentence_transformers/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
75
|
-
xinference/model/embedding/sentence_transformers/core.py,sha256=
|
|
75
|
+
xinference/model/embedding/sentence_transformers/core.py,sha256=81ebvRmN5Wqf4jYUMC2UrDMs3u-WxyMc648Cs6LBD0U,17447
|
|
76
76
|
xinference/model/embedding/vllm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
77
|
-
xinference/model/embedding/vllm/core.py,sha256=
|
|
77
|
+
xinference/model/embedding/vllm/core.py,sha256=DPYKhgJbsUCu_RiL1mlO3fIjVWWUIcte3pYRdzw64_s,5514
|
|
78
78
|
xinference/model/flexible/__init__.py,sha256=ASs6q89T6X5oTj1uAYmahpRNnUVntC5d5HEuox1U3xw,1887
|
|
79
79
|
xinference/model/flexible/core.py,sha256=DCCnZ3oaZJVFxOVZilBI26yC9rNM7B6te87vbOk_U8o,4031
|
|
80
80
|
xinference/model/flexible/custom.py,sha256=EhZ2voduhM-_M3S4R0SwsuKFzS6FUXyNxS3RkqnQZjQ,2216
|
|
@@ -88,7 +88,7 @@ xinference/model/image/__init__.py,sha256=X43XSNSbQrVlU82jgKxrX965o6uGO-GPMvLvyb
|
|
|
88
88
|
xinference/model/image/cache_manager.py,sha256=FIZjBucd5ORUJbYsD1NS44XzE8WqlCI08xsSTGPypXI,2382
|
|
89
89
|
xinference/model/image/core.py,sha256=aC6_yj27SOBxbYSxIXsrCKGcLYu8aDcBcB8PYFEwRIY,9099
|
|
90
90
|
xinference/model/image/custom.py,sha256=THn9AZUdPtV0BmMO1tUTpMEXBQkzfle8p5685ZYcqek,1969
|
|
91
|
-
xinference/model/image/model_spec.json,sha256
|
|
91
|
+
xinference/model/image/model_spec.json,sha256=i37YgsvIp0xxwv2q-c8M1ext-Rn2EOid6-V3g9lW47I,19272
|
|
92
92
|
xinference/model/image/sdapi.py,sha256=Xgdtnvw4Xwj1Nc0cBoDo_ogH6E2mFJqLvX0jSxxgdnA,5936
|
|
93
93
|
xinference/model/image/utils.py,sha256=wXqZRHqn11qERJKfYkK4nDSNanjNXsg1xaG2nVAs01Y,2344
|
|
94
94
|
xinference/model/image/ocr/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
@@ -96,17 +96,18 @@ xinference/model/image/ocr/got_ocr2.py,sha256=-eu4-tnt5wMh1WKuEIoaN9tlxdCvbOPhhn
|
|
|
96
96
|
xinference/model/image/scheduler/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
|
|
97
97
|
xinference/model/image/scheduler/flux.py,sha256=_l9XWYHfZMO5W9hLCuE9YGRuHN5F1pCE1-W1BqXCnRI,18833
|
|
98
98
|
xinference/model/image/stable_diffusion/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
99
|
-
xinference/model/image/stable_diffusion/core.py,sha256=
|
|
99
|
+
xinference/model/image/stable_diffusion/core.py,sha256=11puvAzbuFA8VdqGenoAg4S1_nZOq6sm7JBc9NzubG8,31345
|
|
100
100
|
xinference/model/image/stable_diffusion/mlx.py,sha256=caWbXNAvGIbg6FvG1M6BFFXzsPUltI2Fhhu-lpMPirY,7487
|
|
101
101
|
xinference/model/llm/__init__.py,sha256=cZ5ckp_dye6ftr5iC_f31rTkKbE3AWEZOCbD0hzy39k,8842
|
|
102
|
-
xinference/model/llm/cache_manager.py,sha256=
|
|
102
|
+
xinference/model/llm/cache_manager.py,sha256=7Ult1h8JCcwd05g95Kwm3j7qIaaK3phyW9LQNAzrHmY,11253
|
|
103
103
|
xinference/model/llm/core.py,sha256=c9vveVxSZhyd8H6zXJSrZgET98V8-D-xDtBNl2x_j3U,8852
|
|
104
104
|
xinference/model/llm/custom.py,sha256=uRJGWICXvaAKKnVYM7gyWO9e_x6jzz9dWZWH92UWpAE,2761
|
|
105
|
-
xinference/model/llm/
|
|
106
|
-
xinference/model/llm/llm_family.
|
|
105
|
+
xinference/model/llm/harmony.py,sha256=E1KqpFn2lz9uxegbpnrYqQAL1Gx8BfBVB8gyiblWccg,9900
|
|
106
|
+
xinference/model/llm/llm_family.json,sha256=TM9OgLAVh9Uh6B0m2au_iXaMNkTPPF0un9R4SFFsH-Q,749186
|
|
107
|
+
xinference/model/llm/llm_family.py,sha256=tAvZTQXEoI_TDGBrxXy65UHgWWznB2yu4Ihbrh4PS6I,21350
|
|
107
108
|
xinference/model/llm/memory.py,sha256=y8fBjIGd6zIPkgIxGtjakD7GPLW3VoM4m6x1UBM6IKs,10144
|
|
108
109
|
xinference/model/llm/reasoning_parser.py,sha256=sk5KuteBMGK0A0-ooq3nB9scP1SS8WxWS_b5OYiDD68,17449
|
|
109
|
-
xinference/model/llm/utils.py,sha256=
|
|
110
|
+
xinference/model/llm/utils.py,sha256=eYwtW3wes--LIbYfMK7XwUwWvDHNoSLFdGtqB3V15hw,38898
|
|
110
111
|
xinference/model/llm/llama_cpp/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
111
112
|
xinference/model/llm/llama_cpp/core.py,sha256=LpL8ytWJ-gJQevEh0zvUAEq-cYE8R73wWPmAsnWoTLg,13993
|
|
112
113
|
xinference/model/llm/lmdeploy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -120,30 +121,31 @@ xinference/model/llm/mlx/distributed_models/qwen2.py,sha256=B7YifMQqDujnrxCnjJZb
|
|
|
120
121
|
xinference/model/llm/mlx/distributed_models/qwen3.py,sha256=mconllhlTKOY96UP6Y9G3kBppSbP5kYCcziDeBEdtVY,2586
|
|
121
122
|
xinference/model/llm/mlx/distributed_models/qwen3_moe.py,sha256=_d__HWDYfL1wAUAa-0xWiszLC6AYkGLQ5eTVtsi5Pc4,2380
|
|
122
123
|
xinference/model/llm/sglang/__init__.py,sha256=-sjSIQ4K6w-TEzx49kVaWeWC443fnZqODU91GCQ_JNo,581
|
|
123
|
-
xinference/model/llm/sglang/core.py,sha256=
|
|
124
|
+
xinference/model/llm/sglang/core.py,sha256=ulyJ-PNJHzCa_tyPr5paVoG39KnNryuswNNlrFRu3MU,31241
|
|
124
125
|
xinference/model/llm/transformers/__init__.py,sha256=_4hQ7BvHNE4WAyzNcTB0_iY5mBcaPGTkLvQcWiylBoI,1724
|
|
125
126
|
xinference/model/llm/transformers/chatglm.py,sha256=ovDSYZet7bdqloO_WXaH9a6Rv6FyQ_BrY5dkejqvyBc,22953
|
|
126
|
-
xinference/model/llm/transformers/core.py,sha256=
|
|
127
|
+
xinference/model/llm/transformers/core.py,sha256=iZl41wG9HQVtBIX-2a9DX-sgvquzRKaBn-2HdWoiEH4,40484
|
|
127
128
|
xinference/model/llm/transformers/deepseek_v2.py,sha256=4LB_grDfdaXBCdTwduqpWFrYoeKsMnBERWTxcNl7EfA,2624
|
|
128
|
-
xinference/model/llm/transformers/gemma3.py,sha256=
|
|
129
|
+
xinference/model/llm/transformers/gemma3.py,sha256=oH5SwLM7aX-8zMPO7918x2BKDZGJgeFdZ5FduHiDDQI,5490
|
|
130
|
+
xinference/model/llm/transformers/gpt_oss.py,sha256=uPO0WsDlxxd9KY3mlldyZyQIcogPk-rDxL-LHbIgSuc,3386
|
|
129
131
|
xinference/model/llm/transformers/opt.py,sha256=6hRIKfxYxC0VH2Qb_-K_sg9RZH0d7Ru3Dbt5ye39Iec,2433
|
|
130
132
|
xinference/model/llm/transformers/tensorizer_utils.py,sha256=VXSYbPZtCbd8lVvsnjDLPZjfCMil67Pkywd_Ze4dTx4,11362
|
|
131
|
-
xinference/model/llm/transformers/utils.py,sha256=
|
|
133
|
+
xinference/model/llm/transformers/utils.py,sha256=myajzF9M6L2JZPYH9aYF2lT916oa90Lzwht1eX2cL4w,18290
|
|
132
134
|
xinference/model/llm/transformers/multimodal/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
133
135
|
xinference/model/llm/transformers/multimodal/cogagent.py,sha256=UcFYE7bsg8llzNFfJyhHnNAmjG0QN_vhX_e_ThxA3mg,8975
|
|
134
|
-
xinference/model/llm/transformers/multimodal/core.py,sha256=
|
|
136
|
+
xinference/model/llm/transformers/multimodal/core.py,sha256=XHixAKhO8CpsCpGjfkPbnnAgX5nGA89T0BH3xr7YA0I,6984
|
|
135
137
|
xinference/model/llm/transformers/multimodal/deepseek_vl2.py,sha256=fTVCb_JxlPlLEFU5-6UQDigplC8sdpPwAWBiLqbOxpM,8761
|
|
136
|
-
xinference/model/llm/transformers/multimodal/gemma3.py,sha256=
|
|
137
|
-
xinference/model/llm/transformers/multimodal/glm4_1v.py,sha256=
|
|
138
|
+
xinference/model/llm/transformers/multimodal/gemma3.py,sha256=0yQ3T5AzydG_QcxvWs4rp3_NwB6BaQvKG19YzuvLhgQ,4226
|
|
139
|
+
xinference/model/llm/transformers/multimodal/glm4_1v.py,sha256=kg2Wz8r4IRVQyUMNLL-fRono9itn8t2FxkbVNrNikOY,6010
|
|
138
140
|
xinference/model/llm/transformers/multimodal/glm4v.py,sha256=Rl1cCcMzG1nPT8tO--q03-l-vJfeSPbI-BOLHVryTNE,11670
|
|
139
141
|
xinference/model/llm/transformers/multimodal/intern_vl.py,sha256=jzHxcryQIBAUChLK4Ou8x2qUGGE7ryZsqcSC5zPsR0w,15761
|
|
140
142
|
xinference/model/llm/transformers/multimodal/minicpmv26.py,sha256=p2amIpc5i05XbpCiS6iYh-qODh4rCR-dVg3xiNQmSCg,12950
|
|
141
|
-
xinference/model/llm/transformers/multimodal/ovis2.py,sha256=
|
|
142
|
-
xinference/model/llm/transformers/multimodal/qwen-omni.py,sha256=
|
|
143
|
+
xinference/model/llm/transformers/multimodal/ovis2.py,sha256=ASGfKX4LXwjSNaSLfv7YTFYYlS3uVJ7-Ehq34WFKJuA,8912
|
|
144
|
+
xinference/model/llm/transformers/multimodal/qwen-omni.py,sha256=tEZZAsnQssinF4scVDpggWkdX9-fzYSn_S7ADN55ov8,8169
|
|
143
145
|
xinference/model/llm/transformers/multimodal/qwen2_audio.py,sha256=wFzyTyNvSfTKA4opMeYHT4m4SpmAbcUfvkc16Bf4FRA,4680
|
|
144
|
-
xinference/model/llm/transformers/multimodal/qwen2_vl.py,sha256=
|
|
146
|
+
xinference/model/llm/transformers/multimodal/qwen2_vl.py,sha256=b_gm_g2-seFpTB68-G3n_k2JKQqBxZa8KOg2STJPB7U,8594
|
|
145
147
|
xinference/model/llm/vllm/__init__.py,sha256=h_JgzSqV5lP6vQ6XX_17kE4IY4BRnvKta_7VLQAL1ms,581
|
|
146
|
-
xinference/model/llm/vllm/core.py,sha256=
|
|
148
|
+
xinference/model/llm/vllm/core.py,sha256=DyELPJKDZy-v5Te3YodjgQamxXaiPYjh-Zx3AK91C3E,61350
|
|
147
149
|
xinference/model/llm/vllm/distributed_executor.py,sha256=8bFU4JSgvbBTrhGZhsANfMUX4DR6es1zw-cljVLkTBw,14125
|
|
148
150
|
xinference/model/llm/vllm/utils.py,sha256=LKOmwfFRrlSecawxT-uE39tC2RQbf1UIiSH9Uz90X6w,1313
|
|
149
151
|
xinference/model/llm/vllm/xavier/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
@@ -159,11 +161,17 @@ xinference/model/llm/vllm/xavier/scheduler.py,sha256=LK24oXYAA2yWORmTH5joU1UYvd_
|
|
|
159
161
|
xinference/model/llm/vllm/xavier/transfer.py,sha256=Na3W1kflqj_cg0Ea6laFW7wJgRfFM5JKa3hhFhMa6s8,11367
|
|
160
162
|
xinference/model/llm/vllm/xavier/test/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
161
163
|
xinference/model/llm/vllm/xavier/test/test_xavier.py,sha256=lSfo4caaLdWRh0diJ1jd_sY85GV-_9BT40ySs_nirJQ,4695
|
|
162
|
-
xinference/model/rerank/__init__.py,sha256=
|
|
163
|
-
xinference/model/rerank/
|
|
164
|
-
xinference/model/rerank/
|
|
165
|
-
xinference/model/rerank/
|
|
164
|
+
xinference/model/rerank/__init__.py,sha256=6Fnqhno88H72F6UVcmk7Ebi8bN3ZCRL7Zkv0MkHyvFU,5010
|
|
165
|
+
xinference/model/rerank/cache_manager.py,sha256=NFc5GlswraktwJwO1QxC5ckkLj5pN_9Zd29eoGc5PHk,1275
|
|
166
|
+
xinference/model/rerank/core.py,sha256=kJPUWnFcuFoBx6Z1jCmY6KvuPonOsGKDXUgpxkZsjsQ,6663
|
|
167
|
+
xinference/model/rerank/custom.py,sha256=7j583DeslLA-8jNSzJb9KGM7wcTRR1y_af9aJ9sQn4Q,2942
|
|
168
|
+
xinference/model/rerank/model_spec.json,sha256=OBrVUwq5vhKuSb7_R2hoD7r6c3xI2GRTxVZopjhN8zo,8450
|
|
169
|
+
xinference/model/rerank/rerank_family.py,sha256=BXEWUvr1H3tPV5Z6p4jcU4xfUFehV-2oN9b3tT8nGvU,5386
|
|
166
170
|
xinference/model/rerank/utils.py,sha256=Achr7MhVoc78UGhx6L0OUVWAf63se5nXSg95wCjMjso,1191
|
|
171
|
+
xinference/model/rerank/sentence_transformers/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
172
|
+
xinference/model/rerank/sentence_transformers/core.py,sha256=D-wHf_gtAstrkzhhDSZB3A44AiKMljLqIxugii-Vgiw,13616
|
|
173
|
+
xinference/model/rerank/vllm/__init__.py,sha256=CyLLkbImZouAk4lePIgKXT4WQoqyauIEwdqea5IOUVU,581
|
|
174
|
+
xinference/model/rerank/vllm/core.py,sha256=bWkUQOIA3_BpU_OBZzF6GlcGul52hBZGvE6TUORdO1w,3725
|
|
167
175
|
xinference/model/scheduler/__init__.py,sha256=wArdtMnG8AufosXhHAQFOSLVygqaaLC5lKwUwY6k7Zg,765
|
|
168
176
|
xinference/model/scheduler/batch.py,sha256=aRTxKes6zrQaoROEREuq0mGJBbgQ5Y3HSqIAQUNF6Ro,7362
|
|
169
177
|
xinference/model/scheduler/core.py,sha256=ih3Rcg8z0qFLc2ToMoYAe8u-B4iFqlZFvzje0W-XsXA,970
|
|
@@ -636,14 +644,14 @@ xinference/ui/gradio/chat_interface.py,sha256=xW6orxL_h03pWrFyN7F2pPbuhkqkDQOUzf
|
|
|
636
644
|
xinference/ui/gradio/media_interface.py,sha256=TRxdAM8LtWvGMJE84G4hmBod6OvmKZcvjaFS2kv1Emw,32438
|
|
637
645
|
xinference/ui/web/ui/package-lock.json,sha256=Q3gwsjjCFtDjVg5Yk7s4jfMAZ1wiyFfS_TJCw3ECB64,762407
|
|
638
646
|
xinference/ui/web/ui/package.json,sha256=iitsROb4-TLzxbOftXJqUGpp38TuPhzfLKy5n9THQYg,2081
|
|
639
|
-
xinference/ui/web/ui/build/asset-manifest.json,sha256=
|
|
647
|
+
xinference/ui/web/ui/build/asset-manifest.json,sha256=5Na7kdN9vYYdXd5j2flyq2m5XrGFNUbXfEwRS0-SMKU,453
|
|
640
648
|
xinference/ui/web/ui/build/favicon.svg,sha256=dWR8uaz0Q9GCcl-DjWvQh07e1f3jhJBt-r4aSbmH3A4,1894
|
|
641
|
-
xinference/ui/web/ui/build/index.html,sha256=
|
|
649
|
+
xinference/ui/web/ui/build/index.html,sha256=uCDt5qC49TFt_rThleWKYCKz0xkgCY3qFiv0D5GbwFE,650
|
|
642
650
|
xinference/ui/web/ui/build/static/css/main.013f296b.css,sha256=Aj4xU40JlOcnayucrFblYBa0t1da3X9S4e4gb_hgoFI,5289
|
|
643
651
|
xinference/ui/web/ui/build/static/css/main.013f296b.css.map,sha256=XQBL1ac57PSMgV-USyLc7nq-jjTqQnwlVkac_CiTrhk,9953
|
|
644
|
-
xinference/ui/web/ui/build/static/js/main.
|
|
645
|
-
xinference/ui/web/ui/build/static/js/main.
|
|
646
|
-
xinference/ui/web/ui/build/static/js/main.
|
|
652
|
+
xinference/ui/web/ui/build/static/js/main.4918643a.js,sha256=X6kQMoXy1j5CYaaBh6AtNdc1g0YCPnFH8y9pZOx8HE4,1290223
|
|
653
|
+
xinference/ui/web/ui/build/static/js/main.4918643a.js.LICENSE.txt,sha256=d8ETWF_wyLDtaMx4LKhmJjBONXs3Onu4YucCXopqPK0,2321
|
|
654
|
+
xinference/ui/web/ui/build/static/js/main.4918643a.js.map,sha256=UTzdHQ1G5iv9kYmk9ePiZTjw7FuuhBVUTOAmScYrIac,5294888
|
|
647
655
|
xinference/ui/web/ui/build/static/media/icon.4603d52c63041e5dfbfd.webp,sha256=kM--URMpXs5Vf0iSqQ8hmUalvWgcmRERpv37CriXRAE,16128
|
|
648
656
|
xinference/ui/web/ui/node_modules/.package-lock.json,sha256=2kL1sQ4ZuDQilki9DnRFFM8CxT13fyGl3chLK6i3DQY,760261
|
|
649
657
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/000586173ff934bab9e3b1eb56de8522e86c56b7e0e03b59b1ccc15e269ea871.json,sha256=VRSx_-UfpuhJhxOku106XYcyPD8mk2KGsa_hhR1nrMc,1450
|
|
@@ -1605,7 +1613,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/140313d3d2add566bc6def3416
|
|
|
1605
1613
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/1403c329d347954571f897f30950201cc44ee957b68a03fa4af86487a382d78c.json,sha256=EfT1TYOQnQh7p71KVohq6s4cLlFIUIRDHR0YP9hswcM,1321
|
|
1606
1614
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/1406dee0175ca7a32fa707120aa22803126632b765bd744fe6bc9b9ba68d9de6.json,sha256=UjnckKg1k0oHc4HPx9VJuSd5FWrAEASciL45spJ_P8c,2330
|
|
1607
1615
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/1408075edfc806ccbfcb9f96b83db279ab3868db267567e4b6af9ea00398e311.json,sha256=1MRTHLRMJTrVHIm4lYrmO-c4L8w2Kj_TxDdzWTQmVlo,1298
|
|
1608
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/1409a96b9f9f9f5de99a89ab0f738f6da62b449521b0a8d3e4efcf7f5c23534d.json,sha256=FklPPbjZ1h40nwfsMSe8p1IaSeUPmyXbx0zs5zmo-HY,80193
|
|
1609
1616
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/140a5f282f767158c9617d1fd9d61b0e5971d30b81a8812b19da036d6f7b4226.json,sha256=dr4KT9NBdtA0kDniVZnFm68NX6E8vBLqNiRoLaXciGg,2443
|
|
1610
1617
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/140c9ab43d8294dbe761e2377de80348d5b00d2e441bf61d6641b71d99c9aacf.json,sha256=wEMPRlfpfd3eUOQNpMyE4R5ZfEEaXF5cLCo6xhkijYs,1269
|
|
1611
1618
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/140f0c1209a73396dba40cd2d2ddb242dbe21e719970f47e564f98a74963b173.json,sha256=1qUVbGTQ2HBQ6Cg2Y7v9Sm5ZQdh6Ox2wsAT7oLNyhbY,1202
|
|
@@ -2573,6 +2580,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/27dacdf554482be890c25749bc
|
|
|
2573
2580
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/27e1634731bea12369cbbdc96dba3487b9806f8ba18bae29c6f8d31bfd0c5451.json,sha256=9I-Ba_2qNANm6wSj6bRglF11o8Wlrm7tQ8fWLlLG7NY,1069
|
|
2574
2581
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/27e619b0e5afb85d0dc09da79a46e739fb599b78c4bd3120253764e2fa798a2e.json,sha256=APOO38pa7r08vSdBUxUl279xCXUdAPOkXfVJUT3JHxg,306
|
|
2575
2582
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/27f0fb278ffb68fb5dbfaee73b19315f579f19ea1af82e8cb4601e1321ff5116.json,sha256=EcLtOPc41rPsRjPtlFyUjfNVH3cCPBEMYYzUNgIPs_c,1351
|
|
2583
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/28012da921a51f1082549956d3ae82acd769a754b22afda9acddd98a4daf9ea4.json,sha256=6rTvctUWM5xNU4jnC-AL4CAsO514VKZlKHzqht7oXJc,42056
|
|
2576
2584
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/2803fff2506305ef8494e6641da20a3ec10de46444ffb7746bf6211adc170604.json,sha256=JbtEFUNAxzmDUiw1zwg1c2o96JFSiM-13iM3Q3et-yU,38288
|
|
2577
2585
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/2809a2546628d8d881f54682b0597a16f92d55b7c615f1b3888f9c287cfd8ee3.json,sha256=mHeyW1mwBQ-qsluA53lLJ0VnihSnq_sMJ98HcJ_JXJY,1019
|
|
2578
2586
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/2812489ad9336309019de34568191b1485f191223a9869f91770a2915217f941.json,sha256=yda_0aV5s7h6LutK5LvbfLUXDSGx6zZa6pWsV2PbERY,1142
|
|
@@ -3938,7 +3946,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/439e1f6bdc6ec26886d50e0483
|
|
|
3938
3946
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43a4181b604c9d2586154e756e0579ee963bdb00ee71d6495db8034c53f4c45f.json,sha256=cpJkTioIktddYcl296rjm9JjKxZL2mYoLDH__t62SwY,1277
|
|
3939
3947
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43a62451368653ba92c063fb03f5fe0b21f784310cfd1b824d197d07cb8f2108.json,sha256=0g-l4a42PJ2JscgJ0QCAVljUqlOuWXHD0WkEEjGhOaU,1619
|
|
3940
3948
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43abef23ed330c3cfb5e3c757cea73a6aec5fc22a6c16477cb57a3ab441d15b6.json,sha256=IcR8Bmu5tsobRm1LEqINbzyXtMfyOJ1oyWF7HyQ_I-A,1884
|
|
3941
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/43b889c3a8e2634092ade463d52481c7c5581c72ded8f23bc5f012ea0ef8cea5.json,sha256=Te4J_QCAC-MDck4S9C8UA7FvZtFxmJd52I2lFnyN1oA,41226
|
|
3942
3949
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43b8cd19367a116f5daa115c797c5cf95386a411c352fec28c33d8e6f11ce5bc.json,sha256=6NkQvHhgdw1gspTzSgev_Rqysnub1iXNnd0CbrYITwY,995
|
|
3943
3950
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43bb50b6e7d150e6f530270f7666775bbd9d1d38555cf2a7b23d226f294b4e32.json,sha256=NG2cp4wWv8kKCbn_cOkIEVnBTS2I91AA_j4_3AbTk-A,1028
|
|
3944
3951
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/43bd6a4c935d1464c23a39a860e7db4a1d3184895799d1b377c89fdcd53838cd.json,sha256=_6j2TTUI1Qb5T7S8X1IP4prhj08i2RcsWtTgQXKdVPE,335
|
|
@@ -4108,6 +4115,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/474ca54e211ad53c1e16d55d46
|
|
|
4108
4115
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/474d7a08bee2a93043e651214b13c72412ad3ed3e9aecb64f12d3220a8718ba4.json,sha256=KcGYDqjB267PV35D6fr2O4iqvA8Jvd2DTN7e3ByNr1A,1303
|
|
4109
4116
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/474e711f7ad25c6ab70b0b8dac6bd1fbf0ccae92b9166973722c004179f79bd4.json,sha256=ZToC-khyYUWHWQXszsRDYL1E_4COx78QZJCUxXr6EEA,2599
|
|
4110
4117
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/47558156f326212d6e9d934c6b27755d2ffc19af495b6ed395144e07daa7b1b5.json,sha256=NYMGDi7914iS5GlYLdivLjxX-XeqJUe-FxJLojbca4g,1151
|
|
4118
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/475936ebe725eca62a6f52ce182c06a19b2cef4df9545a05ed0591ee0c539d43.json,sha256=XRHt9dNbW05LZlCNQMISMMclLZ6lCbrQzj1qXkXUjUI,17313
|
|
4111
4119
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/475adb2f3caf5df9b5104d80c4d73464dcf973afb5028c070ce762a7f65bc0bf.json,sha256=UNVldqk7jXo0LP4CgSS5bNSQxpmumlHJKOCSbjm_WoQ,1244
|
|
4112
4120
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/475afb6b31e01ba75862075e20c15354f988d8f607e132f060c806b367ec3c15.json,sha256=eRggbdCWXAIBPcD15woEVQ-CWrlOAAzui9yTmFxexwA,1493
|
|
4113
4121
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/476110a2c1a23eaecb875bdbd24e71f96e7dc278506d22e6b862373e336ef077.json,sha256=ngbL6cw1iCeRQmDiQ12xEHxI8I0XK-qF6UEIS5YW8CE,1352
|
|
@@ -5182,7 +5190,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/5d3039b2ac5345af9f1a48259d
|
|
|
5182
5190
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d33a8ebf8ea487952a95d6b55532f51313ec65cab31000651d58b82e3c08e0a.json,sha256=tE7DGbYftKchNLQi1d1ztw8SI_HclaFkS5DcB2C4S3Y,1244
|
|
5183
5191
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d437274b2ac0d68e337bc255b329e9e9cb97a34426ef7cf245a6a08a8c5df78.json,sha256=exuqcrNg7hV-vXb7TKFv9RNV70XYC6avRlURb2vRF5k,329
|
|
5184
5192
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d45ea5a6de38304d04586493c5bbce18e1072906c55b30499d4c138cb7dc84c.json,sha256=N5UkzAzKsjGL_Tksv1gL34dEoxzbRWFOcCFUqxfx8QE,506
|
|
5185
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d47532fb42128280d87f57c8a0b02bc1930f7ef764aa7e90579247df18bba83.json,sha256=Rgayyfe9ENMCMhmPm-cBna8WUn6p_wWMYBv1G6qrF9w,295636
|
|
5186
5193
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d5153c92422ec841c4d51a438776e7bdaaaed28b3c5db5f27002aaa8c42ab95.json,sha256=GCUV1jrauSHUAPAmj6ZLxRNBHW1d-HJEA_O2wyUSe_k,1591
|
|
5187
5194
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d5325f94b3dbfe761f3833b4b4f68651223c63f5e60b88e61f4e6cead8fe174.json,sha256=5m-UG0blyKvPlXG1IKPd-wPUJR_cAZstEYC3-Vdu-aw,19558
|
|
5188
5195
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/5d53464f8617dac90555c06b3a6ae8f88fa9f9156bf639b1281cda11b5cdf784.json,sha256=GLHLkL9oSh2aZtcl8fiQFezo3v7GVavwhCHQRfHRYgk,1123
|
|
@@ -6983,7 +6990,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/8303033ef7547e4bd4d61c9f64
|
|
|
6983
6990
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8305853bdbed5994714056127be41f638834726accc22db76d864ca92262199e.json,sha256=PFP5PEnACtYikUb6M8abPd9_F94UlDNykjdkBjzQjnE,1216
|
|
6984
6991
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/83074956ff3f05786c98e235d16b3a2daa03db99535e2c1e4c7288d2c775b2ba.json,sha256=nUo1mJ-prw_xct82mw4v1MQgP8_z9QX-Yi9n_g3RtEw,1363
|
|
6985
6992
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/830844e3fca1367ca5aa59e71b7c36723c46976cbcfc349125ea406b00cd59c3.json,sha256=GtvFpIWyCmLQn4b7ok22FoHGA3NmYtxhJvjK5-oSpM4,1632
|
|
6986
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/830882bb275468a969614824a9ab8983f874b4581f2eb625e9c66426cdc65e5b.json,sha256=d5FbnHbSoXaMano2c8s1t9GwAEC5x7HPfSiNjJheTvk,7266
|
|
6987
6993
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/830f17668c4ecc9cffdc7c95384ea0c2cb981e1a2130131864db3e11ffcc49aa.json,sha256=iLNMGb_-qFU1QRTBIqZ7F6bQrCtYgsjUpNo9026MPvU,1241
|
|
6988
6994
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/83146d74a59a872ccea45a5d699118120a2fca711319ac31d9c275a8cb9eca2c.json,sha256=Ay6JZ_PGV-5PHnzcRgRAxKXLMSsHPqgxEmq0pZUsa3o,2026
|
|
6989
6995
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8318065f41ee750f8de28225cc6324aa63a67927aa9bc979ce94dc7d4a1b9c25.json,sha256=XCH8HAwUMqG25lvxh9TiBNce5SJ_88aL0NchOfUlrMo,1990
|
|
@@ -7273,6 +7279,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/890ad212148eb645b212ab4b9a
|
|
|
7273
7279
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/890d2aa8bb8da36c6c7b25a36d165761bdee998dfea7e821cae3648c5f3ff2b8.json,sha256=HHuHkvEPHYyvdXDc1jhT21oga15WuJ2eWj4iXQeiVFo,2111
|
|
7274
7280
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8910349e3995f309edceb1bb066c8d8dffbdc7a62ab8886b3229c6ff3e44dea2.json,sha256=MIvwb0HCkrAMLutbDftsuuu3huyibjPoWl3K3_mE_-Y,2314
|
|
7275
7281
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8912185b57c2b6d6409129f92acf50f1993d52135d8bde2c9b73eb762cbf14e9.json,sha256=qpcSfQA_0enJzENJOHH4cu2yR10y2_tDyBy9DAZ8jfY,1244
|
|
7282
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/89179f8f51887b9167721860a12412549ff04f78162e921a7b6aa6532646deb2.json,sha256=vd5q89u5wULegBpTCB-NDUXelp4YG7CTucEA1XyLBgM,7324
|
|
7276
7283
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/891f169caa32197edfe7ea72694297e15c37557f0646ea36658f6459cd78c57c.json,sha256=2a3I_TZaJkivqPh1W4NFbGm4-7k4tq6X_sG45qpR8bQ,1060
|
|
7277
7284
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/891f551432d588db4decfc6525f8e017a54be9428caba998280ab38326b9f4a3.json,sha256=P_ZxzPT1I48ba4daF1ACB5Stq4xIT_1jBfH0V6kvjRM,1862
|
|
7278
7285
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8923c8e1c37682c916980ed0491833c978d76affd9c8e47284b74e68ed7bdaa6.json,sha256=qyTC1b3VZ7TejJwJZ1EmPODS7vN1a3I-w21z5UtZgYw,426
|
|
@@ -7375,6 +7382,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/8b80687822a468450edf08c9dc
|
|
|
7375
7382
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8604d561f9a927b7ba6f7b7fd7d4be4725e71fdd914aea378a682694c95acf.json,sha256=oRz6OlyOwEv88q4IqmjGIi8rLfGJ9RpdtDFM4JD3Lbw,1762
|
|
7376
7383
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8740ad5375e8e0eaec4a6cb3af2c6e1c7a7c02abdf91650b4c0e07a6397fad.json,sha256=OgFzYTsmq6Gw6c-XRJPd06NQ83uhH2aoZ1rlEVPuvsg,1786
|
|
7377
7384
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8845084b9fd285207eab02f5d332f932ac28f8c6a2483db2da124426efb7f5.json,sha256=iv4SF4lbrOzj3JrN5g08oe6OXoOkvXcvKjv81bOHN1M,1407
|
|
7385
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8cd408ccfbe115acef27ccfa5b233da8597131a2a5712add13e1e4d5d4504b.json,sha256=tViSTbcoGyGcX_iHoaIKSbvHy5DygiZgAgQ-JEB2yDI,156522
|
|
7378
7386
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b8df55525edb118cde38e426b8696f74ebf40534b793d49a6ab07c0b7cf16b2.json,sha256=TFOt3MQ5gN9SQ3D31TZEQto3Ag-QrYwCw2meYyqSimI,1429
|
|
7379
7387
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8b92889f9428149693ae885e7d964ae0e0b030322ae9c235f3a27039c010ee66.json,sha256=MnjQDiwNv4CXc-pzvSGyOCIsIvVtQnGFlDTIU8XyHL4,2891
|
|
7380
7388
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/8ba16f4aeab695066a99e54a5bbde31e688601855e57c9e7f441e7cac0ea73df.json,sha256=4DmgEGugVlFrJPcyyqWkfSEPz-jBNiqOqvB48uxyXIQ,2288
|
|
@@ -8235,6 +8243,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/9dba7ee4112f320d478d333a37
|
|
|
8235
8243
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9dbd05522365ec967c79200edd8c5165ab618c852eacd4b61ced809b82262858.json,sha256=zKQuJIljgdmS6T0iFr999eiLwCfSsiFBnQAQfZOnR5M,1104
|
|
8236
8244
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9dbdadac8985cdf4082d1b192c304f1d52d91464b6eebbc922f6393a569f32a3.json,sha256=qCEjBswCe8xWVgirBQQ-HovbsmTcAzSbsoM6-geKT1M,1461
|
|
8237
8245
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9dc38b52f5952cf69cc99eb3bccfb9fed011c317b1dea3f99ef53e14b1083abf.json,sha256=V9eaONlLkqzpA8QrwbqYPzYDe7Oxsng7KlZBSv5JT1s,1662
|
|
8246
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/9dc5cfc67dd0617b0272aeef8651f1589b2155a4ff1fd72ad3166b217089b619.json,sha256=BT_lw-LyEA6vSUxFBAXrvEsC_C2twOWr-DAukVc4FrI,295781
|
|
8238
8247
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9dca6ba8cb55766c21f515e031d56c2799b9a8e774de480cbd231fdbbef2c78a.json,sha256=C4hYEOfWFxf7DSxl06xLviig7-a_-Zs5zs9J76iryOk,1489
|
|
8239
8248
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9dcbfc854a1ea394f36262d1ce7004d51f0f669a9180601f683ddc276e354971.json,sha256=zAUxmJS4LRxHNkym7G6pPPoTI1hzaKpLvbeyOKsAusc,2188
|
|
8240
8249
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9dcce118260ecb04ef3bfcd7619460761fe80e5fe0b5906411412defc0bbd245.json,sha256=4pcCxBkijU4lH25_3pKWAIdHuBLFGmDPxiEQoqF-YKg,1314
|
|
@@ -8248,7 +8257,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/9de32261046c74deb062de691f
|
|
|
8248
8257
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9de4ca0b103e790b6db7f6c1531e43c0d7767a6e087cd020fecc19f9a32712c8.json,sha256=rH3tSvH5zc0pj2QS5pLedzpNtEGNhtuRERV8zEdkYvY,1387
|
|
8249
8258
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9de6451426dacde96b5c5349bc859e7ff3fbd7a89abdead678ad8a481e1ea699.json,sha256=Qqc_WI7Dx8wbN_VuOoNJgagEPt9vCrdNPi3iVEB5Tm4,1750
|
|
8250
8259
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9de8fd41f304475860acc45ab6373e4edd4471c62abb20cbddd829f4860373c5.json,sha256=_F09upKiYS6yCpHQQlR7brY76SoCCY8FL-oO53dE0EU,1581
|
|
8251
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/9df08abcb5a7c1e48a4eb25c5d5f5d7253ea6854a4397e6d74d1fd75a14acda1.json,sha256=NbxmBSwxkaRH7XopCGMC-sdC5lQcQR1JF7KUDZURYHs,155264
|
|
8252
8260
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9e002724ccab8e28e15e580e5f4db57c69612e2e77ac025802772f95a5266593.json,sha256=6Yh-hw42dFkCaXeeS8YsvsW5XXxsPmylgYyfDB66ekE,1431
|
|
8253
8261
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9e0275c5e1cd5a7bcee016399e1bd7bb5b7ba0c349a8f185bafc9fb2c5c62d9c.json,sha256=Salym5Ethp7aCwuOv3e-Jc5jy1nC6bxYQElgn3E3mkE,2053
|
|
8254
8262
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/9e0a039c68ed13b807d386036063533f7262b4741082eea75da6c4b4af3aec21.json,sha256=xJFGPlurL6Q9U-bS0ZokaQi340Lw7EAU7-hirQr1Oqw,1186
|
|
@@ -9029,6 +9037,7 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/aed6ba4ab3390d37c91d13020f
|
|
|
9029
9037
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aed745d625df1ef3d8376bf4f29d94eabec91926f050a6662fee2da955e7b4fe.json,sha256=itcb8vSv6CcLZJStB1mH_wHpG8ITq4Eb3uYvzdc0-B0,1333
|
|
9030
9038
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee31392216aab8192ce0bb51f8ca37d7dce6143a3fb3c3242f48462bbfca64c.json,sha256=ma0G88AMwOncYBsiglMt0ZVlGUXU3CDEKdW5mG3hHJA,1550
|
|
9031
9039
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee47de43df81afa8655843e9582f93dafc2d0077e6f16b2ef408430dc7b1ad6.json,sha256=WHWdeC0yGF5U6Wqza5LNruAFzOmvdaXgF1ONnYtLshw,2637
|
|
9040
|
+
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee5aaba26f2b1e816a3ea9efa68bad8b95695a3d80adcfd8dd57a7bb17ac71a.json,sha256=u18zBIGnnOcMFbKEqsEOMk0B0wyDSxX2xIC5lcYuCFs,80341
|
|
9032
9041
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee82ac305fb12816f110c87430b5a2fcd83122d802b77cc8e83db51c647275e.json,sha256=hNkuIvfozIL9qKaaRbCfg9t4VNmoA-hS0A1IhgdBjSE,1472
|
|
9033
9042
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aee8516ea0863c3d527a7c59dd6b4731ffc8887071512307829feb7e1e8a62dc.json,sha256=6Cevrri9n1nxnwP2d5Hdoqe37ji_zPydIH9SqYkfdZs,1242
|
|
9034
9043
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/aeef067cf21637704c742083f7c80c47fbdff602f5e13851e6cb386e99d3416d.json,sha256=otqmAf7zLF4AByf37uUQfQWUI8gyVhHm12CU9_ArrAE,1288
|
|
@@ -9556,7 +9565,6 @@ xinference/ui/web/ui/node_modules/.cache/babel-loader/b987e74e854f0c87c53e266092
|
|
|
9556
9565
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b989393624b25d3550c1c605c3c79a98051cad467972683ebf7c682f5193b39d.json,sha256=5qhkCkLuanVgecMaVB5w89ReV3fYWWUAK2XUgyIbe1A,1620
|
|
9557
9566
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b98afaa9d0f61f3947043f0c804fb547b8c3d8f9ed97e59095961e2e73b18c94.json,sha256=iL7PGkIc8StX7hj5ItUeOBF4c042YJJGj1fxR8PuErc,1466
|
|
9558
9567
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b98d2e65dbd3f320f18070c3752429cafdf73c29cfb2adafab38a84c23149767.json,sha256=mfOdTo2YCx1x_Ko_waWFoWsfwZCiUkS-DE5hQibjZxA,2241
|
|
9559
|
-
xinference/ui/web/ui/node_modules/.cache/babel-loader/b99034986a06445701accc7a4914bb9320947435e8d4e15793392ca4f679316c.json,sha256=jsFTaRBCW5yaDUqj0by28LlAGJcRfjAjw6m33NOfJWA,17003
|
|
9560
9568
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b9945580d3e7b80a3026a6c91014304f593544f8a4051f1a23f8f661245177e7.json,sha256=2e5qQm8GNX9x11ke-kg6lTrZDR2AweAUXn1hmXIDtmM,1247
|
|
9561
9569
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b99abb9512b5e0ac508ba799e1f46f5ce63f3d5731df9fc7056cd79a0d0a945c.json,sha256=67ZWh4zPGYF75s1IvQ3ljDfvUbWfx8lGFqnzzvy9OJc,1181
|
|
9562
9570
|
xinference/ui/web/ui/node_modules/.cache/babel-loader/b99af04fc1016e2d6fe4f51785ce58e3d41b168de0b7b82ad8193e9dfe95266e.json,sha256=NRDiN8b3Vu8qkF10hYFIivuJhcNf-bc_XVLNT93XeJo,1218
|
|
@@ -15795,9 +15803,9 @@ xinference/ui/web/ui/src/locales/en.json,sha256=K961E_WN9J3zHS39U4ViPRJgVsLMX8I0
|
|
|
15795
15803
|
xinference/ui/web/ui/src/locales/ja.json,sha256=k1_sXXho4CUuetlXrkssLc2rBwESzU_7mBCDrhh2ftE,11787
|
|
15796
15804
|
xinference/ui/web/ui/src/locales/ko.json,sha256=ioxPl95ToxKuoRSBVswsQuQKIcnJwSDi0BUGe-wc7qk,10666
|
|
15797
15805
|
xinference/ui/web/ui/src/locales/zh.json,sha256=srISIhfIenDJQmu01IDjTk00311K6AFs0IcHFui9vuQ,9736
|
|
15798
|
-
xinference-1.
|
|
15799
|
-
xinference-1.
|
|
15800
|
-
xinference-1.
|
|
15801
|
-
xinference-1.
|
|
15802
|
-
xinference-1.
|
|
15803
|
-
xinference-1.
|
|
15806
|
+
xinference-1.9.0.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
15807
|
+
xinference-1.9.0.dist-info/METADATA,sha256=oo_Leq5v_kjgToAwW_cHBLqnjQeF6FACSpqypMlMS_o,26508
|
|
15808
|
+
xinference-1.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15809
|
+
xinference-1.9.0.dist-info/entry_points.txt,sha256=-lDyyzqWMFQF0Rgm7VxBNz0V-bMBMQLRR3pvQ-Y8XTY,226
|
|
15810
|
+
xinference-1.9.0.dist-info/top_level.txt,sha256=L1rQt7pl6m8tmKXpWVHzP-GtmzAxp663rXxGE7qnK00,11
|
|
15811
|
+
xinference-1.9.0.dist-info/RECORD,,
|