Commit fdf273a
authored
Chore: update submodule (xorbitsai#87)
1 parent 73bde01 commit fdf273a
1 file changed
+1
-1
lines changed- .github/workflows/python.yaml+1
- doc/source/getting_started/installation.rst+1-1
- setup.cfg+6-2
- xinference/api/restful_api.py+1
- xinference/client/tests/test_client.py+11-3
- xinference/conftest.py+7
- xinference/core/model.py+3-1
- xinference/core/scheduler.py+3
- xinference/core/tests/test_restful_api.py+8
- xinference/core/worker.py+1-1
- xinference/deploy/docker/Dockerfile+13-1
- xinference/deploy/docker/cpu.Dockerfile+7-1
- xinference/deploy/docker/requirements.txt+1
- xinference/model/embedding/core.py+12-5
- xinference/model/llm/__init__.py+2-1
- xinference/model/llm/core.py+13
- xinference/model/llm/llama_cpp/core.py+260-3
- xinference/model/llm/llm_family.json+306-17
- xinference/model/llm/llm_family_modelscope.json+347-28
- xinference/model/llm/mlx/core.py+15-4
- xinference/model/llm/reasoning_parsers/abs_reasoning_parsers.py+1-1
- xinference/model/llm/reasoning_parsers/deepseek_r1_reasoning_parser.py+4-5
- xinference/model/llm/sglang/core.py+7-2
- xinference/model/llm/tests/test_llm_model.py+153
- xinference/model/llm/transformers/chatglm.py+4-4
- xinference/model/llm/transformers/core.py+22-5
- xinference/model/llm/transformers/intern_vl.py+2-1
- xinference/model/llm/transformers/utils.py+1-1
- xinference/model/llm/utils.py+103-67
- xinference/model/llm/vllm/core.py+29-42
- xinference/types.py+4
- xinference/web/ui/src/locales/en.json+9-1
- xinference/web/ui/src/locales/zh.json+9-1
- xinference/web/ui/src/scenes/launch_model/LaunchModel.js+86-32
- xinference/web/ui/src/scenes/launch_model/components/pasteDialog.js+1-1
- xinference/web/ui/src/scenes/launch_model/data/data.js+57
- xinference/web/ui/src/scenes/launch_model/index.js+1-55
- xinference/web/ui/src/scenes/launch_model/modelCard.js+42-1
- xinference/web/ui/src/scenes/running_models/index.js+114-11
0 commit comments