Skip to content

Instantly share code, notes, and snippets.

@bioshazard
Created January 17, 2026 18:03
Show Gist options
  • Select an option

  • Save bioshazard/4cf0ca9e3e63fdf7d4ae052cc923a28d to your computer and use it in GitHub Desktop.

Select an option

Save bioshazard/4cf0ca9e3e63fdf7d4ae052cc923a28d to your computer and use it in GitHub Desktop.
ollama rm active-big:latest
ollama create active-big -f <(echo FROM qwen3:30b-a3b)
@bioshazard
Copy link
Copy Markdown
Author

FROM model
PARAMETER numctx ###

@bioshazard
Copy link
Copy Markdown
Author

FROM glm-4.7-flash:q4_K_M
PARAMETER num_ctx 32768
PARAMETER temperature 0.2
PARAMETER top_p 0.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment