tempoPFN / app.py

Commit History

Fix ZeroGPU timeout issue - extend duration and optimize model loading
6cc66f0

altpuppet commited on

Fix ZeroGPU CUDA initialization error - move ALL CUDA ops inside GPU decorator
055af68

altpuppet Claude commited on

Refactor to match paper's implementation pattern exactly
8e6f2eb

altpuppet Claude commited on

Separate GPU inference from post-processing to fix ZeroGPU 404 error
c87b856

altpuppet Claude commited on

Restore GPU decorator to main forecast function for GPU-only app
426ae1a

altpuppet Claude commited on

Remove duration parameter and add .detach() for ZeroGPU compatibility
4c634fb

altpuppet Claude commited on

Fix container initialization - ensure start is properly wrapped in list
d5ffcfe

altpuppet Claude commited on

Simplify GPU function to take container directly
a3d25de

altpuppet Claude commited on

Fix GPU inference to match original TempoPFN implementation
654eb7c

altpuppet Claude commited on

Enable GPU queue for better resource management
4797709

altpuppet Claude commited on

Improve ZeroGPU stability: Add duration limit and explicit CPU detach
69418c6

altpuppet Claude commited on

Fix ZeroGPU compatibility by separating GPU inference from post-processing
7223672

altpuppet Claude commited on

Complete app functionality: Add metrics, exports, and visualizations
1afc366

altpuppet Claude commited on

Fix SyntaxError in try-except blocks causing app crashes
1198752

altpuppet commited on

Recover comprehensive Gradio web application with financial markets, research analysis, synthetic data generation, and GIFT evaluation tabs
8394e95

altpuppet commited on