We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b660e10 commit cc65aa1Copy full SHA for cc65aa1
.circleci/config.yml
@@ -44,7 +44,7 @@ jobs:
44
command: |
45
cd BreakYourLLM
46
. venv/bin/activate
47
- python main.py
+ python main.py --file="../data.csv"
48
49
# Step 6: Check Results
50
- run:
0 commit comments