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,13 @@
FROM nemotron-cascade-2:latest
# --- PARAMETERS (Spec-Driven & Resource Management) ---
# Imposta la context window a 256k (262144 token)
PARAMETER num_ctx 262144
# Temperatura bilanciata per il thinking mode (0.7 è lo standard NVIDIA)
PARAMETER temperature 0.7
PARAMETER top_p 0.95
# Gestione dei tempi di risposta per contesti lunghi
PARAMETER num_predict -1
# Forza il caricamento sulla GPU Phoenix (780M)
PARAMETER num_gpu 100