hmahadik commited on
Commit
ada14d9
·
verified ·
1 Parent(s): 17c8362

Fix FROM filename to match shipped GGUF

Browse files
Files changed (1) hide show
  1. Modelfile.compact +1 -1
Modelfile.compact CHANGED
@@ -1,7 +1,7 @@
1
  # Coral FunctionGemma — compact (<tool_N>(args)<end>) format
2
  # Built for SL2619 fast CPU decode (~8-15 output tokens per call).
3
 
4
- FROM ./functiongemma-coral-compact-Q4_K_M.gguf
5
 
6
  PARAMETER temperature 0
7
  PARAMETER top_p 1
 
1
  # Coral FunctionGemma — compact (<tool_N>(args)<end>) format
2
  # Built for SL2619 fast CPU decode (~8-15 output tokens per call).
3
 
4
+ FROM ./coral-functiongemma-v4c-compact-Q4_K_M.gguf
5
 
6
  PARAMETER temperature 0
7
  PARAMETER top_p 1