Instructions to use gghfez/SmartMaid-123b-GGUF 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 gghfez/SmartMaid-123b-GGUF 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 gghfez/SmartMaid-123b-GGUF:Q2_K_M # Run inference directly in the terminal: llama cli -hf gghfez/SmartMaid-123b-GGUF:Q2_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf gghfez/SmartMaid-123b-GGUF:Q2_K_M # Run inference directly in the terminal: llama cli -hf gghfez/SmartMaid-123b-GGUF:Q2_K_M
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 gghfez/SmartMaid-123b-GGUF:Q2_K_M # Run inference directly in the terminal: ./llama-cli -hf gghfez/SmartMaid-123b-GGUF:Q2_K_M
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 gghfez/SmartMaid-123b-GGUF:Q2_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf gghfez/SmartMaid-123b-GGUF:Q2_K_M
Use Docker
docker model run hf.co/gghfez/SmartMaid-123b-GGUF:Q2_K_M
- LM Studio
- Jan
- Ollama
How to use gghfez/SmartMaid-123b-GGUF with Ollama:
ollama run hf.co/gghfez/SmartMaid-123b-GGUF:Q2_K_M
- Unsloth Desktop
- Docker Model Runner
How to use gghfez/SmartMaid-123b-GGUF with Docker Model Runner:
docker model run hf.co/gghfez/SmartMaid-123b-GGUF:Q2_K_M
- Lemonade
How to use gghfez/SmartMaid-123b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull gghfez/SmartMaid-123b-GGUF:Q2_K_M
Run and chat with the model
lemonade run user.SmartMaid-123b-GGUF-Q2_K_M
List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ base_model:
|
|
| 8 |
- NeverSleep/Lumimaid-v0.2-123B
|
| 9 |
---
|
| 10 |
|
| 11 |
-
Update: After further testing, this has turned out exactly like I wanted, and is one of my favorite models! It remains
|
| 12 |
|
| 13 |
# GGUF Quants of gghfez/SmartMaid-123b
|
| 14 |
|
|
|
|
| 8 |
- NeverSleep/Lumimaid-v0.2-123B
|
| 9 |
---
|
| 10 |
|
| 11 |
+
Update: After further testing, this has turned out exactly like I wanted, and is one of my favorite models! It remains coherent at higher contexts and doesn't suffer the repetition issues I was having with Lumimaid.
|
| 12 |
|
| 13 |
# GGUF Quants of gghfez/SmartMaid-123b
|
| 14 |
|