Instructions to use actionpace/Huginn-v3-13b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use actionpace/Huginn-v3-13b with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf actionpace/Huginn-v3-13b:Q5_1 # Run inference directly in the terminal: llama cli -hf actionpace/Huginn-v3-13b:Q5_1
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf actionpace/Huginn-v3-13b:Q5_1 # Run inference directly in the terminal: llama cli -hf actionpace/Huginn-v3-13b:Q5_1
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf actionpace/Huginn-v3-13b:Q5_1 # Run inference directly in the terminal: ./llama-cli -hf actionpace/Huginn-v3-13b:Q5_1
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf actionpace/Huginn-v3-13b:Q5_1 # Run inference directly in the terminal: ./build/bin/llama-cli -hf actionpace/Huginn-v3-13b:Q5_1
Use Docker
docker model run hf.co/actionpace/Huginn-v3-13b:Q5_1
- LM Studio
- Jan
- Ollama
How to use actionpace/Huginn-v3-13b with Ollama:
ollama run hf.co/actionpace/Huginn-v3-13b:Q5_1
- Unsloth Studio
How to use actionpace/Huginn-v3-13b with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for actionpace/Huginn-v3-13b to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for actionpace/Huginn-v3-13b to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for actionpace/Huginn-v3-13b to start chatting
- Docker Model Runner
How to use actionpace/Huginn-v3-13b with Docker Model Runner:
docker model run hf.co/actionpace/Huginn-v3-13b:Q5_1
- Lemonade
How to use actionpace/Huginn-v3-13b with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull actionpace/Huginn-v3-13b:Q5_1
Run and chat with the model
lemonade run user.Huginn-v3-13b-Q5_1
List all available models
lemonade list
- Atomic Chat
Commit ·
316e44d
1
Parent(s): 89d72e9
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
**Some of my own quants:**
|
| 7 |
+
* Huginn-v3-13b_Q5_1_4K.gguf
|
| 8 |
+
* Huginn-v3-13b_Q5_1_8K.gguf
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
**Source:** [The-Face-Of-Goonery](https://huggingface.co/The-Face-Of-Goonery)
|
| 12 |
+
|
| 13 |
+
**Source Model:** [Huginn-v3-13b](https://huggingface.co/The-Face-Of-Goonery/Huginn-v3-13b)
|
| 14 |
+
|
| 15 |
+
**Source models for The-Face-Of-Goonery/Huginn-v3-13b (Finetune, kaiokendev/SuperCOT-dataset)**
|
| 16 |
+
- [KoboldAI/LLAMA2-13B-Holodeck-1](https://huggingface.co/KoboldAI/LLAMA2-13B-Holodeck-1)
|
| 17 |
+
- [meta-llama/Llama-2-13b-hf](https://huggingface.co/meta-llama/Llama-2-13b-hf)
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
**Models utilizing The-Face-Of-Goonery/Huginn-v3-13b**
|
| 21 |
+
- [The-Face-Of-Goonery/Huginn-13b-V4](https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-V4) (Merge)
|
| 22 |
+
- [The-Face-Of-Goonery/Huginn-13b-v4.5](https://huggingface.co/The-Face-Of-Goonery/Huginn-13b-v4.5) (Merge)
|
| 23 |
+
|