Skip to content

Commit 4746522

Browse files
authored
Remove the temp patch for PT example tests (#223)
1 parent 4a3748f commit 4746522

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/dlc_tests/container_tests/bin/pytorch_tests/testPyTorchRegression

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ BIN_DIR=${HOME_DIR}/bin
55
LOG_DIR=${HOME_DIR}/logs
66

77
git clone https://github.com/pytorch/examples.git ${HOME_DIR}/artifacts/examples
8-
sed -i "s/param.add_(-0.1 \* param.grad)/param.data.add_(-0.1 \* param.grad)/g" ${HOME_DIR}/artifacts/examples/regression/main.py # temporary patch for isssue https://github.com/pytorch/examples/issues/782
98
${BIN_DIR}/pytorch_tests/testPyTorchRegressionHelper || exit 1
109
exit 0

0 commit comments

Comments
 (0)