Skip to content

Commit

Permalink
Chore: update submodule (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
XprobeBot authored Feb 6, 2024
1 parent de7c0a7 commit 6e0b1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/inference
Submodule inference updated 40 files
+21 −81 doc/source/getting_started/troubleshooting.rst
+87 −25 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/troubleshooting.po
+7 −0 doc/source/models/builtin/llm/index.rst
+45 −0 doc/source/models/builtin/llm/llama-2-chat.rst
+375 −0 doc/source/models/builtin/llm/qwen1.5-chat.rst
+2 −2 setup.cfg
+52 −0 xinference/_compat.py
+2 −3 xinference/api/oauth2/auth_service.py
+1 −1 xinference/api/oauth2/types.py
+40 −34 xinference/api/restful_api.py
+10 −6 xinference/client/restful/restful_client.py
+2 −1 xinference/core/status_guard.py
+2 −2 xinference/core/tests/test_restful_api.py
+5 −6 xinference/core/tests/test_types.py
+2 −1 xinference/core/utils.py
+1 −1 xinference/fields.py
+1 −2 xinference/model/audio/core.py
+9 −0 xinference/model/core.py
+5 −136 xinference/model/embedding/core.py
+2 −2 xinference/model/embedding/tests/test_embedding_models.py
+13 −1 xinference/model/image/__init__.py
+17 −42 xinference/model/image/core.py
+94 −0 xinference/model/image/model_spec_modelscope.json
+1 −1 xinference/model/llm/ggml/llamacpp.py
+243 −3 xinference/model/llm/llm_family.json
+11 −5 xinference/model/llm/llm_family.py
+274 −0 xinference/model/llm/llm_family_modelscope.json
+1 −1 xinference/model/llm/pytorch/core.py
+1 −1 xinference/model/llm/pytorch/utils.py
+3 −5 xinference/model/llm/pytorch/yi_vl.py
+1 −1 xinference/model/llm/utils.py
+4 −0 xinference/model/llm/vllm/core.py
+5 −136 xinference/model/rerank/core.py
+2 −2 xinference/model/rerank/tests/test_rerank.py
+137 −2 xinference/model/utils.py
+3 −3 xinference/types.py
+339 −0 xinference/web/ui/src/scenes/launch_model/imageCard.js
+7 −2 xinference/web/ui/src/scenes/launch_model/index.js
+114 −0 xinference/web/ui/src/scenes/launch_model/launchImage.js
+6 −6 xinference/web/ui/src/scenes/running_models/index.js

0 comments on commit 6e0b1a0

Please sign in to comment.