Instructions to use Ethosoft/NedoLM-0.8B-SFT-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Ethosoft/NedoLM-0.8B-SFT-GGUF with 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 Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0 # Run inference directly in the terminal: llama cli -hf Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0 # Run inference directly in the terminal: llama cli -hf Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_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 Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0 # Run inference directly in the terminal: ./llama-cli -hf Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_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 Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0
Use Docker
docker model run hf.co/Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0
- LM Studio
- Jan
- vLLM
How to use Ethosoft/NedoLM-0.8B-SFT-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Ethosoft/NedoLM-0.8B-SFT-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Ethosoft/NedoLM-0.8B-SFT-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0
- Ollama
How to use Ethosoft/NedoLM-0.8B-SFT-GGUF with Ollama:
ollama run hf.co/Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0
- Unsloth Desktop
- Docker Model Runner
How to use Ethosoft/NedoLM-0.8B-SFT-GGUF with Docker Model Runner:
docker model run hf.co/Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0
- Lemonade
How to use Ethosoft/NedoLM-0.8B-SFT-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Ethosoft/NedoLM-0.8B-SFT-GGUF:Q4_0
Run and chat with the model
lemonade run user.NedoLM-0.8B-SFT-GGUF-Q4_0
List all available models
lemonade list
- Atomic Chat
NedoLM-0.8B-SFT-GGUF
GGUF family for NedoLM 0.8B Turkish SFT, exported from SFT checkpoint step_00005300.pt.
Files
| Variant | Size | Suggested use |
|---|---|---|
Q8_0 |
0.82 GiB | Highest-fidelity quantized release |
Q4_0 |
0.43 GiB | Compact local/storage-oriented release |
F16 |
1.53 GiB | Reference full-precision GGUF |
Exact tokenizer asset surface-vocab.bin is included. It is NedoTokenizer NDSRF004, vocabulary size 32,000, SHA256 72412d981dac65a29d1767bc98821fc2bcffc2de53c534e7c719598515bfb600.
Architecture
- 823M parameters
- 24 decoder blocks
- d_model 1536
- 12 attention heads / 4 KV heads
- context 4096
- sliding window 2048
- 18/24 TokenPrior MorphFFN layers
- tied token embeddings
Quantization
The 2-D weight tensors are block-quantized with GGML-compatible Q8_0 or Q4_0 block layouts. 1-D norm and routing tensors remain F16. structural_validation.json records sizes, hashes, tensor counts and tensor-type counts.
Runtime note
NedoLM uses the custom GGUF architecture name nedolm and token-prior MorphFFN routing. Stock llama.cpp does not currently implement this architecture. These GGUF files preserve the model and standardized GGML tensor quantization formats, but inference requires a NedoLM/MorphFFN runtime implementation.
Training note
SFT used assistant-only loss. A strict audit found 3,753 residual tool-role documents in the source corpus; the loader excluded those complete conversations from training.
- Downloads last month
- 55
4-bit
8-bit