evylz commited on
Commit
2500072
1 Parent(s): 2fce4db

Update requirements.txt and subsequent model.pkl

Browse files

Requirements were out of date for latest fastai with improper import of
module from timm.
Also torch version was incompatible with nvidia ti 4070

Files changed (2) hide show
  1. model.pkl +2 -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:02eb3a56c6194f7249d17c6ce92fc59c068a0c35e0fc3d552402eae8c7a0f346
3
- size 114778679
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8422d6d41d797411e391c7fab3441207d065d3538315ca615956598a3a6f6488
3
+ size 114793249
requirements.txt CHANGED
@@ -1,3 +1,6 @@
1
- torch <1.12
2
- fastai>2.6.1
3
- timm
 
 
 
 
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