""" # Example: No default system message
# (Optional) Other Useful Parameters
# --------------------------------------------------------------------------
# PARAMETER num_ctx 4096 # Example: Set context window size
# PARAMETER num_gpu_layers 35 # Example: Offload layers to GPU if applicable
# PARAMETER main_gpu 0 # Example: Specify main GPU
# PARAMETER mirostat 1 # Example: Enable Mirostat sampling
# PARAMETER mirostat_tau 5.0
# PARAMETER mirostat_eta 0.1
# (Optional) Model Family (helps Ollama with certain features/compatibility)
# --------------------------------------------------------------------------
# e.g., 'llama', 'mistral', 'gemma', 'phi'
MODELFAMILY 'gemma' # If it's a Gemma-like model
# (Optional) License information for the model
# --------------------------------------------------------------------------
# LICENSE