我想配好环境啊啊啊!!!:
的确“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`
```