Create apex
Browse files
wheel/python3.12/torch2.9.0/apex
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
未正确构建apex导致报错No module named 'fused_layer_norm_cuda'
|
| 2 |
+
解决:python setup.py bdist_wheel --cpp_ext --cuda_ext
|