fix: remove root app.py — HF defaults to app.py over app_file setting 68ba0c4 garvitsachdeva commited on 20 days ago
fix: downgrade sdk_version 1.44.0→1.40.0 — HF health check compatibility fc19138 garvitsachdeva commited on 20 days ago
diag: minimal 5-line app + disable usage stats — isolate Starting issue 066febe garvitsachdeva commited on 20 days ago
fix: cache_resource warm-up — spinner flushes before heavy imports block f7e6177 garvitsachdeva commited on 20 days ago
diag: print checkpoints + visible loading banner; expose errors to stderr 1c14ec3 garvitsachdeva commited on 20 days ago
fix: call set_page_config before heavy imports; patch duplicate call b5fdc1f garvitsachdeva commited on 20 days ago
fix: use exec() wrapper — eliminates double set_page_config crash 96cef35 garvitsachdeva commited on 20 days ago
fix: set_page_config before heavy import; cache_resource spinner; no-op patch a824fc0 garvitsachdeva commited on 20 days ago
fix: importlib wrapper with correct __file__; remove garbage files 61e8a52 garvitsachdeva commited on 20 days ago
diag: wrap module-level imports to surface crash error 51db558 garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
fix: move streamlit_app.py to root; fix sys.path for new location 9dfb393 garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
fix: use app.py as Streamlit entry point (HF default) 37c9261 garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
fix: add openenv back; catch BaseException to surface crash cause 72d70ca garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
fix: use importlib to load demo app + streamlit config.toml e05a5b9 garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
fix: catch startup errors and display them instead of crash-looping e247c59 garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
fix: use exec() to run demo app with correct __file__ context b0a7802 garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
fix: add root streamlit_app.py entry point; HF was running default demo fba2beb garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
feat: add Training Space link to Training tab; fix Space URL in app.py 9988949 garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
deploy: Streamlit Space setup + button-triggered training 7e20750 garvitsachdeva Claude Sonnet 4.6 commited on 20 days ago
fix: install nvidia-cudnn-cu12 alongside CUDA torch (removes --no-deps) 0c3df82 garvitsachdeva commited on 20 days ago
fix: force-reinstall CUDA torch before gradio import; populate logs on page load 82cc86d garvitsachdeva commited on 20 days ago
fix: eliminate API leaks in training loop, set 30k steps for A100 a5c7dd0 garvitsachdeva commited on 20 days ago
fix: push reward curve + logs every 10k steps, not just at training end a798c01 garvitsachdeva commited on 20 days ago
perf: add encode+step benchmark to logs, validate CUDA speed 812dbcc garvitsachdeva commited on 20 days ago
perf: force ST to CUDA, disable LLM tasks, reduce to 100k steps b71b25c garvitsachdeva commited on 20 days ago
feat: integrate trained RecurrentPPO policy into Streamlit demo UI 236d9fb garvitsachdeva commited on 20 days ago
fix: force-install CUDA torch in app.py before training starts 83cf44b garvitsachdeva commited on 20 days ago
fix: remove torch from requirements to preserve pre-installed CUDA torch c977821 garvitsachdeva commited on 20 days ago
Update Cell 1 & 2 with user-verified working versions 175b600 garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Bulletproof Cell 1: check .git dir, rm partial clone, correct REPO path 3bce6e3 garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Fix REPO path: clone root is /content/kuchbhi not /content/kuchbhi/spindleflow-rl 21923ce garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Rewrite train_colab.py: clean cells, fix audioop-lts, log file, reward curve 956acce garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Remove Colab notebook — using plain .py script instead c8407b4 garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Fix Cell 1: skip audioop-lts on Python < 3.13 (Colab uses 3.12) c77f83c garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Add Colab notebook: 8 runnable cells, both secrets, log + curve 13dd91f garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Final Colab training script: log file, fixed reward curve, 100k steps c2b373f garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Add HF Hub push cell + fix pip deps in Colab training script 8e0fa29 garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Remove gr.Timer: caused C-level crash with no Python output 278b691 garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Fix logs not showing: use file-based state instead of in-memory globals 52e0424 garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Add auto-refresh timer and dark theme CSS 0c2a6e7 garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Fix theme/css: keep in Blocks(), not launch() c0c63ff garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago
Improve Gradio UI: fix theme, add CSS, clean up layout c0997b4 garvitsachdeva Claude Sonnet 4.6 commited on 21 days ago