1 file changed
+1
-1
lines changed- doc/source/getting_started/installation.rst+30-2
- doc/source/locale/zh_CN/LC_MESSAGES/getting_started/installation.po+81-25
- doc/source/locale/zh_CN/LC_MESSAGES/user_guide/auth_system.po+23-15
- doc/source/locale/zh_CN/LC_MESSAGES/user_guide/backends.po+78-64
- doc/source/user_guide/auth_system.rst+8
- doc/source/user_guide/backends.rst+11-3
- xinference/core/chat_interface.py+1-1
- xinference/deploy/docker/Dockerfile+1-1
- xinference/model/llm/__init__.py+3
- xinference/model/llm/llama_cpp/core.py+44-14
- xinference/model/llm/llm_family.json+271-12
- xinference/model/llm/llm_family_modelscope.json+248-13
- xinference/model/llm/mlx/core.py+15-11
- xinference/model/llm/mlx/tests/test_mlx.py+1
- xinference/model/llm/reasoning_parser.py+14-6
- xinference/model/llm/sglang/core.py+2
- xinference/model/llm/transformers/core.py+3-2
- xinference/model/llm/transformers/gemma3.py+185
- xinference/model/llm/transformers/intern_vl.py-2
- xinference/model/llm/utils.py+37-29
- xinference/model/llm/vllm/core.py+8-3
- xinference/types.py+2-2
- xinference/web/ui/src/locales/en.json+2-2
- xinference/web/ui/src/locales/zh.json+1-1
- xinference/web/ui/src/scenes/launch_model/components/pasteDialog.js+7-10
- xinference/web/ui/src/scenes/launch_model/data/data.js+4-2
- xinference/web/ui/src/scenes/launch_model/modelCard.js+154-136
- xinference/web/ui/src/scenes/launch_model/styles/modelCardStyle.css-12
- xinference/web/ui/src/scenes/register_model/registerModel.js+7-6
- xinference/web/ui/src/scenes/register_model/styles/registerModelStyle.css+1-1
0 commit comments