Skip to content

Commit

Permalink
Fix smoke test after dropping --number_of_batches
Browse files Browse the repository at this point in the history
  • Loading branch information
mzukowski-reef committed Sep 23, 2024
1 parent d1d56aa commit 9cb8272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
cd src/compute_horde_prompt_gen
python3 run.py --output_folder_path output/ --model_name mock --number_of_batches 5 --number_of_prompts_per_batch 20 --uuids uuid1,uuid2,uuid3,uuid4,uuid5
python3 run.py --output_folder_path output/ --model_name mock --number_of_prompts_per_batch 20 --uuids uuid1,uuid2,uuid3,uuid4,uuid5
echo -e "\ngenerated batches:"
ls
Expand Down

0 comments on commit 9cb8272

Please sign in to comment.