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 +8 -0
- reka-flash-3.1-IQ3_M.gguf +3 -0
- reka-flash-3.1-IQ3_S.gguf +3 -0
- reka-flash-3.1-IQ3_XS.gguf +3 -0
- reka-flash-3.1-IQ3_XXS.gguf +3 -0
- reka-flash-3.1-IQ4_NL.gguf +3 -0
- reka-flash-3.1-Q3_K_L.gguf +3 -0
- reka-flash-3.1-Q3_K_M.gguf +3 -0
- reka-flash-3.1-Q3_K_S.gguf +3 -0
.gitattributes
CHANGED
|
@@ -43,3 +43,11 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 46 |
+
reka-flash-3.1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
reka-flash-3.1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
reka-flash-3.1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
reka-flash-3.1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
reka-flash-3.1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
reka-flash-3.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
reka-flash-3.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
reka-flash-3.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
reka-flash-3.1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f9cb381db839e0c71568f7dbe776f258484148fc94cbbb70df52429e0028c64
|
| 3 |
+
size 10258245408
|
reka-flash-3.1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9eb3a839a4f23c1e4021d15a67228f230f094788387a5b8e0e0d3782f120f2e
|
| 3 |
+
size 9962202912
|
reka-flash-3.1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85bb93827fdba280cb0d53ed90fc0479c93fb423e5f8226d4c2ef49611669efb
|
| 3 |
+
size 9501144864
|
reka-flash-3.1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb661c1d8f156fb49cf3cf2d9032e00def627446ae2cc397036d0366c27562a4
|
| 3 |
+
size 9177982752
|
reka-flash-3.1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b238c6dc160d525c71ea97b11df70db4ce61537f4c820a485e9967d037dbb70
|
| 3 |
+
size 11949688608
|
reka-flash-3.1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3db12c908862cc781fce84280f52cb76ac80679f0d7b1208f1004afa59cd5b00
|
| 3 |
+
size 11412285216
|
reka-flash-3.1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1c2d33352b483f2f73a50db67cf75e2f0d221c48f83471b7ed6cfaca92afd3d
|
| 3 |
+
size 10863011616
|
reka-flash-3.1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba03a2aa77a2468c6ca43f6c056f58a44d53663668c2be2ee0e25fdfb58b9e2d
|
| 3 |
+
size 9934628640
|