1 file changed
+1
-1
lines changed- .github/workflows/python.yaml+30-28
- doc/source/gen_docs.py+2-2
- setup.cfg+2-1
- xinference/api/restful_api.py+462-3
- xinference/client/restful/async_restful_client.py+158-5
- xinference/client/restful/restful_client.py+131
- xinference/client/tests/test_client.py+11-7
- xinference/core/supervisor.py+12
- xinference/deploy/docker/Dockerfile.cu128+7-7
- xinference/model/audio/model_spec.json+20-20
- xinference/model/image/model_spec.json+159-159
- xinference/model/llm/__init__.py+2-2
- xinference/model/llm/llm_family.json+843-180
- xinference/model/llm/mlx/distributed_models/core.py+41
- xinference/model/llm/mlx/distributed_models/qwen2.py+1-2
- xinference/model/llm/mlx/tests/test_distributed_model.py+8
- xinference/model/llm/sglang/core.py+20-6
- xinference/model/llm/tests/test_llm_model.py+25-19
- xinference/model/llm/tool_parsers/qwen_tool_parser.py+29-4
- xinference/model/llm/transformers/chatglm.py+3
- xinference/model/llm/transformers/core.py+129-36
- xinference/model/llm/transformers/multimodal/minicpmv45.py+340
- xinference/model/llm/transformers/utils.py+23
- xinference/model/llm/utils.py+37-24
- xinference/model/llm/vllm/core.py+128-69
- xinference/model/llm/vllm/tests/test_core_chat_model.py+15-3
- xinference/model/rerank/tests/test_rerank.py+6
- xinference/model/tests/test_utils.py+12
- xinference/model/utils.py+74-31
- xinference/thirdparty/audiotools/core/audio_signal.py+6-6
- xinference/thirdparty/fish_speech/fish_speech/text/chn_text_norm/text.py+1-1
- xinference/thirdparty/melo/text/chinese_mix.py+2-2
- xinference/types.py+9
- xinference/ui/web/ui/src/scenes/launch_model/components/modelFormConfig.js-1
0 commit comments