We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bde6d9 commit 3778a95Copy full SHA for 3778a95
1 file changed
.github/workflows/unit_tests_common.yml
@@ -153,7 +153,8 @@ jobs:
153
apt-get install -y git
154
#http1.1
155
git config --global http.version HTTP/1.1
156
-
+ git config --global http.postBuffer 524288000
157
+
158
git clone https://github.com/flagos-ai/TransformerEngine-FL.git
159
python3 -m pip install nvdlfw-inspect --no-deps || true
160
python3 -m pip install --upgrade pip setuptools wheel --user
0 commit comments