EPLAN Electric P8 Assistant (GGUF)
Qwen2.5-3B-Instruct fine-tuned con LoRA en 5,116 pares Q&A de EPLAN Electric P8.
π Quickstart
llama-cpp-python
from llama_cpp import Llama
llm = Llama.from_pretrained(
repo_id="covaga/eplan-assistant-v2-gguf",
filename="eplan-assistant-v2-q4_k_m.gguf",
n_ctx=4096
)
output = llm.create_chat_completion(messages=[...])
Ollama
ollama pull covaga/eplan-assistant-v2-gguf
ollama run covaga/eplan-assistant-v2-gguf
π― Use Cases β EPLAN API C# scripting β Project automation & batch processing β Troubleshooting NullReferenceException β Function vs FunctionBase differences β PDF/Excel export scripts β Electrical engineering best practices
π Citation
@misc{eplan-assistant-gguf,
author = {covaga},
title = {EPLAN Electric P8 Assistant GGUF},
year = {2026},
publisher = {Hugging Face},
url = {https://huggingface.co/covaga/eplan-assistant-v2-gguf}
}
- Downloads last month
- 43
Hardware compatibility
Log In to add your hardware
4-bit