StarLuckLee
StarLuckLee
> 我和你有同样的错误,看来官方提供的代码没有按预期工作。我必须手动执行`conda install pytorch==2.0.1 torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia` 并指定`KMP_DUPLICATE_LIB_OK=TRUE`才能使其工作。 然后我又遇到了第二个问题,就是字符集问题。如果您也遇到这种情况,请在所有打开的调用中添加“encoding='UTF-8'”。 我也碰到了这个问题,请问 " 指定`KMP_DUPLICATE_LIB_OK=TRUE` " 这一步怎么操作?
> > > 我和你也有同样的错误,看来官方提供的代码没有按预期工作。我必须手动执行`conda install pytorch==2.0.1 torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia`并指定`KMP_DUPLICATE_LIB_OK=TRUE`权限工作。然后我又遇到了第二个问题,就是字符集问题。如果您也遇到这种情况,请在所有打开的调用中添加“encoding='UTF-8'”。 > > > > > > 我也搞清楚了这个问题,请问“指定`KMP_DUPLICATE_LIB_OK=TRUE`”这一步怎么操作? > > 将其添加到环境变量中,例如,`set KMP_DUPLICATE_LIB_OK=TRUE`对于 Windows 使用“”,`export KMP_DUPLICATE_LIB_OK=TRUE`对于类 Unix 系统使用“”。 万分感激你的回复与指导,仿佛把我拉出无尽黑暗的深渊,感谢!
> 嗨,也许试试这个: > > ``` > pip install triton==2.0.0 > ``` C:\Windows\system32>pip install triton==2.0.0 ERROR: Could not find a version that satisfies the requirement triton==2.0.0 (from versions: none) ERROR: No...
> 简短的研究表明 pip install triton 在 Windows 上是不可能的 我在triton的github上也看到相关的内容