We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
系统:ubuntu22.04 Driver Version: 535.129.03 CUDA 12.2
xinference, version 1.1.0
docker run -d --name xinference -v /data/xinference/data/.xinference:/root/.xinference -v /data/xinference/data/.cache/huggingface:/root/.cache/huggingface -v /data/xinference/data/.cache/modelscope:/root/.cache/modelscope -v /data/xinference/log:/workspace/xinference/logs -e XINFERENCE_HOME=/data/xinference -e XINFERENCE_MODEL_SRC=modelscope -e CUDA_DEVICE_ORDER=PCI_BUS_ID -e PYTORCH_NVML_BASED_CUDA_CHECK=1 -e CUDA_VISIBLE_DEVICES=0,1,2,3 -p 3000:9997 --gpus all --restart always xprobe/xinference:latest xinference-local -H 0.0.0.0 --log-level debug
正常启动模型
The text was updated successfully, but these errors were encountered:
Xinference 镜像要求 cuda 12.4 了,12.2 可能会有问题。
Sorry, something went wrong.
No branches or pull requests
System Info / 系統信息
系统:ubuntu22.04
Driver Version: 535.129.03
CUDA 12.2
Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
Version info / 版本信息
xinference, version 1.1.0
The command used to start Xinference / 用以启动 xinference 的命令
docker run -d
--name xinference
-v /data/xinference/data/.xinference:/root/.xinference
-v /data/xinference/data/.cache/huggingface:/root/.cache/huggingface
-v /data/xinference/data/.cache/modelscope:/root/.cache/modelscope
-v /data/xinference/log:/workspace/xinference/logs
-e XINFERENCE_HOME=/data/xinference
-e XINFERENCE_MODEL_SRC=modelscope
-e CUDA_DEVICE_ORDER=PCI_BUS_ID
-e PYTORCH_NVML_BASED_CUDA_CHECK=1
-e CUDA_VISIBLE_DEVICES=0,1,2,3
-p 3000:9997
--gpus all
--restart always
xprobe/xinference:latest
xinference-local -H 0.0.0.0 --log-level debug
Reproduction / 复现过程
Expected behavior / 期待表现
正常启动模型
The text was updated successfully, but these errors were encountered: