-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule inference
updated
20 files
+4 −0 | .github/workflows/docker-cd.yaml | |
+7 −0 | .github/workflows/python.yaml | |
+2 −2 | README.md | |
+5 −5 | README_zh_CN.md | |
+1 −1 | doc/source/conf.py | |
+1 −1 | doc/source/index.rst | |
+55 −35 | doc/source/locale/zh_CN/LC_MESSAGES/user_guide/backends.po | |
+7 −6 | doc/source/user_guide/backends.rst | |
+2 −2 | setup.cfg | |
+2 −0 | xinference/api/restful_api.py | |
+24 −17 | xinference/client/restful/restful_client.py | |
+4 −1 | xinference/conftest.py | |
+2 −0 | xinference/core/tests/test_restful_api.py | |
+13 −9 | xinference/core/worker.py | |
+20 −1 | xinference/deploy/cmdline.py | |
+65 −0 | xinference/deploy/docker/cpu.Dockerfile | |
+25 −1 | xinference/deploy/utils.py | |
+50 −1 | xinference/model/llm/llm_family_modelscope.json | |
+5 −2 | xinference/types.py | |
+15 −3 | xinference/web/ui/src/scenes/register_model/index.js |