Skip to content

Commit ae95ecd

Browse files
authored
Update qa_l1_test.yml
Signed-off-by: zihugithub <[email protected]>
1 parent 078a788 commit ae95ecd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/qa_l1_test.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)