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 bf488d4 commit 83a2202Copy full SHA for 83a2202
.github/workflows/release.yml
@@ -231,7 +231,7 @@ jobs:
231
232
- name: Package CPU for Windows
233
run: >
234
- LLAMA_CPP_PLATFORM=win-cpu-x64 OUTPUT_NAME=tabby_x86_64-windows-msvc ./ci/package-from-upstream.sh
+ LLAMA_CPP_PLATFORM=win-cpu-x64 OUTPUT_NAME=tabby_x86_64-windows-msvc-cpu ./ci/package-from-upstream.sh
235
236
- name: Package CUDA 12.4 for Windows
237
0 commit comments