A growing collection of scripts to make your life easier! Whether you're updating models, backing up data, or automating tasks, these scripts have you covered.
-
Ollama Model Updater:
- Script:
update_ollama_models.ps1
- Purpose: Automatically updates all your Ollama models with real-time progress tracking.
- Script:
-
Hugging Face Backup:
- Script:
hf_backup.py
- Purpose: Back up all your Hugging Face models and spaces to a local directory.
- Script:
-
LLaMa.CPP Quantizer:
- Script:
quant-model.py
- Purpose: Quantize raw language models to .GGUF files, supporting various quantization levels from 16-bit floating point down to 3-bit integer precision.
- Script:
-
Clone the repo:
git clone https://github.com/kroonen/scripts.git
-
Navigate to the script directory:
cd scripts
-
Run the scripts:
- For Ollama:
./update_ollama_models.ps1
- For Hugging Face:
python hf_backup.py
- For LLaMa.CPP Quantizer:
python quant-model.py {{MODEL_INPUT_DIR}} --output-dir {{MODEL_OUTPUT_DIR}}
- For Ollama:
Stay tuned for more handy scripts! 🌟
MIT License