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 NadevA23/Viydax-Coder-7b-v1:Q8_0
# Run inference directly in the terminal:
llama cli -hf NadevA23/Viydax-Coder-7b-v1:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf NadevA23/Viydax-Coder-7b-v1:Q8_0
# Run inference directly in the terminal:
llama cli -hf NadevA23/Viydax-Coder-7b-v1:Q8_0
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 NadevA23/Viydax-Coder-7b-v1:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf NadevA23/Viydax-Coder-7b-v1:Q8_0
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 NadevA23/Viydax-Coder-7b-v1:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf NadevA23/Viydax-Coder-7b-v1:Q8_0
Use Docker
docker model run hf.co/NadevA23/Viydax-Coder-7b-v1:Q8_0
Quick Links

Descriptions Vidyax-Coder-7B-v1 is the first official AI model for the Vidyax Programming Language.

This model is fine-tuned from Qwen2.5-Coder-7B-Instruct using QLoRA and is designed to understand Vidyax syntax, generate code, explain language features, and assist developers building applications with Vidyax.

Features • Vidyax code generation • Code completion • Error explanation • Refactoring • Documentation assistance

Downloads last month
79
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for NadevA23/Viydax-Coder-7b-v1

Base model

Qwen/Qwen2.5-7B
Adapter
(717)
this model
Adapters
1 model