Instructions to use R136a1/Apalah 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 R136a1/Apalah 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 R136a1/Apalah:Q6_K # Run inference directly in the terminal: llama cli -hf R136a1/Apalah:Q6_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf R136a1/Apalah:Q6_K # Run inference directly in the terminal: llama cli -hf R136a1/Apalah:Q6_K
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 R136a1/Apalah:Q6_K # Run inference directly in the terminal: ./llama-cli -hf R136a1/Apalah:Q6_K
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 R136a1/Apalah:Q6_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf R136a1/Apalah:Q6_K
Use Docker
docker model run hf.co/R136a1/Apalah:Q6_K
- LM Studio
- Jan
- Ollama
How to use R136a1/Apalah with Ollama:
ollama run hf.co/R136a1/Apalah:Q6_K
- Unsloth Studio
How to use R136a1/Apalah 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 R136a1/Apalah 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 R136a1/Apalah to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for R136a1/Apalah to start chatting
- Docker Model Runner
How to use R136a1/Apalah with Docker Model Runner:
docker model run hf.co/R136a1/Apalah:Q6_K
- Lemonade
How to use R136a1/Apalah with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull R136a1/Apalah:Q6_K
Run and chat with the model
lemonade run user.Apalah-Q6_K
List all available models
lemonade list
- Atomic Chat
Upload 4 files
Browse files- .gitattributes +4 -0
- imatrix-gato32.dat +3 -0
- imatrix-hator32.dat +3 -0
- imatrix-pipti32.dat +3 -0
- imatrix-stheno32.dat +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,7 @@ elgato.Q6_K-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
allhator.Q6_K-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
allstheno.Q6_K-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
allhator.Q8_0-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
allhator.Q6_K-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
allstheno.Q6_K-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
allhator.Q8_0-imat.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
imatrix-gato32.dat filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
imatrix-hator32.dat filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
imatrix-pipti32.dat filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
imatrix-stheno32.dat filter=lfs diff=lfs merge=lfs -text
|
imatrix-gato32.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f4c26cbe643f35d3434ee2dcd6a67cda1558bb7a266a0b6fcb1c6ef188edc40
|
| 3 |
+
size 9976342
|
imatrix-hator32.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b772a59924a94ebd1132033a5444ede3b814d61723302de72eb85e3d7ab8b163
|
| 3 |
+
size 9976342
|
imatrix-pipti32.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15e189a89298691b0cc42d3f8e308fdf9067e69d1a0889052f4310ab39177dca
|
| 3 |
+
size 9976342
|
imatrix-stheno32.dat
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad386fb865b0f62fccafc4ca298a7b89a2cfb20572ce97a0a655fd3fa89a5b74
|
| 3 |
+
size 9976342
|