CoolFace
Apppublic

garvitsachdeva/SpindleFlow-RL

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
50 commits on main
68ba0c45mo ago

fix: remove root app.py — HF defaults to app.py over app_file setting

garvitsachdeva
fc191385mo ago

fix: downgrade sdk_version 1.44.0→1.40.0 — HF health check compatibility

garvitsachdeva
066febe5mo ago

diag: minimal 5-line app + disable usage stats — isolate Starting issue

garvitsachdeva
f7e61775mo ago

fix: cache_resource warm-up — spinner flushes before heavy imports block

garvitsachdeva
1c14ec35mo ago

diag: print checkpoints + visible loading banner; expose errors to stderr

garvitsachdeva
b5fdc1f5mo ago

fix: call set_page_config before heavy imports; patch duplicate call

garvitsachdeva
96cef355mo ago

fix: use exec() wrapper — eliminates double set_page_config crash

garvitsachdeva
a824fc05mo ago

fix: set_page_config before heavy import; cache_resource spinner; no-op patch

garvitsachdeva
61e8a525mo ago

fix: importlib wrapper with correct __file__; remove garbage files

garvitsachdeva
51db5585mo ago

diag: wrap module-level imports to surface crash error

garvitsachdeva, Claude Sonnet 4.6
9dfb3935mo ago

fix: move streamlit_app.py to root; fix sys.path for new location

garvitsachdeva, Claude Sonnet 4.6
37c92615mo ago

fix: use app.py as Streamlit entry point (HF default)

garvitsachdeva, Claude Sonnet 4.6
92182bf5mo ago

diag: minimal test to confirm Space runs our file

garvitsachdeva
72d70ca5mo ago

fix: add openenv back; catch BaseException to surface crash cause

garvitsachdeva, Claude Sonnet 4.6
64a490d5mo ago

blog added

garvitsachdeva
e05a5b95mo ago

fix: use importlib to load demo app + streamlit config.toml

garvitsachdeva, Claude Sonnet 4.6
e247c595mo ago

fix: catch startup errors and display them instead of crash-looping

garvitsachdeva, Claude Sonnet 4.6
b0a78025mo ago

fix: use exec() to run demo app with correct __file__ context

garvitsachdeva, Claude Sonnet 4.6
fba2beb5mo ago

fix: add root streamlit_app.py entry point; HF was running default demo

garvitsachdeva, Claude Sonnet 4.6
99889495mo ago

feat: add Training Space link to Training tab; fix Space URL in app.py

garvitsachdeva, Claude Sonnet 4.6
7e207505mo ago

deploy: Streamlit Space setup + button-triggered training

garvitsachdeva, Claude Sonnet 4.6
b6f73015mo ago

final commits

garvitsachdeva
c699da75mo ago

fix: quality demo

garvitsachdeva
44f11d25mo ago

trained evironment UI fixes

garvitsachdeva
0c3df825mo ago

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

garvitsachdeva
82cc86d5mo ago

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

garvitsachdeva
a5c7dd05mo ago

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

garvitsachdeva
e8360fd5mo ago

Fix CPU training + 1902ms step speed bottleneck

garvitsachdeva
a798c015mo ago

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

garvitsachdeva
812dbcc5mo ago

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

garvitsachdeva
b71b25c5mo ago

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

garvitsachdeva
236d9fb5mo ago

feat: integrate trained RecurrentPPO policy into Streamlit demo UI

garvitsachdeva
83cf44b5mo ago

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

garvitsachdeva
c9778215mo ago

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

garvitsachdeva
a39792d5mo ago

fix: install CUDA-enabled torch for GPU spaces

garvitsachdeva
aa154f25mo ago

pre-deployment fixes for HF Spaces

garvitsachdeva
175b6005mo ago

Update Cell 1 & 2 with user-verified working versions

garvitsachdeva, Claude Sonnet 4.6
3bce6e35mo ago

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

garvitsachdeva, Claude Sonnet 4.6
21923ce5mo ago

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

garvitsachdeva, Claude Sonnet 4.6
956acce5mo ago

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

garvitsachdeva, Claude Sonnet 4.6
c8407b45mo ago

Remove Colab notebook — using plain .py script instead

garvitsachdeva, Claude Sonnet 4.6
c77f83c5mo ago

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

garvitsachdeva, Claude Sonnet 4.6
13dd91f5mo ago

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

garvitsachdeva, Claude Sonnet 4.6
c2b373f5mo ago

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

garvitsachdeva, Claude Sonnet 4.6
8e0fa295mo ago

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

garvitsachdeva, Claude Sonnet 4.6
278b6915mo ago

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

garvitsachdeva, Claude Sonnet 4.6
52e04245mo ago

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

garvitsachdeva, Claude Sonnet 4.6
0c2a6e75mo ago

Add auto-refresh timer and dark theme CSS

garvitsachdeva, Claude Sonnet 4.6
c0c63ff5mo ago

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

garvitsachdeva, Claude Sonnet 4.6
c0997b45mo ago

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

garvitsachdeva, Claude Sonnet 4.6