theghost369/FastLlama-3.2-LoRA-F16-GGUF overview
theghost369/FastLlama 3.2 LoRA F16 GGUF This LoRA adapter was converted to GGUF format from suayptalha/FastLlama 3.2 LoRA https://huggingface.co/suayptalha/Fas…
Runs locally from ~21.5 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| FastLlama-3.2-LoRA-f16.gguf | GGUF | F16 | 21.5 MB | Download |
Model Details
| Model ID | theghost369/FastLlama-3.2-LoRA-F16-GGUF |
|---|---|
| Author | theghost369 |
| Pipeline | — |
| License | apache-2.0 |
| Base model | suayptalha/FastLlama-3.2-LoRA |
| Last modified | 2026-07-01T16:01:51.000Z |
Model README
---
library_name: transformers
tags:
- math
- lora
- science
- chemistry
- biology
- code
- text-generation-inference
- unsloth
- llama
- llama-cpp
- gguf-my-lora
license: apache-2.0
datasets:
- HuggingFaceTB/smoltalk
language:
- en
- de
- es
- fr
- it
- pt
- hi
- th
base_model: suayptalha/FastLlama-3.2-LoRA
---
theghost369/FastLlama-3.2-LoRA-F16-GGUF
This LoRA adapter was converted to GGUF format from suayptalha/FastLlama-3.2-LoRA via the ggml.ai's GGUF-my-lora space.
Refer to the original adapter repository for more details.
Use with llama.cpp
# with cli
llama-cli -m base_model.gguf --lora FastLlama-3.2-LoRA-f16.gguf (...other args)
# with server
llama-server -m base_model.gguf --lora FastLlama-3.2-LoRA-f16.gguf (...other args)
To know more about LoRA usage with llama.cpp server, refer to the llama.cpp server documentation.
Run theghost369/FastLlama-3.2-LoRA-F16-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models