We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784faa2 commit 41a972eCopy full SHA for 41a972e
1 file changed
.github/workflows/qa_l1_test.yml
@@ -74,6 +74,9 @@ jobs:
74
# Install dependencies
75
pip install optree looseversion opt_einsum lightning_utilities
76
77
+ # Clone lightning-thunder
78
+ git clone --recurse-submodules https://github.com/Lightning-AI/lightning-thunder.git
79
+
80
echo "Install transformer_engine"
81
pip install --no-build-isolation -vvv . --no-deps
82
@@ -111,9 +114,6 @@ jobs:
111
114
source /opt/miniconda3/etc/profile.d/conda.sh
112
115
conda activate flagscale-train
113
116
- # Clone lightning-thunder
- git clone --recurse-submodules https://github.com/Lightning-AI/lightning-thunder.git
-
117
bash ./qa/L1_pytorch_thunder_integration/test.sh
118
119
- name: L1 Pytorch Distributed Unittest
0 commit comments