Add `timm` library as dependency
Browse filesIt was required to display the error message when running the conversion on `mrdbourke/detr_finetuned_trashify_box_detector` model
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,4 +8,5 @@ onnxconverter-common==1.14.0
|
|
8 |
tqdm==4.66.5
|
9 |
onnxslim==0.1.31
|
10 |
--extra-index-url https://pypi.ngc.nvidia.com
|
11 |
-
onnx_graphsurgeon==0.3.27
|
|
|
|
8 |
tqdm==4.66.5
|
9 |
onnxslim==0.1.31
|
10 |
--extra-index-url https://pypi.ngc.nvidia.com
|
11 |
+
onnx_graphsurgeon==0.3.27
|
12 |
+
timm
|