Skip to content

Commit b664c0d

Browse files
committed
comments
1 parent a09f2fd commit b664c0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/run_pytorch.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ CUDAS="nvidia"
1010

1111
mkdir $PYTHON_CODE_DIR
1212

13+
# Quick rundown: for each file we extract the python code that's within
14+
# the ``` markers and we put that code in a corresponding .py file in $PYTHON_CODE_DIR
15+
# Then we execute each of these python files with pytest in test_run_python_code.py
1316
for f in $ALL_FILES
1417
do
1518
f_no_ext=${f%.md} # remove .md extension

0 commit comments

Comments
 (0)