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

image

DuckLLM 1.0

Meet DuckLLM 1.0, a New Age Of AI. This Model Is Meant To Be Paired With The DuckLLM App But It Should Work Well Within Other Apps Like LM Studio & etc. DuckLLM Is An Efficient And Intelligent Model, DuckLLM Can Easily Help With Things Such as Studying, Coding, Research & etc.

https://eithanasulin.github.io/DuckLLM/

Datasets Used

    1. My Own Custom Datasets For Basic Interaction
    1. OpenHermes
    1. UltraChat
    1. WizardLM
    1. MagiCoder
    1. Orca Math
    1. Lima

Clarifications

Yes, This Is Basically a Fine Tune I'm Not Hiding This, I Do Not Own Hardware Capable Of Training From Scratch as Of Now But i Hope That In The Future i Would.

Downloads last month
121
GGUF
Model size
3B params
Architecture
qwen2vl
Hardware compatibility
Log In to add your hardware

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Model tree for DuckLLM/DuckLLM-1.0-3.1B-GGUF

Quantized
(84)
this model

Datasets used to train DuckLLM/DuckLLM-1.0-3.1B-GGUF