File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010fi
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
1616cd drivers
1919cd ..
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
3636cd ..
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 \
You can’t perform that action at this time.
0 commit comments