Update requirements.txt (#34)
Browse files- Update requirements.txt (9116e3906432ac83ee1fc85dc099894d0f88a0e9)
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -7,7 +7,7 @@ wikipedia-api
|
|
7 |
beautifulsoup4
|
8 |
pandas
|
9 |
# CPU-only PyTorch
|
10 |
-
torch==2.1.2
|
11 |
# Hugging Face Transformers
|
12 |
transformers>=4.36.2
|
13 |
accelerate>=0.27.2
|
|
|
7 |
beautifulsoup4
|
8 |
pandas
|
9 |
# CPU-only PyTorch
|
10 |
+
torch==2.1.2
|
11 |
# Hugging Face Transformers
|
12 |
transformers>=4.36.2
|
13 |
accelerate>=0.27.2
|