Skip to content

Commit

Permalink
Update rust.yml to include the -o option
Browse files Browse the repository at this point in the history
  • Loading branch information
theoforger authored Sep 18, 2024
1 parent cdd562d commit a7940e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
run: cargo run -- examples/link.txt examples/avoid.txt -m gemma2-9b-it
- name: Test with Mixtral
run: cargo run -- examples/link.txt examples/avoid.txt -m mixtral-8x7b-32768
- name: Test -o
run: cargo run -- examples/link.txt examples/avoid.txt -o output.txt

0 comments on commit a7940e1

Please sign in to comment.