herzogflorian 9e1e0c0751 Add Streamlit chat app, update container to vLLM nightly
- Add app.py: Streamlit UI with chat and file editor tabs
- Add requirements.txt: streamlit + openai dependencies
- Update vllm_qwen.def: use nightly image for Qwen3.5 support
- Update README.md: reflect 35B-A3B model, correct script names
- Update STUDENT_GUIDE.md: add app usage and thinking mode docs
- Update .gitignore: exclude .venv/ and workspace/

Made-with: Cursor
2026-03-02 16:30:04 +01:00

21 lines
222 B
Plaintext

# Apptainer container image (large binary)
*.sif
# Logs
logs/
# Model weights (downloaded separately)
models/
# HuggingFace cache
.cache/
# Python venv
.venv/
# Streamlit workspace files
workspace/
# macOS
.DS_Store