mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
try using libopenblas instead
This commit is contained in:
parent
d33e1dc7b6
commit
b92c37adc9
2
.github/workflows/build-commit.yml
vendored
2
.github/workflows/build-commit.yml
vendored
@ -159,7 +159,7 @@ jobs:
|
||||
- build: 'avx512'
|
||||
defines: '-DGGML_AVX512=ON'
|
||||
- build: 'openblas'
|
||||
defines: '-DGGML_OPENBLAS=ON -DBLAS_INCLUDE_DIRS="$env:RUNNER_TEMP/openblas/include" -DBLAS_LIBRARIES="$env:RUNNER_TEMP/openblas/lib/openblas.lib"'
|
||||
defines: '-DGGML_OPENBLAS=ON -DBLAS_INCLUDE_DIRS="$env:RUNNER_TEMP/openblas/include" -DBLAS_LIBRARIES="$env:RUNNER_TEMP/openblas/lib/libopenblas.lib"'
|
||||
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user