1 file changed
+1
-1
lines changed- .github/workflows/python.yaml+2-2
- README.md+5-5
- README_zh_CN.md+5-5
- doc/source/_static/distributed_inference.png
- doc/source/getting_started/installation.rst+2-2
- doc/source/getting_started/using_xinference.rst+2
- doc/source/locale/zh_CN/LC_MESSAGES/getting_started/installation.po+30-18
- doc/source/locale/zh_CN/LC_MESSAGES/user_guide/backends.po+57-46
- doc/source/locale/zh_CN/LC_MESSAGES/user_guide/distributed_inference.po+91
- doc/source/locale/zh_CN/LC_MESSAGES/user_guide/vllm_enhancement.po+3-3
- doc/source/models/builtin/llm/deepseek-r1.rst+79
- doc/source/models/builtin/llm/deepseek-v3.rst+79
- doc/source/models/builtin/llm/index.rst+14
- doc/source/user_guide/backends.rst+8-2
- doc/source/user_guide/distributed_inference.rst+39
- doc/source/user_guide/index.rst+1
- doc/source/user_guide/vllm_enhancement.rst+1-1
- setup.cfg+7-5
- xinference/client/restful/restful_client.py+9-1
- xinference/core/model.py+19
- xinference/core/resource.py+7-1
- xinference/core/status_guard.py+1
- xinference/core/supervisor.py+228-19
- xinference/core/utils.py+1-29
- xinference/core/worker.py+28-2
- xinference/deploy/cmdline.py+33-3
- xinference/deploy/docker/Dockerfile+1-1
- xinference/deploy/docker/requirements.txt+9-4
- xinference/deploy/docker/requirements_cpu.txt+4-1
- xinference/deploy/test/test_cmdline.py+32
- xinference/device_utils.py+43-1
- xinference/model/audio/kokoro.py+19-36
- xinference/model/audio/model_spec.json+1-1
- xinference/model/audio/tests/test_kokoro.py+32
- xinference/model/audio/tests/test_whisper.py+2-1
- xinference/model/image/stable_diffusion/core.py+15-6
- xinference/model/llm/llm_family.json+521-6
- xinference/model/llm/llm_family.py+3-1
- xinference/model/llm/llm_family_modelscope.json+559-6
- xinference/model/llm/reasoning_parsers/__init__.py+13
- xinference/model/llm/reasoning_parsers/abs_reasoning_parsers.py+98
- xinference/model/llm/reasoning_parsers/deepseek_r1_reasoning_parser.py+140
- xinference/model/llm/sglang/core.py+99-11
- xinference/model/llm/transformers/intern_vl.py+23-14
- xinference/model/llm/utils.py+53-19
- xinference/model/llm/vllm/core.py+23-2
- xinference/model/llm/vllm/xavier/executor.py+2-2
- xinference/model/llm/vllm/xavier/scheduler.py+3-3
- xinference/thirdparty/internvl/conversation.py+26-17
- xinference/types.py+2
- xinference/web/ui/src/components/MenuSide.js+1
- xinference/web/ui/src/components/copyComponent/copyComponent.js+3-1
- xinference/web/ui/src/locales/en.json+14-1
- xinference/web/ui/src/locales/zh.json+14-1
- xinference/web/ui/src/scenes/cluster_info/nodeInfo.js+1-1
- xinference/web/ui/src/scenes/launch_model/LaunchModel.js+94-28
- xinference/web/ui/src/scenes/launch_model/LaunchModelComponent.js-202
- xinference/web/ui/src/scenes/launch_model/components/addPair.js+39-10
- xinference/web/ui/src/scenes/launch_model/components/copyComponent.js+105
- xinference/web/ui/src/scenes/launch_model/components/drawer.js+22
- xinference/web/ui/src/scenes/launch_model/components/pasteDialog.js+114
- xinference/web/ui/src/scenes/launch_model/data/data.js+53
- xinference/web/ui/src/scenes/launch_model/index.js+89-6
- xinference/web/ui/src/scenes/launch_model/modelCard.js+348-269
- xinference/web/ui/src/scenes/launch_model/styles/modelCardStyle.css+57
- xinference/web/ui/src/scenes/running_models/index.js+7-7
0 commit comments