common : fix env names to all have LLAMA_ARG_ prefix (#23778)

This commit is contained in:
Georgi Gerganov
2026-05-27 14:52:47 +03:00
committed by GitHub
parent 9f0e4b14d2
commit 6b4e4bd582
29 changed files with 98 additions and 96 deletions

View File

@@ -27,9 +27,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:
android: