Skip to content

Commit

Permalink
Remove flag from one of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
runame committed Nov 14, 2024
1 parent 9b4be76 commit ab31288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type-check:
test:
@python3 -I -m unittest discover -s tests/ -p "*_test.py"
@python3 -I -m unittest discover -s distributed_shampoo/tests/ -p "*_test.py"
@python3 -I -m unittest discover -s distributed_shampoo/utils/tests/ -p "*_test.py"
@python3 -m unittest discover -s distributed_shampoo/utils/tests/ -p "*_test.py"
@python3 -I -m unittest discover -s distributed_shampoo/gpu_tests/ -p "*_test.py"
@python3 -m unittest distributed_shampoo/utils/gpu_tests/shampoo_dist_utils_test.py
@torchrun --standalone --nnodes=1 --nproc_per_node=2 -m unittest distributed_shampoo/utils/gpu_tests/shampoo_ddp_distributor_test.py
Expand Down

0 comments on commit ab31288

Please sign in to comment.