File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -88,21 +88,21 @@ jobs:
8888 source .github/workflows/scripts/gpu_check.sh
8989 wait_for_gpu
9090
91- - name : L1 CPP Distributed # 待检验
92- id : L1_cpp_distributed
93- # timeout-minutes: 10
94- env :
95- TE_PATH : .
96- run : |
97- source /opt/miniconda3/etc/profile.d/conda.sh
98- conda activate flagscale-train
99-
100- TE_LIB_PATH=$(pip3 show transformer-engine | grep -E "Location:|Editable project location:" | tail -n 1 | awk '{print $NF}')
101- TE_CPP_LIB_PATH="${TE_LIB_PATH}/transformer_engine"
102- export CMAKE_PREFIX_PATH="${TE_CPP_LIB_PATH}:${CMAKE_PREFIX_PATH}"
103- export LD_LIBRARY_PATH="${TE_CPP_LIB_PATH}:${LD_LIBRARY_PATH}"
104-
105- bash ./qa/L1_cpp_distributed/test.sh
91+ # - name: L1 CPP Distributed # 待检验
92+ # id: L1_cpp_distributed
93+ # # timeout-minutes: 10
94+ # env:
95+ # TE_PATH: .
96+ # run: |
97+ # source /opt/miniconda3/etc/profile.d/conda.sh
98+ # conda activate flagscale-train
99+
100+ # TE_LIB_PATH=$(pip3 show transformer-engine | grep -E "Location:|Editable project location:" | tail -n 1 | awk '{print $NF}')
101+ # TE_CPP_LIB_PATH="${TE_LIB_PATH}/transformer_engine"
102+ # export CMAKE_PREFIX_PATH="${TE_CPP_LIB_PATH}:${CMAKE_PREFIX_PATH}"
103+ # export LD_LIBRARY_PATH="${TE_CPP_LIB_PATH}:${LD_LIBRARY_PATH}"
104+
105+ # bash ./qa/L1_cpp_distributed/test.sh
106106
107107 - name : L1 Pytorch Thunder Integration
108108 id : L1_pytorch_thunder_integration
You can’t perform that action at this time.
0 commit comments