已合并
fix requirement about transformers in 2.0.0 #2797
温一盏创建于 2025年6月9日
fix requirement about transformers in 2.0.0 #2797
已合并
从refs/pull/2797/head合入到2.0.0
共 2 个文件变更+11-2
| @@ -835,4 +835,13 @@ NPUS_PER_NODE: 配置一个计算节点上使用的NPU数量<br> | |||
| 835 | # SUPPORT_FP16 = SUPPORT_CUDA and torch.cuda.get_device_capability(0)[0] >= 7 | 835 | # SUPPORT_FP16 = SUPPORT_CUDA and torch.cuda.get_device_capability(0)[0] >= 7 |
| 836 | # 修改为: | 836 | # 修改为: |
| 837 | # SUPPORT_FP16 = True | 837 | # SUPPORT_FP16 = True |
| 838 | - ``` | 838 | + ``` |
| 839 | + | ||
| 840 | +## 版本支持 | ||
| 841 | + | ||
| 842 | +1.Llama3.3系列模型依赖以下特定Python及transformers版本 | ||
| 843 | + | ||
| 844 | +```shell | ||
| 845 | +Python>=3.10 | ||
| 846 | +transformers==4.51.0 | ||
| 847 | +``` | ||