File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -309,10 +309,11 @@ jobs:
309309 run : |
310310 call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" intel64 --force
311311 call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
312- make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target common"
313- make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target llama"
312+ set CUDAHOSTCXX=cl.exe
314313 make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml"
315- make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml-base"
314+ #make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target common"
315+ #make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target llama"
316+ #make build/llama.cpp.stamp ${{ matrix.make }} LLAMA_ARGS="--target ggml-base"
316317
317318 - name : copy backend modules to dist
318319 if : false # matrix.name == 'windows-gpu'
You can’t perform that action at this time.
0 commit comments