Skip to content

carcruz97/ollama_weights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Ollama's Weights

This script organizes the blobs of an Ollama model (for example Gemma3) into separate files:

  • model_quant.gguf
  • params.txt
  • license.txt
  • template.txt
  • config.json

⚠️ Important:
This repository DOES NOT include the model weights. You must download them legally from Ollama or another official source.
Use of the models and derivatives is subject to the Gemma Terms of Use.

Requirements

  • Bash
  • jq to process the manifest

Usage

chmod +x extract_blobs.sh
./extract_blobs.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages