Commit Graph

7 Commits

Author SHA1 Message Date
ace187d2b2 fix: extract zip locally with Python zipfile � no unzip required on remote 2026-04-26 00:59:59 +00:00
145ac11023 feat: multi-file upload with zip extraction 2026-04-26 00:55:33 +00:00
b4c54142ff fix: handle text+bytes in terminal WS; mkdir -p before SFTP upload; robust conda path detection 2026-04-26 00:27:35 +00:00
58188b6fea fix: handle text+bytes in terminal WS; mkdir -p before SFTP upload; robust conda path detection 2026-04-26 00:27:15 +00:00
tocmo0nlord
e5649148f7 Default to localhost for workstation install
- ConnectionPanel defaults host to localhost, blank username
- Backend OLLAMA_URL defaults to localhost:11434
- Systemd service reads /etc/llm-trainer/env for overrides

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 16:18:10 -04:00
tocmo0nlord
d68a557de8 Fix xterm package versions and make models endpoint resilient
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 16:02:32 -04:00
tocmo0nlord
90a6ee6fbf Initial scaffold: LLM Trainer Dashboard
Full-stack app with FastAPI backend (SSH/paramiko, pipeline streaming,
GPU stats, xterm.js terminal, Ollama model manager) and React + Tailwind
frontend (8 panels: Connection, Documents, Pipeline, QA Pairs, Training,
Terminal, Models, Config). Docker Compose included.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-21 17:13:32 -04:00