We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c6f5a2 + 35d82e6 commit 1089b16Copy full SHA for 1089b16
1 file changed
setup.sh
@@ -146,7 +146,7 @@ if [[ "$MODE" == "nightly" ]]; then
146
# Remove/update this section based on the pinned github repo commit in requirements.txt
147
sed -i -E \
148
-e 's|^mlperf-logging @ https?://github.com/mlcommons/logging/archive/.*\.zip$|mlperf-logging@git+https://github.com/mlperf/logging.git|' \
149
- -e 's|^([^ ]*) @ https?://github.com/([^/]*\/[^/]*)/archive/.*\.zip$|\1@git+https://github.com/\2.git|' \
+ -e '/^tunix/!s|^([^ ]*) @ https?://github.com/([^/]*\/[^/]*)/archive/.*\.zip$|\1@git+https://github.com/\2.git|' \
150
requirements.txt.nightly-temp
151
152
echo "--- Installing modified nightly requirements: ---"
0 commit comments