@@ -112,46 +112,46 @@ jobs:
112112 source .github/workflows/scripts/gpu_check.sh
113113 wait_for_gpu
114114
115- # - name: Run L1 PyTorch Thunder Integration Tests
116- # env:
117- # XML_LOG_DIR: "/logs/pytorch/thunder"
118- # THUNDER_PATH: "lightning-thunder"
119- # TE_PATH: .
120- # run: |
121- # # Activate conda environment
122- # source /opt/miniconda3/etc/profile.d/conda.sh
123- # conda activate flagscale-train
124-
125- # # Run thunder integration tests
126- # echo "=== Running L1 PyTorch Thunder Integration Tests ==="
127- # bash ./qa/L1_pytorch_thunder_integration/test.sh
128- # # timeout-minutes: 5
129-
130- # - name: Run L1 PyTorch Distributed Unit Tests
131- # continue-on-error: true
132- # env:
133- # XML_LOG_DIR: "/logs/pytorch/distributed"
134- # TE_PATH: .
135- # run: |
136- # # Activate conda environment
137- # source /opt/miniconda3/etc/profile.d/conda.sh
138- # conda activate flagscale-train
139-
140- # # Run distributed unit tests
141- # echo "=== Running L1 PyTorch Distributed Unit Tests ==="
142- # bash ./qa/L1_pytorch_distributed_unittest/test.sh
143- # # timeout-minutes: 5
144-
145- # - name: Run L1 PyTorch ONNX Unit Tests
146- # env:
147- # XML_LOG_DIR: "/logs/pytorch/onnx"
148- # TE_PATH: .
149- # run: |
150- # # Activate conda environment
151- # source /opt/miniconda3/etc/profile.d/conda.sh
152- # conda activate flagscale-train
153-
154- # # Run ONNX unit tests
155- # echo "=== Running L1 PyTorch ONNX Unit Tests ==="
156- # bash ./qa/L1_pytorch_onnx_unittest/test.sh
157- # # timeout-minutes: 30
115+ - name : Run L1 PyTorch Thunder Integration Tests
116+ env :
117+ XML_LOG_DIR : " /logs/pytorch/thunder"
118+ THUNDER_PATH : " lightning-thunder"
119+ TE_PATH : .
120+ run : |
121+ # Activate conda environment
122+ source /opt/miniconda3/etc/profile.d/conda.sh
123+ conda activate flagscale-train
124+
125+ # Run thunder integration tests
126+ echo "=== Running L1 PyTorch Thunder Integration Tests ==="
127+ bash ./qa/L1_pytorch_thunder_integration/test.sh
128+ # timeout-minutes: 5
129+
130+ - name : Run L1 PyTorch Distributed Unit Tests
131+ continue-on-error : true
132+ env :
133+ XML_LOG_DIR : " /logs/pytorch/distributed"
134+ TE_PATH : .
135+ run : |
136+ # Activate conda environment
137+ source /opt/miniconda3/etc/profile.d/conda.sh
138+ conda activate flagscale-train
139+
140+ # Run distributed unit tests
141+ echo "=== Running L1 PyTorch Distributed Unit Tests ==="
142+ bash ./qa/L1_pytorch_distributed_unittest/test.sh
143+ # timeout-minutes: 5
144+
145+ - name : Run L1 PyTorch ONNX Unit Tests
146+ env :
147+ XML_LOG_DIR : " /logs/pytorch/onnx"
148+ TE_PATH : .
149+ run : |
150+ # Activate conda environment
151+ source /opt/miniconda3/etc/profile.d/conda.sh
152+ conda activate flagscale-train
153+
154+ # Run ONNX unit tests
155+ echo "=== Running L1 PyTorch ONNX Unit Tests ==="
156+ bash ./qa/L1_pytorch_onnx_unittest/test.sh
157+ # timeout-minutes: 30
0 commit comments