82 Downloads Updated 1 week ago
ollama run dgpl/dgpl-linux-assistant:q6_k
Updated 1 week ago
1 week ago
02ca39ff436d · 835MB
DGPL Linux Assistant 0.8B is an ultra-fast, lightweight, and production-safe Linux terminal copilot developed by Durbhasi Gurukulam Private Limited (DGPL). Built specifically for DevOps engineers, Red Teamers, sysadmins, and Linux developers, it delivers accurate, clean command-line actions and deep system diagnostics with zero bloat.
Select the optimal model tag based on your available system memory (RAM / CPU):
| Hardware / Resource Tier | Recommended Tag | Size | RAM Required | Best Use Case |
|---|---|---|---|---|
| Ultra-Lightweight / Edge (Default) | dgpl/dgpl-linux-assistant:q4_k_m (or default) |
505 MB | 512 MB - 1.0 GB | Budget VPS, standard laptops, CI/CD runners, and edge devices. |
| Balanced / Daily Workstation | dgpl/dgpl-linux-assistant:q5_k_m |
578 MB | 1.0 GB - 1.2 GB | Ideal balance of speed and complex regex / kernel reasoning. |
| High Precision Near-Lossless | dgpl/dgpl-linux-assistant:q6_k |
629 MB | 1.2 GB - 1.5 GB | High-precision output for complex sysadmin & network debugging. |
| Near-FP16 Accuracy | dgpl/dgpl-linux-assistant:q8_0 |
775 MB | 1.5 GB - 2.0 GB | Near-FP16 fidelity with negligible quantization loss on CPU. |
| Full Precision Master Baseline | dgpl/dgpl-linux-assistant:f16 |
1.51 GB | 2.0 GB - 3.0 GB | Uncompressed master 16-bit baseline weights for maximum precision. |
# 1. Default Ultra-Fast Lightweight (Q4_K_M - ~505 MB)
ollama run dgpl/dgpl-linux-assistant
# 2. Balanced Medium Quantization (Q5_K_M - ~578 MB)
ollama run dgpl/dgpl-linux-assistant:q5_k_m
# 3. High Precision Near-Lossless (Q6_K - ~629 MB)
ollama run dgpl/dgpl-linux-assistant:q6_k
# 4. High Fidelity Near-FP16 (Q8_0 - ~775 MB)
ollama run dgpl/dgpl-linux-assistant:q8_0
# 5. Full Precision 16-Bit Master Baseline (F16 - ~1.51 GB)
ollama run dgpl/dgpl-linux-assistant:f16
import ollama
response = ollama.chat(
model="dgpl/dgpl-linux-assistant",
messages=[
{"role": "user", "content": "How do I check open listening ports with PID in Linux?"}
]
)
print(response["message"]["content"])
support@durbhasigurukulam.com+91 7852034945