Skip to content

Commit f6c4110

Browse files
committed
fix python command name
1 parent 9d3b365 commit f6c4110

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/test-cpu.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
fi
1111

1212
# First, use the baseline implementations to mimic LLM outputs.
13-
python3.11 prompts/create-serial-tests.py drivers/cpp/benchmarks prompts/generation-prompts.json serial-generations.json
13+
python prompts/create-serial-tests.py drivers/cpp/benchmarks prompts/generation-prompts.json serial-generations.json
1414

1515
# make sure the model drivers are built
1616
cd drivers
@@ -19,7 +19,7 @@ make
1919
cd ..
2020

2121
# Run the drivers using these generations
22-
python3.11 run-all.py \
22+
python run-all.py \
2323
../serial-generations.json \
2424
--output results.json \
2525
--launch-configs launch-configs.json \
@@ -34,7 +34,7 @@ python3.11 run-all.py \
3434

3535
# check results
3636
cd ..
37-
python3.11 test/validate-test-results.py \
37+
python test/validate-test-results.py \
3838
--results drivers/results.json \
3939
--problem $1 \
4040
--expected-write 3 \

0 commit comments

Comments
 (0)