Instructions to use gabriellarson/reka-flash-3.1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use gabriellarson/reka-flash-3.1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="gabriellarson/reka-flash-3.1-GGUF", filename="reka-flash-3.1-IQ1_M.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use gabriellarson/reka-flash-3.1-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 gabriellarson/reka-flash-3.1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf gabriellarson/reka-flash-3.1-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf gabriellarson/reka-flash-3.1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf gabriellarson/reka-flash-3.1-GGUF:Q4_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 gabriellarson/reka-flash-3.1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf gabriellarson/reka-flash-3.1-GGUF:Q4_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 gabriellarson/reka-flash-3.1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf gabriellarson/reka-flash-3.1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/gabriellarson/reka-flash-3.1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use gabriellarson/reka-flash-3.1-GGUF with Ollama:
ollama run hf.co/gabriellarson/reka-flash-3.1-GGUF:Q4_K_M
- Unsloth Studio
How to use gabriellarson/reka-flash-3.1-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 gabriellarson/reka-flash-3.1-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 gabriellarson/reka-flash-3.1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for gabriellarson/reka-flash-3.1-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use gabriellarson/reka-flash-3.1-GGUF with Docker Model Runner:
docker model run hf.co/gabriellarson/reka-flash-3.1-GGUF:Q4_K_M
- Lemonade
How to use gabriellarson/reka-flash-3.1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull gabriellarson/reka-flash-3.1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.reka-flash-3.1-GGUF-Q4_K_M
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- .gitattributes +10 -0
- reka-flash-3.1-IQ1_M.gguf +3 -0
- reka-flash-3.1-IQ1_S.gguf +3 -0
- reka-flash-3.1-IQ2_M.gguf +3 -0
- reka-flash-3.1-IQ2_S.gguf +3 -0
- reka-flash-3.1-IQ2_XS.gguf +3 -0
- reka-flash-3.1-IQ2_XXS.gguf +3 -0
- reka-flash-3.1-Q2_K.gguf +3 -0
- reka-flash-3.1-Q2_K_S.gguf +3 -0
- reka-flash-3.1-Q4_0.gguf +3 -0
- reka-flash-3.1-Q5_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
reka-flash-3.1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
reka-flash-3.1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
reka-flash-3.1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
reka-flash-3.1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
reka-flash-3.1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
reka-flash-3.1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
reka-flash-3.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
reka-flash-3.1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
reka-flash-3.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
reka-flash-3.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
reka-flash-3.1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d68adea216b597fd1a774d38f96e17dd00ba31259ab5276007dc2e1297ad1e4b
|
| 3 |
+
size 6897256224
|
reka-flash-3.1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51da1805adfdb83cc6e952eea960fc235664c331f985ca7b5df2589a25f48ce7
|
| 3 |
+
size 6604482336
|
reka-flash-3.1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e33389c37a152c0a713684f87e2e92a747010009c00445b25ea2c67729f0402
|
| 3 |
+
size 8514037536
|
reka-flash-3.1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f32a29d3b2a5dc4e6fa5890fc852c502ebbf91237f4c9eab2f358111a9c6b1da
|
| 3 |
+
size 8123672352
|
reka-flash-3.1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e1499d6abd8028df1330b07d5007982088a9fc222ab2ff4a549aa4acf1e57be
|
| 3 |
+
size 7827482400
|
reka-flash-3.1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a00d229505e143b07a236fef4500fcaf93a80977b5639b4ef438ad395a275bb8
|
| 3 |
+
size 7385212704
|
reka-flash-3.1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17fb41aa42b8911e668459019206124ac2d00451a9f37b4b50c45c87dc9aa28e
|
| 3 |
+
size 8630896416
|
reka-flash-3.1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb0232d9dcf7dd18dd2bce14d34c69a621a5bb4d82a62c74addf3a52981f890e
|
| 3 |
+
size 8537655072
|
reka-flash-3.1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b60c4cd5e50f89361a90efaaba0b21b539dcb4bb4ec98d645fcdf0a25a455703
|
| 3 |
+
size 11961460512
|
reka-flash-3.1-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a32a7bb577c7e54c57439087d5e50b7ae8cea68fef577ca08e0d42b544b29961
|
| 3 |
+
size 14497507104
|