Skip to content

Commit

Permalink
ENH: Update Xinference to v0.6.3 (#14)
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
ChengjieLi28 authored Nov 16, 2023
1 parent 94b8d01 commit 7b124cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/inference
Submodule inference updated 36 files
+1 −0 doc/source/getting_started/index.rst
+51 −0 doc/source/getting_started/logging.rst
+0 −8 doc/source/getting_started/using_xinference.rst
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/examples/ai_podcast.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/examples/chatbot.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/examples/index.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/getting_started.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/accessing_models.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/index.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/installation.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/launching_models.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/troubleshooting.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/getting_started/using_xinference.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/index.po
+2 −2 doc/source/locale/zh_CN/LC_MESSAGES/models/builtin/index.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/models/custom.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/models/index.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/reference.po
+272 −1 doc/source/locale/zh_CN/LC_MESSAGES/reference/index.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/user_guide/backends.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/user_guide/cache_management.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/user_guide/client_api.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/user_guide/index.po
+1 −1 doc/source/locale/zh_CN/LC_MESSAGES/user_guide/user_guide.po
+19 −0 doc/source/models/builtin/qwen-chat.rst
+6 −0 setup.cfg
+73 −35 xinference/api/restful_api.py
+4 −5 xinference/client/oscar/actor_client.py
+4 −0 xinference/client/tests/test_client.py
+10 −5 xinference/core/model.py
+12 −0 xinference/core/utils.py
+28 −1 xinference/model/llm/llm_family.json
+19 −8 xinference/model/llm/llm_family.py
+33 −1 xinference/model/llm/llm_family_modelscope.json
+4 −4 xinference/model/llm/pytorch/core.py
+1 −0 xinference/model/llm/tests/test_llm_family.py

0 comments on commit 7b124cb

Please sign in to comment.