"tests/git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "fa11d338f46c73fd5d940337ad198e976f186797"
Unverified Commit 52e2943c authored by moto's avatar moto Committed by GitHub
Browse files

Do not print CPU info before running tests (#1434)

This code was added as a part of investigation of inconsistent behavior
of file-like object support. Now the investigation is done and this code
does not provide much insight yet adding a bunch of lines to the log, so
this PR removes it.
parent e9726f08
...@@ -11,9 +11,7 @@ case "$(uname -s)" in ...@@ -11,9 +11,7 @@ case "$(uname -s)" in
esac esac
python -m torch.utils.collect_env python -m torch.utils.collect_env
if [ "${os}" == Linux ]; then
cat /proc/cpuinfo
fi
export TORCHAUDIO_TEST_FAIL_IF_NO_EXTENSION=1 export TORCHAUDIO_TEST_FAIL_IF_NO_EXTENSION=1
export PATH="${PWD}/third_party/install/bin/:${PATH}" export PATH="${PWD}/third_party/install/bin/:${PATH}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment