Commit 1a5ae07
- .github/workflows/python.yaml+29-19
- .gitignore+3
- README.md+4-4
- README_zh_CN.md+8-8
- doc/source/conf.py+1-1
- doc/source/getting_started/installation.rst+1
- doc/source/getting_started/release_notes.rst+2
- doc/source/index.rst+1-1
- doc/source/locale/zh_CN/LC_MESSAGES/getting_started/release_notes.po+29-21
- doc/source/locale/zh_CN/LC_MESSAGES/models/xinference_model_hub.po+2-2
- doc/source/locale/zh_CN/LC_MESSAGES/models/xinference_models_hub.po+2-2
- doc/source/models/builtin/llm/glm-5.rst+49-1
- doc/source/models/builtin/llm/index.rst+1-8
- doc/source/models/builtin/llm/kimi-k2.5.rst+33-1
- doc/source/models/builtin/llm/minimax-m2.5.rst+33-1
- doc/source/models/builtin/llm/qwen2-audio.rst-31
- doc/source/models/builtin/llm/qwen3.5.rst+564-4
- doc/source/models/xinference_models_hub.rst+20-20
- doc/source/user_guide/backends.rst+1
- xinference/api/dependencies.py+34
- xinference/api/responses.py+28
- xinference/api/restful_api.py+83-420
- xinference/api/routers/admin.py+266-29
- xinference/api/tests/__init__.py+13
- xinference/api/tests/test_admin.py+267
- xinference/api/tests/test_utils.py+110
- xinference/api/utils.py+79
- xinference/client/restful/async_restful_client.py+2-2
- xinference/client/restful/restful_client.py+2-2
- xinference/core/utils.py+1-1
- xinference/core/worker.py+3
- xinference/model/embedding/tests/test_qwen3_vl_engine_params.py+1
- xinference/model/embedding/vllm/core.py+9-1
- xinference/model/llm/config_parser.py+3-3
- xinference/model/llm/llama_cpp/tests/assets/surprise.png
- xinference/model/llm/llama_cpp/tests/test_gguf.py+12-9
- xinference/model/llm/llm_family.json+3.6k-274
- xinference/model/llm/transformers/multimodal/qwen2_vl.py+10
- xinference/model/llm/transformers/utils.py+16-4
- xinference/model/llm/utils.py+16-8
- xinference/model/llm/vllm/core.py+11
- xinference/model/llm/vllm/distributed_executor_v1.py+31-2
- xinference/model/utils.py+6-20
- xinference/ui/web/ui/src/scenes/launch_model/components/launchModelDrawer.js+55-29
0 commit comments