Commit History

fix: install nvidia-cudnn-cu12 alongside CUDA torch (removes --no-deps)
0c3df82

garvitsachdeva commited on

fix: force-reinstall CUDA torch before gradio import; populate logs on page load
82cc86d

garvitsachdeva commited on

fix: eliminate API leaks in training loop, set 30k steps for A100
a5c7dd0

garvitsachdeva commited on

Fix CPU training + 1902ms step speed bottleneck
e8360fd

garvitsachdeva commited on

fix: push reward curve + logs every 10k steps, not just at training end
a798c01

garvitsachdeva commited on

perf: add encode+step benchmark to logs, validate CUDA speed
812dbcc

garvitsachdeva commited on

perf: force ST to CUDA, disable LLM tasks, reduce to 100k steps
b71b25c

garvitsachdeva commited on

feat: integrate trained RecurrentPPO policy into Streamlit demo UI
236d9fb

garvitsachdeva commited on

fix: force-install CUDA torch in app.py before training starts
83cf44b

garvitsachdeva commited on

fix: remove torch from requirements to preserve pre-installed CUDA torch
c977821

garvitsachdeva commited on

fix: install CUDA-enabled torch for GPU spaces
a39792d

garvitsachdeva commited on

pre-deployment fixes for HF Spaces
aa154f2

garvitsachdeva commited on

Update Cell 1 & 2 with user-verified working versions
175b600

garvitsachdeva Claude Sonnet 4.6 commited on

Bulletproof Cell 1: check .git dir, rm partial clone, correct REPO path
3bce6e3

garvitsachdeva Claude Sonnet 4.6 commited on

Fix REPO path: clone root is /content/kuchbhi not /content/kuchbhi/spindleflow-rl
21923ce

garvitsachdeva Claude Sonnet 4.6 commited on

Rewrite train_colab.py: clean cells, fix audioop-lts, log file, reward curve
956acce

garvitsachdeva Claude Sonnet 4.6 commited on

Remove Colab notebook — using plain .py script instead
c8407b4

garvitsachdeva Claude Sonnet 4.6 commited on

Fix Cell 1: skip audioop-lts on Python < 3.13 (Colab uses 3.12)
c77f83c

garvitsachdeva Claude Sonnet 4.6 commited on

Add Colab notebook: 8 runnable cells, both secrets, log + curve
13dd91f

garvitsachdeva Claude Sonnet 4.6 commited on

Final Colab training script: log file, fixed reward curve, 100k steps
c2b373f

garvitsachdeva Claude Sonnet 4.6 commited on

Add HF Hub push cell + fix pip deps in Colab training script
8e0fa29

garvitsachdeva Claude Sonnet 4.6 commited on

Remove gr.Timer: caused C-level crash with no Python output
278b691

garvitsachdeva Claude Sonnet 4.6 commited on

Fix logs not showing: use file-based state instead of in-memory globals
52e0424

garvitsachdeva Claude Sonnet 4.6 commited on

Add auto-refresh timer and dark theme CSS
0c2a6e7

garvitsachdeva Claude Sonnet 4.6 commited on

Fix theme/css: keep in Blocks(), not launch()
c0c63ff

garvitsachdeva Claude Sonnet 4.6 commited on

Improve Gradio UI: fix theme, add CSS, clean up layout
c0997b4

garvitsachdeva Claude Sonnet 4.6 commited on

Fix create_repo naming error with huggingface_hub 1.x
4bad83e

garvitsachdeva Claude Sonnet 4.6 commited on

Fix gradio/huggingface_hub version conflict on Python 3.13
f9a6e3e

garvitsachdeva Claude Sonnet 4.6 commited on

Add audioop-lts for Python 3.13 pydub fix (cache bust)
aada6a8

garvitsachdeva commited on

Add startup diagnostics
171b6d6

garvitsachdeva commited on

Upgrade to gradio 5 for Python 3.13 compatibility
177e110

garvitsachdeva commited on

Fix Python 3.13 audioop: use audioop-lts
26e4bb4

garvitsachdeva commited on

Fix Python 3.13 audioop compatibility
fff9a1f

garvitsachdeva commited on

Add HF Space configuration to README
5686ade

garvitsachdeva commited on

SpindleFlow RL — periodic push + log persistence
02ff91f

garvitsachdeva commited on