We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0faae7f commit b73a1e3Copy full SHA for b73a1e3
1 file changed
.github/workflows/main.yml
@@ -396,6 +396,7 @@ jobs:
396
if: matrix.name == 'windows-gpu' && steps.cache-llama.outputs.cache-hit != 'true'
397
shell: cmd
398
run: |
399
+ call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 --force
400
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
401
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target common"
402
make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target llama"
0 commit comments