Evgueni Poloukarov Claude commited on
Commit
d2f9ff2
·
1 Parent(s): d080539

fix: upgrade PyTorch to 2.4.0+ for H200/SM_90 GPU support

Browse files

HuggingFace is migrating ZeroGPU from A100 to H200 hardware.
H200 uses SM_90 CUDA architecture which requires PyTorch 2.4.0+.
This fixes silent build failures on A100 Spaces.

Co-Authored-By: Claude <[email protected]>

Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -2,7 +2,7 @@
2
  gradio==4.44.0
3
 
4
  # Core ML/Data
5
- torch>=2.0.0
6
  transformers>=4.35.0
7
  chronos-forecasting>=1.2.0
8
  datasets>=2.14.0
@@ -19,4 +19,4 @@ altair>=5.0.0
19
  python-dotenv
20
  tqdm
21
 
22
- # Cache bust: v1.5.0 - Gradio 5.x upgrade + 1,800h context
 
2
  gradio==4.44.0
3
 
4
  # Core ML/Data
5
+ torch>=2.4.0
6
  transformers>=4.35.0
7
  chronos-forecasting>=1.2.0
8
  datasets>=2.14.0
 
19
  python-dotenv
20
  tqdm
21
 
22
+ # Cache bust: v1.6.0 - PyTorch 2.4+ for H200/SM_90 + 1125h context