租用服务器
先租用一个合适的服务器,建议不要选最新版本,跟我选的一样即可,不然后面会出现ERROR: Could not find a version that satisfies the requirement torch==2.1.2

问题1:默认装在系统盘爆满
🚫 不要直接使用以下命令
# 创建名为 Xinference 的 Conda 环境,并指定 Python 版本为 3.10.14
conda create -n Xinference python=3.10.14
# 激活该环境
conda activate Xinference
pip install "xinference" -i https://pypi.tuna.tsinghua.edu.cn/simple
会出现系统盘爆满
ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
✅ 正确方法:
autoDL算力云装Xinference的坑与步骤

最低0.47元/天 解锁文章
1892

被折叠的 条评论
为什么被折叠?



