You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
問題說明:在使用官方colab上面安裝reauirements.txt時會出現以下error:ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchaudio 2.0.2+cu118 requires torch==2.0.1, but you have torch 1.13.1 which is incompatible.
torchdata 0.6.1 requires torch==2.0.1, but you have torch 1.13.1 which is incompatible.
torchtext 0.15.2 requires torch==2.0.1, but you have torch 1.13.1 which is incompatible.
更改torch版本後又會出現其他如deepspeed,accelerate,torchvision版本不適配的問題,請問有什麼方法解決,謝謝
The text was updated successfully, but these errors were encountered:
在提问之前,请务必先看看这个注意事项!!!
如果你遇到问题需要我们帮助,你可以从以下角度描述你的信息,以便于我们可以理解或者复现你的错误(学会如何提问不仅是能帮助我们理解你,也是一个自查的过程):
1、你使用了哪个脚本、使用的什么命令:使用colab上的指令
2、你的参数是什么(脚本参数、命令参数):無修改
3、你是否修改过我们的代码:是
4、你用的哪个数据集:官方提供
如果上面都是保持原样的,你可以描述“我用的哪个脚本、命令,跑了哪个任务,然后其他参数、数据都和你们一致”,便于我们平行地理解你们的问题。
然后你可以从环境的角度描述你的问题,这些问题我们在readme已经相关的问题及解决可能会有描述:
1、哪个操作系统
2、使用的什么显卡、多少张
3、python的版本
4、python各种库的版本
然后你也可以从运行的角度来描述你的问题:
1、报错信息是什么,是哪个代码的报错(可以将完整的报错信息都发给我们)
2、GPU、CPU是否工作正常
同时你也可以看看issue,或者我们整理的信息里面有没有类似的问题相关的问题及解决
当然这只是个提问说明,你没有必要一一按照里面的内容来提问。
問題說明:在使用官方colab上面安裝reauirements.txt時會出現以下error:ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchaudio 2.0.2+cu118 requires torch==2.0.1, but you have torch 1.13.1 which is incompatible.
torchdata 0.6.1 requires torch==2.0.1, but you have torch 1.13.1 which is incompatible.
torchtext 0.15.2 requires torch==2.0.1, but you have torch 1.13.1 which is incompatible.
更改torch版本後又會出現其他如deepspeed,accelerate,torchvision版本不適配的問題,請問有什麼方法解決,謝謝
The text was updated successfully, but these errors were encountered: