Skip to content

Commit 6f2a1ee

Browse files
author
zhoujiamei
committed
turn back
1 parent 96882f5 commit 6f2a1ee

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/unit_tests_common.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,14 @@ jobs:
153153
apt-get update
154154
apt-get install -y git
155155
#http1.1
156-
git config --global http.version HTTP/1.1
157-
git config --global http.postBuffer 524288000
156+
# git config --global http.version HTTP/1.1
157+
# git config --global http.postBuffer 524288000
158158
159159
git clone https://github.com/flagos-ai/TransformerEngine-FL.git
160160
161-
source /opt/conda/etc/profile.d/conda.sh && conda activate base
162-
python3 -m pip install nvdlfw-inspect --no-deps || true
163-
pip install setuptools==69.5.1
161+
# source /opt/conda/etc/profile.d/conda.sh && conda activate base
162+
# python3 -m pip install nvdlfw-inspect --no-deps || true
163+
# pip install setuptools==69.5.1
164164
165165
echo '===== 3. Build and Install TransformerEngine-FL ====='
166166
python3 -m pip uninstall transformer_engine -y || true

0 commit comments

Comments
 (0)