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

Fix FROM filename to match shipped GGUF

Browse files
Files changed (1) hide show
  1. Modelfile.native +1 -1
Modelfile.native CHANGED
@@ -2,7 +2,7 @@
2
  # Matches Synaptics' existing parser. Slower decode (~30-80 output tokens) but
3
  # zero-overhead for respond() / chat-style replies.
4
 
5
- FROM ./functiongemma-coral-native-Q4_K_M.gguf
6
 
7
  PARAMETER temperature 0
8
  PARAMETER top_p 1
 
2
  # Matches Synaptics' existing parser. Slower decode (~30-80 output tokens) but
3
  # zero-overhead for respond() / chat-style replies.
4
 
5
+ FROM ./coral-functiongemma-v4c-native-Q4_K_M.gguf
6
 
7
  PARAMETER temperature 0
8
  PARAMETER top_p 1