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 bd804f7 commit e04f3edCopy full SHA for e04f3ed
.github/workflows/cargo_build.yml
@@ -21,6 +21,6 @@ jobs:
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
24
- run: mkdir models && cargo test --verbose
+ run: mkdir /tmp/models && cargo test --verbose
25
env:
26
- LLAMA_CPP_TEST_MODELS: "models"
+ LLAMA_CPP_TEST_MODELS: "/tmp/models"
0 commit comments