developer-lunark commited on
Commit
afdd271
·
verified ·
1 Parent(s): f2119d1

Use lighter base image and fix memory issue

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -3,8 +3,9 @@ huggingface_hub<0.21.0
3
  pyyaml
4
  pandas
5
 
6
- # ML dependencies for GPU inference
7
- torch>=2.0.0
 
8
  transformers>=4.40.0
9
  accelerate>=0.27.0
10
  bitsandbytes>=0.43.0
 
3
  pyyaml
4
  pandas
5
 
6
+ # ML dependencies - CUDA 12.1
7
+ --extra-index-url https://download.pytorch.org/whl/cu121
8
+ torch
9
  transformers>=4.40.0
10
  accelerate>=0.27.0
11
  bitsandbytes>=0.43.0