Add: CodeNeedle Benchmark. Optimize model handling.

This commit is contained in:
2026-06-17 19:14:08 +02:00
parent 599822036f
commit ce64ef56e4
11 changed files with 799 additions and 57 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
# ==========================================
# --- LLM ENGINE & MODEL SELECTION ---
MODEL_LIST=qwen2.5-coder:14b,qwen3:14b,deepseek-coder-v2:16b
MODEL_LIST=gemma4:e4b,qwen2.5-coder:14b,qwen3:14b,deepseek-coder-v2:16b
OPENCLAW_DEFAULT_MODEL=ollama/qwen3-general
OLLAMA_KEEP_ALIVE=-1
# KV cache quantization for large contexts (recommended on desktop GPUs): q8_0 or q4_0
# OLLAMA_KV_CACHE_TYPE=q8_0