Instructions to use tensorblock/ALMA-13B-R-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/ALMA-13B-R-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/ALMA-13B-R-GGUF", filename="ALMA-13B-R-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use tensorblock/ALMA-13B-R-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/ALMA-13B-R-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/ALMA-13B-R-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/ALMA-13B-R-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/ALMA-13B-R-GGUF:Q2_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 tensorblock/ALMA-13B-R-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/ALMA-13B-R-GGUF:Q2_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 tensorblock/ALMA-13B-R-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/ALMA-13B-R-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/ALMA-13B-R-GGUF:Q2_K
- LM Studio
- Jan
- Ollama
How to use tensorblock/ALMA-13B-R-GGUF with Ollama:
ollama run hf.co/tensorblock/ALMA-13B-R-GGUF:Q2_K
- Unsloth Studio new
How to use tensorblock/ALMA-13B-R-GGUF 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 tensorblock/ALMA-13B-R-GGUF 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 tensorblock/ALMA-13B-R-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/ALMA-13B-R-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/ALMA-13B-R-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/ALMA-13B-R-GGUF:Q2_K
- Lemonade
How to use tensorblock/ALMA-13B-R-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/ALMA-13B-R-GGUF:Q2_K
Run and chat with the model
lemonade run user.ALMA-13B-R-GGUF-Q2_K
List all available models
lemonade list
Keep Q2_K/Q3_K_M gguf only
Browse files- ALMA-13B-R-Q3_K_L.gguf +0 -3
- ALMA-13B-R-Q3_K_S.gguf +0 -3
- ALMA-13B-R-Q4_0.gguf +0 -3
- ALMA-13B-R-Q4_K_M.gguf +0 -3
- ALMA-13B-R-Q4_K_S.gguf +0 -3
- ALMA-13B-R-Q5_0.gguf +0 -3
- ALMA-13B-R-Q5_K_M.gguf +0 -3
- ALMA-13B-R-Q5_K_S.gguf +0 -3
- ALMA-13B-R-Q6_K.gguf +0 -3
- ALMA-13B-R-Q8_0.gguf +0 -3
ALMA-13B-R-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:de2aa0e7a9651563fc10a6ca5df8990995e2ed607bf8e8148bad5f730b2363c6
|
| 3 |
-
size 6929559872
|
|
|
|
|
|
|
|
|
|
|
|
ALMA-13B-R-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d977641caa92a1ddbf3cf8d6e352cee8c4c6fd24c3dfec905ac3be48ecf9ed89
|
| 3 |
-
size 5658980672
|
|
|
|
|
|
|
|
|
|
|
|
ALMA-13B-R-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a72a9059fbbf9a5e7b063ecc34173dda25fa0c03877119ea329281d12fb1523f
|
| 3 |
-
size 7365835072
|
|
|
|
|
|
|
|
|
|
|
|
ALMA-13B-R-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9ddca8e2e342ec6c566dd28489c1b0012902a0802fd2a2322cbdcfdc6a6a4f64
|
| 3 |
-
size 7865956672
|
|
|
|
|
|
|
|
|
|
|
|
ALMA-13B-R-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ba835a94729bcc92f12d49207d0b5b9d536138555746e66a652f0c1b000da315
|
| 3 |
-
size 7423179072
|
|
|
|
|
|
|
|
|
|
|
|
ALMA-13B-R-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:717c739bfd47d8870a6abc3902ac3d1622fb499af52f17951e421eb1103cc6f5
|
| 3 |
-
size 8972286272
|
|
|
|
|
|
|
|
|
|
|
|
ALMA-13B-R-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:c6bbedd9c27d6f411e14d33ad9ef7b41c5bd37bbe9da50a602ba0fd406a1a880
|
| 3 |
-
size 9229924672
|
|
|
|
|
|
|
|
|
|
|
|
ALMA-13B-R-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:86071264ef6241c4633db851d6c332998cb9a5d9ad470a2eb179a216458c7af4
|
| 3 |
-
size 8972286272
|
|
|
|
|
|
|
|
|
|
|
|
ALMA-13B-R-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f5e860a7714d24a08c26e6da6b2512dc06697a80f728f1922c8de125b25ec1f2
|
| 3 |
-
size 10679140672
|
|
|
|
|
|
|
|
|
|
|
|
ALMA-13B-R-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:29eaa3ede8275c4af8b220c71d8580441dce12fec5dcf589896c7e24d53ac6a6
|
| 3 |
-
size 13831319872
|
|
|
|
|
|
|
|
|
|
|
|