Instructions to use bartowski/RekaAI_reka-flash-3-GGUF 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 bartowski/RekaAI_reka-flash-3-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 bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/RekaAI_reka-flash-3-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 bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/RekaAI_reka-flash-3-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 bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf bartowski/RekaAI_reka-flash-3-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 bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M
Use Docker
docker model run hf.co/bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use bartowski/RekaAI_reka-flash-3-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "bartowski/RekaAI_reka-flash-3-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bartowski/RekaAI_reka-flash-3-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M
- Ollama
How to use bartowski/RekaAI_reka-flash-3-GGUF with Ollama:
ollama run hf.co/bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M
- Unsloth Studio
How to use bartowski/RekaAI_reka-flash-3-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 bartowski/RekaAI_reka-flash-3-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 bartowski/RekaAI_reka-flash-3-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for bartowski/RekaAI_reka-flash-3-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use bartowski/RekaAI_reka-flash-3-GGUF with Docker Model Runner:
docker model run hf.co/bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M
- Lemonade
How to use bartowski/RekaAI_reka-flash-3-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull bartowski/RekaAI_reka-flash-3-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.RekaAI_reka-flash-3-GGUF-Q4_K_M
List all available models
lemonade list
REALLY slow with flash attention and quantized cache.
Using Q6_K_L:
I get 10-11 T/s with Q4 cache, and 34T/s without.
Saying that, 16k tokens take up 5 gigabytes without FA, using together 22 gigabytes of VRAM, and full 32k easily OOMs my 3090. Is this a GGUF issue or is it on the model's side?
Strange, do you observe this with other models?
I would expect Q4 quantization process to slow it down a bit (I think) since it has to quantize on the fly, but still wouldn't have expected that huge of a hit 🤔
Not to that extent, no. In comparison, Mistral 24b(Q5_K_L) at 32k with 8-bit cache is about 19.5Gb on a Windows 11 machine, with 0.7 being just for Windows.
36.91T/s
Mistral 24b Thinker v1.1 by Undi95(Q6_K), 8-bit cache, 32k, 21.7Gb(0.7 for windows).
27.50T/s
Not tested properly, just throwing the same prompt in the kobold lite UI at them.
Using Q6_K_L:
I get 10-11 T/s with Q4 cache, and 34T/s without.
Saying that, 16k tokens take up 5 gigabytes without FA, using together 22 gigabytes of VRAM, and full 32k easily OOMs my 3090. Is this a GGUF issue or is it on the model's side?
Lol, I wish I had at least 10-11 T/s and here you are complaining...
In fairness Q8 may be easier to do on the fly, can you try Q4 with those models?
0.6-0.7Gb for windows
Mistral 24b(Q5_K_L) at 32k with 4-bit cache - 17.9Gb, 38.84T/s
Mistral 24B ArliAI RPMax v1.4(Q6_K_L) at 32k with 4-bit cache - 20.5Gb, 33.98T/s
Reka Flash 3(Q6_K_L) at 32k with 8-bit cache - 20.1Gb, 11.5T/s
0.6-0.7Gb for windows
Mistral 24b(Q5_K_L) at 32k with 4-bit cache - 17.9Gb, 38.84T/s
Mistral 24B ArliAI RPMax v1.4(Q6_K_L) at 32k with 4-bit cache - 20.5Gb, 33.98T/s
Reka Flash 3(Q6_K_L) at 32k with 8-bit cache - 20.1Gb, 11.5T/s
If it's of any consolation, it's not just you. I can run Mistral 24B without flash attention, but not Reka Flash 3. This model IS quite demanding, which is kinda shame because it is a smaller model than Mistral 24B for crying out loud, but you have thousands creators and thousands different model architectures that all behave differently and have different requirements, so trying out a new model is always kinda like opening a mystery box and you never know what you'll get.
Yeah, I saw llama architecture and though "Oh neat, that mean's there's gonna be no problems at all!"
Oh well, back to QwQ it is for heavy THUNK.