我想配好环境啊啊啊!!!: 解决方式是`pip install transformers==4.29.1`,这样和我本地python3.7的环境是兼容的
安装transformer(配置pytorch环境;安装transformers库)我想配好环境啊啊啊!!!: 的确“transformer能否安装成功和python版本有关”,指定2.5.1就可以安装(但是不支持AutoModelForCausalLM,或许需要更新的版本),如果直接安装会报错: ``` Building wheels for collected packages: safetensors Building wheel for safetensors (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for safetensors (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [41 lines of output] Running `maturin pep517 build-wheel -i C:\DeepLearning\envs\torch\python.exe --compatibility off` ```
pytorch-gpu安装100%成功(安装Anoconda、对Anaconda和Python进行换源、确定pytorch的CUDA版本、创建pytorch虚拟环境、安装pytorch-gpu)奋进的小hang: 你好,就说明cuda的版本可能错了
pytorch-gpu安装100%成功(安装Anoconda、对Anaconda和Python进行换源、确定pytorch的CUDA版本、创建pytorch虚拟环境、安装pytorch-gpu)qq_43756194: (4)输入torch.cuda.is_ailable() 显示false怎么办呢
Matlab无法执行赋值,因为左侧的索引与右侧的大小不兼容的问题解决方法压力小子273: 这是在表述什么呢