Views
No views yet
unsloth/llama-3.2-3b-unsloth-bnb-4bitRequires: Ollama.
Optionally install the HF CLI:pip install -U huggingface_hub(gives you thehfcommand).
1# 1) Download the model repo locally (contains GGUF + Modelfile)
2hf download RolexAlexander/launa-lawsearchgy-gguf --repo-type model --local-dir ./launa-lawsearchgy-gguf
3
4# 2) Create the Ollama model using the included Modelfile (relative FROM path)
5ollama create Launa -f ./RolexAlexander/launa-lawsearchgy-gguf/Modelfile
6
7# 3) Run it
8ollama run Launa