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

IQuest-Coder-V1-40B-Instruct-GGUF

Logo

Description

This repository contains GGUF format model files for IQuestLab's IQuest-Coder-V1-40B-Instruct.

IQuest-Coder-V1 is a state-of-the-art coding model built on a "code-flow" training paradigm. It captures the dynamic evolution of software logic, delivering exceptional performance on benchmarks like SWE-Bench Verified (81.4%) and BigCodeBench. This model natively supports a 128K context window.

Evaluation Results

Evaluation Results

Files & Quantization

To see the available files, please verify the Files and versions tab.

How to Run (llama.cpp)

Recommended Parameters: For coding tasks, a lower temperature is generally recommended for precision.

  • Temperature: 0.2 (for code generation) or 0.7 (for creative explanations)
  • Context: -c (Adjust based on your VRAM/RAM. The model supports up to 128k).

CLI Example

./llama-cli -m IQuest-Coder-V1-40B-Instruct.Q4_K_M.gguf \
  -c 8192 \
  --temp 0.2 \
  -p "User: Write a Python function to calculate the Fibonacci sequence using dynamic programming.\nAssistant:" \
  -cnv

Server Example

./llama-server -m IQuest-Coder-V1-40B-Instruct.Q4_K_M.gguf \
  --port 8080 \
  --host 0.0.0.0 \
  -c 16384 \
  -ngl 99
Downloads last month
276
GGUF
Model size
40B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for AaryanK/IQuest-Coder-V1-40B-Instruct-GGUF

Quantized
(15)
this model