LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
xinference/__init__.py
xinference/_version.py
xinference/client.py
xinference/constants.py
xinference/isolation.py
xinference/types.py
xinference.egg-info/PKG-INFO
xinference.egg-info/SOURCES.txt
xinference.egg-info/dependency_links.txt
xinference.egg-info/entry_points.txt
xinference.egg-info/not-zip-safe
xinference.egg-info/requires.txt
xinference.egg-info/top_level.txt
xinference/core/__init__.py
xinference/core/api.py
xinference/core/gradio.py
xinference/core/model.py
xinference/core/resource.py
xinference/core/restful_api.py
xinference/core/supervisor.py
xinference/core/utils.py
xinference/core/worker.py
xinference/deploy/__init__.py
xinference/deploy/cmdline.py
xinference/deploy/local.py
xinference/deploy/supervisor.py
xinference/deploy/utils.py
xinference/deploy/worker.py
xinference/deploy/test/__init__.py
xinference/locale/__init__.py
xinference/locale/utils.py
xinference/locale/zh_CN.json
xinference/model/__init__.py
xinference/model/core.py
xinference/model/llm/__init__.py
xinference/model/llm/core.py
xinference/model/llm/llm_family.json
xinference/model/llm/llm_family.py
xinference/model/llm/utils.py
xinference/model/llm/ggml/__init__.py
xinference/model/llm/ggml/chatglm.py
xinference/model/llm/ggml/llamacpp.py
xinference/model/llm/pytorch/__init__.py
xinference/model/llm/pytorch/baichuan.py
xinference/model/llm/pytorch/chatglm.py
xinference/model/llm/pytorch/compression.py
xinference/model/llm/pytorch/core.py
xinference/model/llm/pytorch/falcon.py
xinference/model/llm/pytorch/utils.py
xinference/model/llm/pytorch/vicuna.py