Spaces:
Running
Running
| { | |
| "project": "Arzurblau – Qwen3 Coder Instruct", | |
| "author": "Sky Meilin", | |
| "version": "1.0", | |
| "status": "restart-ready", | |
| "description": "Dieses Repository stellt das Modell Qwen-Qwen3-Coder-30B-A3B-Instruct als Hugging Face Space mit Gradio UI bereit. Alle Dateien sind korrekt konfiguriert und startbereit.", | |
| "files": [ | |
| { | |
| "name": "app.py", | |
| "purpose": "Hauptanwendung, lädt Modell, UI via Gradio, Inferenz" | |
| }, | |
| { | |
| "name": "bot.py", | |
| "purpose": "Optional, Bot-/Agent-Logik (Platzhalter)" | |
| }, | |
| { | |
| "name": "helpers.py", | |
| "purpose": "Hilfsfunktionen (Platzhalter)" | |
| }, | |
| { | |
| "name": "config.json", | |
| "purpose": "Zentrale Konfiguration: Modellname, max_tokens, UI Defaults, Runtime, Generation" | |
| }, | |
| { | |
| "name": "requirements.txt", | |
| "purpose": "Python Dependencies: torch, transformers, accelerate, safetensors, gradio" | |
| }, | |
| { | |
| "name": "README.md", | |
| "purpose": "Dokumentation, Hugging Face YAML, Startanweisungen" | |
| }, | |
| { | |
| "name": ".gitattributes", | |
| "purpose": "Git Zeilenendungen / Textbehandlung" | |
| } | |
| ], | |
| "notes": [ | |
| "Alle Keys korrekt gesetzt", | |
| "HF Space YAML valid", | |
| "Dependencies installiert", | |
| "App startfähig ohne weitere Kontrolle", | |
| "Repository strukturiert nach Core, Config, Documentation, Meta" | |
| ] | |
| } | |