diff options
Diffstat (limited to 'scripts/test.sh')
| -rwxr-xr-x | scripts/test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/test.sh b/scripts/test.sh index 0875608..480e49a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -3,4 +3,5 @@ # torch is not installed on bare-metal voidlaptop, so this skips gracefully # there; run it in the meru container (torch + CUDA) for the full pass: # ssh meru "docker exec -w /workspace/code jspace-nanogpt sh scripts/test.sh" -exec python3 tests/test_loss_reweight.py +python3 tests/test_loss_reweight.py || exit 1 +python3 tests/test_jlens_v3.py || exit 1 |
