Bit-Trading-Company commited on
Commit
3da59cf
·
verified ·
1 Parent(s): 46f1a78

Backtest Lab v1.0.0

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -24,7 +24,9 @@ requests==2.34.2
24
  # Forecast adapters. Imported lazily inside ForecastAdapter.load(), so app boot
25
  # never pays for them -- this keeps cold start fast on cpu-basic while still
26
  # letting the ZeroGPU extension path work when GPU hardware is attached.
27
- torch==2.13.0
 
 
28
  chronos-forecasting==2.3.1
29
 
30
  # ZeroGPU runtime. Absent locally and on cpu-basic; extension.py degrades to a
 
24
  # Forecast adapters. Imported lazily inside ForecastAdapter.load(), so app boot
25
  # never pays for them -- this keeps cold start fast on cpu-basic while still
26
  # letting the ZeroGPU extension path work when GPU hardware is attached.
27
+ # ZeroGPU only accepts specific torch builds (2.11.0 / 2.10.0 / 2.9.1 / 2.8.0);
28
+ # pinning outside that set puts the Space into CONFIG_ERROR.
29
+ torch==2.11.0
30
  chronos-forecasting==2.3.1
31
 
32
  # ZeroGPU runtime. Absent locally and on cpu-basic; extension.py degrades to a