│ exit code: 1 ╰─> [15 lines of output] Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "C:\Users\user\AppData\Local\Temp\pip-install-2xliqc0s\deepspeed_6dafb10283b0475191a25142e9116e28\set...
(base) [sirus@serenitynow ~]$ pip install deepspeed Defaulting to user installation because normal site-packages is not writeable Collecting deepspeed Using cached deepspeed-0.9.3.tar.gz (807 kB) Preparing metadata (setup.py) ... error e...
你的命令是 pip install "peft<0.8.0" deepspeed,这意味着你想要安装两个Python包:peft(版本需小于0.8.0)和deepspeed(无特定版本限制)。 确认要安装的包及其版本限制: peft:版本需小于0.8.0。 deepspeed:无特定版本限制。 执行pip命令以安装指定版本的"peft"包: bash pip install "peft<0.8.0" 这条...
先随便下载包的一个版本,然后使用pip install 包名==版本号 -i pypi.org/simple 升级。参考ERROR: No matching distribution found for deepspeed==0.8.3 · Issue #68 · OptimalScale/LMFlow 对我很有帮助 2023-05-15 回复1 福富辅 我也还是不行 2023-09-03 回复1 云何应住 您好,按...
安装deepspeed 报错 | 【CUDA_HOME does not exist, unable to compile CUDA op(s)】2023-12-20 收起 在复现 babyllama2-chinese 项目时,jieba 无论是用 pip 还是 conda 进行安装都会报错,遂尝试手动安装,步骤如下: 先参考一篇博客 以及我自己的博客:conda、pip从本地安装包 我直接进入pip官网: https://...
when I install it viaDS_BUILD_OPS=1 pip install deepspeed, it still shows the same error Collecting deepspeed Using cached deepspeed-0.6.5.tar.gz (567 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
Describe the bug I can't using pip install deepspeed To Reproduce Steps to reproduce the behavior: To build wheel on Windows: 1. torch 1.12.1+cu113 , CUDA 11.7 2.exactly install visual cpp build tool 3. Launch cmd console with Administra...
File "/tmp/pip-install-2kfzckpb/deepspeed_c3e7c332f93d4376aa90c71fd1a48d84/op_builder/builder.py", line 41, in installed_cuda_version assert cuda_home is not None, "CUDA_HOME does not exist, unable to compile CUDA op(s)" AssertionError: CUDA_HOME does not exist, unable to compile...
https://github.com/microsoft/DeepSpeed/blob/master/blogs/windows/08-2024/README.md Where are you Triton?