Skip to content

Commit

Permalink
Update make file
Browse files Browse the repository at this point in the history
  • Loading branch information
nhatdongdang committed Jul 4, 2024
1 parent e823223 commit 489d06e
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 @@ -16,7 +16,7 @@ build:
run: build
./speed_gpu ./weights_and_biases.txt ./tensors

test: build
test:
./speed_gpu ./weights_and_biases.txt ./tensors
mv ./results.csv ./test
python3 ./test/verify_csv.py

0 comments on commit 489d06e

Please sign in to comment.