Open alfiy opened 6 months ago
运行微调代码时提示#error "PYTHON < 3.6 IS UNSUPPORTED. pybind11 v2.9 was the last to support Python 2 and 3.5.错误
ubuntu2204 nvidia driver 550.67 cuda 12.4
这是报错的原因是我使用python 命令创建的虚拟环境,换成conda创建虚拟环境,并指定python版本3.10后不再报错了。
运行微调代码时提示#error "PYTHON < 3.6 IS UNSUPPORTED. pybind11 v2.9 was the last to support Python 2 and 3.5.错误
ubuntu2204 nvidia driver 550.67 cuda 12.4