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 a5ac018 commit 893a3b3Copy full SHA for 893a3b3
.github/unittest/linux/scripts/run_all.sh
@@ -189,9 +189,14 @@ export MKL_THREADING_LAYER=GNU
189
export CKPT_BACKEND=torch
190
export MAX_IDLE_COUNT=100
191
export BATCHED_PIPE_TIMEOUT=60
192
+export TORCHDYNAMO_INLINE_INBUILT_NN_MODULES=1
193
194
pytest test/smoke_test.py -v --durations 200
195
pytest test/smoke_test_deps.py -v --durations 200 -k 'test_gym or test_dm_control_pixels or test_dm_control or test_tb'
196
+
197
+# Check that benchmarks run
198
+python -m pytest benchmarks
199
200
if [ "${CU_VERSION:-}" != cpu ] ; then
201
python .github/unittest/helpers/coverage_run_parallel.py -m pytest test \
202
--instafail --durations 200 -vv --capture no --ignore test/test_rlhf.py \
0 commit comments