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.
1 parent 96dbdfa commit a6217a6Copy full SHA for a6217a6
.ci/pytorch/win-test.sh
@@ -59,6 +59,11 @@ python -m pip install parameterized==0.8.1
59
# Install pulp for testing ilps under torch\distributed\_tools
60
python -m pip install pulp==2.9.0
61
62
+# Install expecttest to merge https://github.com/pytorch/pytorch/pull/155308
63
+python -m pip install expecttest==0.3.0
64
+
65
+python -m pip install -r $SCRIPT_PARENT_DIR/../docker/requirements-ci.txt
66
67
run_tests() {
68
# Run nvidia-smi if available
69
for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe; do
0 commit comments