From a7940e18817b3282ada7c421738c0c2326efc6ca Mon Sep 17 00:00:00 2001 From: TheoForger Date: Tue, 17 Sep 2024 20:49:20 -0400 Subject: [PATCH] Update rust.yml to include the -o option --- .github/workflows/rust.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5cc47a8..bd3bd3b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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