mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-12 18:05:38 +00:00
common : fix env names to all have LLAMA_ARG_ prefix (#23778)
This commit is contained in:
parent
9f0e4b14d2
commit
6b4e4bd582
29 changed files with 98 additions and 96 deletions
6
.github/workflows/build-webgpu.yml
vendored
6
.github/workflows/build-webgpu.yml
vendored
|
|
@ -30,9 +30,9 @@ concurrency:
|
|||
env:
|
||||
GGML_NLOOP: 3
|
||||
GGML_N_THREADS: 1
|
||||
LLAMA_LOG_COLORS: 1
|
||||
LLAMA_LOG_PREFIX: 1
|
||||
LLAMA_LOG_TIMESTAMPS: 1
|
||||
LLAMA_ARG_LOG_COLORS: 1
|
||||
LLAMA_ARG_LOG_PREFIX: 1
|
||||
LLAMA_ARG_LOG_TIMESTAMPS: 1
|
||||
|
||||
jobs:
|
||||
macos-latest-webgpu:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue