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

Quantizations of https://huggingface.co/bralynn/pydevmini1

Open source inference clients/UIs

Closed source inference clients/UIs


From original readme

๐Ÿš€ Try It Yourself (for free)

Don't just take my word for it. Test the model right now under the exact conditions shown in the video demonstration.

Open In Colab


Model Details

  • Model Type: Causal Language Model
  • Number of Parameters: 4.0B
  • Number of Parameters (Non-Embedding): 3.6B
  • Number of Layers: 36
  • Number of Attention Heads (GQA): 32 for Q, 8 for KV
  • Context Length: 262,144 tokens (native)

Recommended Inference Parameters

For best results, I suggest using the following generation parameters:

  • Temperature: 0.7
  • Top P: 0.8
  • Top K: 20
  • Min P: 0.0
Downloads last month
94
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

1-bit

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