1 file changed
+1
-1
lines changed- .github/workflows/python.yaml+31-5
- doc/source/getting_started/index.rst+1
- doc/source/getting_started/release_notes.rst+21
- doc/source/getting_started/troubleshooting.rst+68-10
- doc/source/getting_started/using_xinference.rst+3
- doc/source/locale/zh_CN/LC_MESSAGES/getting_started/release_notes.po+65
- doc/source/locale/zh_CN/LC_MESSAGES/getting_started/troubleshooting.po+100-38
- doc/source/locale/zh_CN/LC_MESSAGES/getting_started/using_xinference.po+41-32
- doc/source/models/builtin/image/qwen-image-edit-2509.rst+7
- doc/source/models/model_abilities/embed.rst+7-1
- doc/source/models/model_abilities/image.rst+28-24
- doc/source/user_guide/client_api.rst+1
- setup.cfg+6-7
- xinference/__init__.py+8
- xinference/api/oauth2/utils.py+26-5
- xinference/core/model.py+1-10
- xinference/core/tests/test_metrics.py+1
- xinference/deploy/docker/Dockerfile+3
- xinference/deploy/docker/Dockerfile.cpu+3-2
- xinference/deploy/docker/requirements/requirements-base.txt+1-1
- xinference/deploy/docker/requirements_12.8/requirements-cu128-base.txt+1-1
- xinference/deploy/docker/requirements_cpu/requirements_cpu-base.txt+1-1
- xinference/deploy/docker/requirements_cpu/requirements_cpu-ml.txt+1-2
- xinference/device_utils.py+11-1
- xinference/model/embedding/model_spec.json+70
- xinference/model/embedding/tests/test_embedding_models.py+53-6
- xinference/model/image/core.py+20-10
- xinference/model/image/model_spec.json+55-3
- xinference/model/image/ocr/__init__.py+5
- xinference/model/image/ocr/deepseek_ocr.py+958
- xinference/model/llm/core.py+2
- xinference/model/llm/llama_cpp/core.py+2
- xinference/model/llm/llm_family.json+319-6
- xinference/model/llm/lmdeploy/core.py+2
- xinference/model/llm/sglang/core.py+2
- xinference/model/llm/transformers/core.py+2
- xinference/model/llm/transformers/multimodal/qwen-omni.py+60-11
- xinference/model/llm/transformers/multimodal/qwen2_vl.py+2-2
- xinference/model/llm/vllm/core.py+2
- xinference/model/rerank/model_spec.json+368-252
- xinference/model/rerank/sentence_transformers/core.py+10-2
- xinference/thirdparty/indextts/gpt/transformers_generation_utils.py+71-5
- xinference/thirdparty/indextts/gpt/transformers_gpt2.py+51-1
- xinference/ui/gradio/media_interface.py+469-4
- xinference/ui/gradio/utils/__init__.py+19
- xinference/ui/gradio/utils/latex.py+342
- xinference/ui/web/ui/src/scenes/register_model/registerModel.js+5-1
0 commit comments