Use lighter base image and fix memory issue
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -3,8 +3,9 @@ huggingface_hub<0.21.0
|
|
| 3 |
pyyaml
|
| 4 |
pandas
|
| 5 |
|
| 6 |
-
# ML dependencies
|
| 7 |
-
|
|
|
|
| 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
|