File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments