Transformers
mobilevit
Inference Endpoints
Jingya HF staff commited on
Commit
4d73069
1 Parent(s): 2799690

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -1,5 +1,11 @@
1
- ---
2
- license: other
3
- license_name: apple-sample-code-license
4
- license_link: https://github.com/apple/ml-cvnets/blob/main/LICENSE
5
- ---
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: apple-sample-code-license
4
+ license_link: https://github.com/apple/ml-cvnets/blob/main/LICENSE
5
+ ---
6
+
7
+ Exported with:
8
+
9
+ ```bash
10
+ optimum-cli export neuron --model apple/deeplabv3-mobilevit-small --batch_size 1 --task semantic-segmentation mobilevit_neuron/
11
+ ```