|
|
|
|
|
**Erebus** is a custom instance of the Qwen2.5-VL-7B model in GGUF format, created for research and experimentation with interactive AI development. Erebus is designed to be run locally using Python scripts and can respond to prompts with conversational output. |
|
|
|
|
|
Qwen2.5-VL-7B-Instruct-BF16.gguf – The core model file (GGUF format) |
|
chat_light.py – Python script to interact with Erebus |
|
baby_ai.py – Core initialization and management script |
|
requirements.txt – Python dependencies needed to run the scripts |
|
|
|
|
|
1. Clone the repository: |
|
|
|
bash |
|
git clone https://huggingface.co/<your-username>/erebus |
|
cd erebus |