Skip to content

Commit

Permalink
export ggml args
Browse files Browse the repository at this point in the history
  • Loading branch information
Weaxs committed Dec 19, 2023
1 parent 5bf7246 commit 39fd389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
run: go mod tidy
- name: Test
run: |
GGML_AVX2=OFF GGML_FMA=OFF GGML_F16C=OFF make BUILD_TYPE=metal test
export GGML_AVX2=OFF GGML_FMA=OFF GGML_F16C=OFF && make BUILD_TYPE=metal test

0 comments on commit 39fd389

Please sign in to comment.