Spaces:
Runtime error
Runtime error
Update requirements.txt and subsequent model.pkl
Browse filesRequirements were out of date for latest fastai with improper import of
module from timm.
Also torch version was incompatible with nvidia ti 4070
- model.pkl +2 -2
- requirements.txt +6 -3
model.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8422d6d41d797411e391c7fab3441207d065d3538315ca615956598a3a6f6488
|
3 |
+
size 114793249
|
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
1 |
+
fastai==2.7.12
|
2 |
+
gradio==3.34.0
|
3 |
+
jupyterlab
|
4 |
+
timm==0.9.2
|
5 |
+
torch==2.0.1
|
6 |
+
torchvision==0.15.2
|