Commit e52d806
authored
Chore: update submodule (xorbitsai#88)
1 parent fdf273a commit e52d806
1 file changed
+1
-1
lines changed- README.md+2-2
- README_zh_CN.md+6-1
- doc/source/getting_started/installation.rst+1
- doc/source/models/builtin/llm/index.rst+38-3
- doc/source/models/builtin/llm/internvl2.5-mpo.rst+207
- doc/source/models/builtin/llm/internvl2.5.rst+207
- doc/source/models/builtin/llm/moonlight-16b-a3b-instruct.rst+31
- doc/source/models/builtin/llm/qwen2.5-instruct-1m.rst+47
- doc/source/models/builtin/llm/qwq-32b.rst+79
- doc/source/user_guide/backends.rst+2-1
- xinference/core/chat_interface.py+39-24
- xinference/model/llm/core.py+2-5
- xinference/model/llm/llama_cpp/core.py+9-3
- xinference/model/llm/llm_family.json+93-9
- xinference/model/llm/llm_family_modelscope.json+10-10
- xinference/model/llm/reasoning_parser.py+5-8
- xinference/model/llm/reasoning_parsers/__init__.py-13
- xinference/model/llm/reasoning_parsers/abs_reasoning_parsers.py-98
- xinference/model/llm/utils.py+41-3
- xinference/model/llm/vllm/core.py+2
0 commit comments