已合并
fix requirement about transformers in 2.0.0 #2797
温一盏创建于 2025年6月9日
fix requirement about transformers in 2.0.0 #2797
已合并
温一盏创建于 2025年6月9日
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] >= 7835 # SUPPORT_FP16 = SUPPORT_CUDA and torch.cuda.get_device_capability(0)[0] >= 7
836 # 修改为:836 # 修改为:
837 # SUPPORT_FP16 = True837 # 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+```
@@ -1,5 +1,5 @@
1numpy>=1.19.2,<2.0.01numpy>=1.19.2,<2.0.0
2-transformers==4.46.02+transformers==4.43.2
3transformers_stream_generator3transformers_stream_generator
4sympy4sympy
5decorator5decorator