malek-messaoudii
commited on
Commit
·
3c2b99e
1
Parent(s):
e3d10a3
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -12,5 +12,11 @@ huggingface_hub==0.19.0
|
|
| 12 |
protobuf==3.20.0
|
| 13 |
soundfile==0.12.1
|
| 14 |
requests==2.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
torch==2.0.1+cpu
|
|
|
|
| 16 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 12 |
protobuf==3.20.0
|
| 13 |
soundfile==0.12.1
|
| 14 |
requests==2.31.0
|
| 15 |
+
|
| 16 |
+
# Groq SDK
|
| 17 |
+
groq==0.9.0
|
| 18 |
+
|
| 19 |
+
# PyTorch CPU build
|
| 20 |
torch==2.0.1+cpu
|
| 21 |
+
|
| 22 |
--extra-index-url https://download.pytorch.org/whl/cpu
|