first commit

This commit is contained in:
Luca Sacchi Ricciardi
2026-03-30 16:35:05 +00:00
commit 8e17722311
25 changed files with 533 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
FROM gemma3n:e4b
# --- PARAMETERS (Spec-Driven & Performance) ---
# Imposta il contesto a 32k come richiesto
PARAMETER num_ctx 32768
# Temperatura per coding (0.3-0.5 per precisione, 0.7 per creatività)
PARAMETER temperature 0.4
PARAMETER top_p 0.9
PARAMETER repeat_penalty 1.1
# Ottimizzazione per GPU AMD (Phoenix/780M)
PARAMETER num_gpu 100