Skip to content

Commit

Permalink
Chore: update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
XprobeBot committed Aug 2, 2024
1 parent 9f26d54 commit 8c7dc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/inference
Submodule inference updated 60 files
+18 −0 README.md
+18 −0 README_zh_CN.md
+6 −1 benchmark/benchmark_latency.py
+8 −1 benchmark/benchmark_long.py
+11 −2 benchmark/benchmark_rerank.py
+8 −1 benchmark/benchmark_serving.py
+4 −1 benchmark/utils.py
+0 −10 doc/source/getting_started/environments.rst
+1 −0 doc/source/getting_started/index.rst
+25 −0 doc/source/getting_started/installation.rst
+47 −0 doc/source/getting_started/installation_npu.rst
+81 −0 doc/source/getting_started/using_kubernetes.rst
+0 −37 doc/source/getting_started/using_xinference.rst
+5 −17 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/environments.po
+75 −26 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/installation.po
+79 −0 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/installation_npu.po
+140 −0 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/using_kubernetes.po
+18 −73 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/using_xinference.po
+77 −23 doc/source/locale/zh_CN/LC_MESSAGES/models/model_abilities/audio.po
+63 −17 doc/source/locale/zh_CN/LC_MESSAGES/user_guide/backends.po
+122 −0 doc/source/models/model_abilities/audio.rst
+6 −0 doc/source/user_guide/backends.rst
+6 −4 setup.cfg
+4 −1 xinference/api/restful_api.py
+2 −2 xinference/client/restful/restful_client.py
+0 −4 xinference/constants.py
+6 −3 xinference/core/image_interface.py
+1 −1 xinference/core/model.py
+2 −0 xinference/core/supervisor.py
+7 −0 xinference/core/worker.py
+4 −0 xinference/deploy/docker/Dockerfile
+6 −0 xinference/deploy/utils.py
+4 −2 xinference/model/audio/core.py
+25 −4 xinference/model/core.py
+88 −13 xinference/model/embedding/core.py
+8 −0 xinference/model/embedding/model_spec.json
+8 −0 xinference/model/embedding/model_spec_modelscope.json
+3 −3 xinference/model/embedding/tests/test_embedding_models.py
+8 −2 xinference/model/flexible/core.py
+8 −5 xinference/model/image/core.py
+30 −6 xinference/model/image/model_spec.json
+21 −3 xinference/model/image/model_spec_modelscope.json
+30 −27 xinference/model/image/stable_diffusion/core.py
+36 −0 xinference/model/image/tests/test_stable_diffusion.py
+6 −4 xinference/model/llm/core.py
+7 −5 xinference/model/llm/ggml/llamacpp.py
+6 −6 xinference/model/llm/llm_family.py
+7 −0 xinference/model/llm/mlx/core.py
+4 −1 xinference/model/llm/pytorch/chatglm.py
+2 −1 xinference/model/llm/pytorch/deepseek_vl.py
+2 −1 xinference/model/llm/pytorch/falcon.py
+4 −2 xinference/model/llm/pytorch/llama_2.py
+2 −1 xinference/model/llm/pytorch/omnilmm.py
+2 −1 xinference/model/llm/pytorch/qwen_vl.py
+2 −1 xinference/model/llm/pytorch/vicuna.py
+2 −1 xinference/model/llm/pytorch/yi_vl.py
+12 −6 xinference/model/llm/sglang/core.py
+1 −5 xinference/model/llm/vllm/core.py
+4 −3 xinference/model/rerank/core.py
+31 −3 xinference/web/ui/src/scenes/launch_model/modelCard.js

0 comments on commit 8c7dc9a

Please sign in to comment.