Instructions to use Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-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 Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL # Run inference directly in the terminal: llama cli -hf Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL # Run inference directly in the terminal: llama cli -hf Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL
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 Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL # Run inference directly in the terminal: ./llama-cli -hf Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL
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 Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL # Run inference directly in the terminal: ./build/bin/llama-cli -hf Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL
Use Docker
docker model run hf.co/Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL
- LM Studio
- Jan
- Ollama
How to use Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF with Ollama:
ollama run hf.co/Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL
- Unsloth Desktop
- Docker Model Runner
How to use Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF with Docker Model Runner:
docker model run hf.co/Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL
- Lemonade
How to use Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Naphula-Archives/Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF:Q8_K_XL
Run and chat with the model
lemonade run user.Ancient-Awakening-12B-MPOA-Q8_K_XL-GGUF-Q8_K_XL
List all available models
lemonade list
- Atomic Chat
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Naphula/Ancient-Awakening-12B-MPOA
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
library_name: transformers
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
widget:
|
| 9 |
+
- text: "Ancient-Awakening-12B-MPOA-GGUF"
|
| 10 |
+
output:
|
| 11 |
+
url: https://cdn-uploads.huggingface.co/production/uploads/68e840caa318194c44ec2a04/CvyWU1z106Aa__M8KIksp.png
|
| 12 |
+
---
|