Bootstrap

Cuda切换版本后,找不到libcudart.so.11.0: cannot open shared object file: No such file or directo

pip install deepspeed --force-reinstall --no-cache-dir

解释其中每一个参数

  • 强制重新安装 deepspeed 包,即使它已经安装。
  • 重新从远程源下载 deepspeed 包,而不使用本地缓存,以确保获得最新且未损坏的包版本。

这个命令在你遇到包安装或依赖项问题时尤其有帮助,因为它可以清除可能导致问题的缓存并重新安装包。

;