How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf saishshinde15/Clyrai_Vortex_Reasoning_GGUF:F16
# Run inference directly in the terminal:
llama-cli -hf saishshinde15/Clyrai_Vortex_Reasoning_GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf saishshinde15/Clyrai_Vortex_Reasoning_GGUF:F16
# Run inference directly in the terminal:
llama-cli -hf saishshinde15/Clyrai_Vortex_Reasoning_GGUF:F16
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 saishshinde15/Clyrai_Vortex_Reasoning_GGUF:F16
# Run inference directly in the terminal:
./llama-cli -hf saishshinde15/Clyrai_Vortex_Reasoning_GGUF:F16
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 saishshinde15/Clyrai_Vortex_Reasoning_GGUF:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf saishshinde15/Clyrai_Vortex_Reasoning_GGUF:F16
Use Docker
docker model run hf.co/saishshinde15/Clyrai_Vortex_Reasoning_GGUF:F16
Quick Links

Clyrai Vortex Reasoning (GGUF)

  • Model Name: saishshinde15/Clyrai_Vortex_Reasoning_GGUF
  • Developed by: clyrai
  • License: Apache 2.0
  • Fine-tuned from: Clyrai_Base_Reasoning
  • Available in: 16-bit and 4-bit GGUF formats

Overview

TethysAI Vortex Reasoning is an experimental model designed to replicate the advanced reasoning abilities of Clyrai_Base_Reasoning, which was originally enhanced using GRPO. Instead of GRPO, this model was fine-tuned with high-quality structured data using high-end Supervised Fine-Tuning (SFT) to replicate the step-by-step thinking and self-questioning mechanisms seen in models like DeepSeek-R1.

This model has been optimized for efficient inference in GGUF format, allowing for deployment on CPU-based systems and lightweight edge devices without sacrificing reasoning capabilities.


Why This Model Stands Out

🔹 Advanced Self-Reasoning:

  • The model questions itself internally before arriving at an answer.
  • Similar to DeepSeek-R1, it follows a structured reasoning process.
  • Uses and tokens internally, though they may not always be explicitly visible in responses.

🔹 No GRPO, Only High-End SFT:

  • Instead of GRPO, the model learns structured reasoning directly from fine-tuned data.
  • Demonstrates logical breakdowns, multi-step problem-solving, and contextual understanding.
  • Achieves results comparable to the base model without reinforcement learning.

🔹 Optimized for GGUF Inference:

  • Available in both 16-bit and 4-bit GGUF, enabling fast and memory-efficient execution on CPUs.
  • Ideal for on-device deployment, including edge computing, embedded AI, and AI assistants.

Usage

Use the below prompt for the best results:

You are an advanced AI assistant. Provide answers in a clear, step-by-step manner.
Downloads last month
41
GGUF
Model size
3B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for saishshinde15/Clyrai_Vortex_Reasoning_GGUF

Base model

Qwen/Qwen2.5-3B
Quantized
(3)
this model

Collection including saishshinde15/Clyrai_Vortex_Reasoning_GGUF