Spaces:
Runtime error
Runtime error
fikird
commited on
Commit
·
115781f
1
Parent(s):
ad31f7b
Update dependencies and system packages for better compatibility
Browse files- packages.txt +3 -0
- requirements.txt +3 -1
packages.txt
CHANGED
@@ -2,3 +2,6 @@ python3-dev
|
|
2 |
build-essential
|
3 |
git
|
4 |
libgomp1
|
|
|
|
|
|
|
|
2 |
build-essential
|
3 |
git
|
4 |
libgomp1
|
5 |
+
gcc
|
6 |
+
g++
|
7 |
+
python3-pip
|
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
-
torch==2.1
|
|
|
|
|
3 |
transformers==4.35.2
|
4 |
sentence-transformers==2.2.2
|
5 |
gradio==4.14.0
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torch==2.0.1
|
3 |
+
torchvision==0.15.2
|
4 |
+
torchaudio==2.0.2
|
5 |
transformers==4.35.2
|
6 |
sentence-transformers==2.2.2
|
7 |
gradio==4.14.0
|