-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
import /home/xx/.cache/torch_extensions/ #50
Comments
#24 |
你好,我使用docker ,但是torch.cuda.is_available==False,cuda就不可用了,这可以怎么解决呢? |
|
可以尝试在 docker 中安装更高版本的 cuda,同时也需要重新安装对应版本的 pytorch 和 apex |
您好,我安装了cuda11.3,和对应的pytorch,但是cuda还是不可用的,请问下还有什么可能的办法么? |
什么叫 cuda 不可用呢?如果 python 环境下 |
我这边torch.version.cuda和nvcc --version一致,但是还是出现了与@xiao-ming-code相同的问题 |
是什么问题?是 "cuda不可用" 还是 |
torch.version.cuda和nvcc --version一致,但是torch.cuda.is_available()输出还是False |
这是你环境配置的问题了,可以看看环境变量是否设置正确 |
你是否安装了nvidia-docker?如果没装nvidia-docker,docker环境是不能用gpu的 |
can you paste the dockerfile to build image: yxthu17/eva:1.5? |
我找到了解决办法,在/root/.cache/torch_extensions/ 目录下执行ninja即可生成util.so |
我在进行 bash eva_fineturn.sh 时出现下面这个错误?我尝试了很久还是没有解决,麻烦你看一下
The text was updated successfully, but these errors were encountered: