cooper_robot commited on
Commit ·
3dbbb36
1
Parent(s): bd33e6f
release(main): sync from cooper-model-garden-files 20260402_153007
Browse files
README.md
CHANGED
|
@@ -21,14 +21,9 @@ Model Configuration:
|
|
| 21 |
- Cooper SDK: [2.5.3]
|
| 22 |
- Cooper Foundry: [2.2]
|
| 23 |
|
| 24 |
-
| Model | Device | Model Link |
|
| 25 |
-
| :-----: | :-----: | :-----: |
|
| 26 |
-
| EfficientViT-L2 | N1-655 | [Model_Link](https://huggingface.co/Ambarella/EfficientViT/blob/main/n1-
|
| 27 |
-
| EfficientViT-L2 | CV7 | [Model_Link](https://huggingface.co/Ambarella/EfficientViT/blob/main/
|
| 28 |
-
| EfficientViT-L2 | CV72 | [Model_Link](https://huggingface.co/Ambarella/EfficientViT/blob/main/
|
| 29 |
-
| EfficientViT-L2 | CV75 | [Model_Link](https://huggingface.co/Ambarella/EfficientViT/blob/main/
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
## Release v1.2.1
|
| 33 |
-
|
| 34 |
-
- `main` 不再包含 `.gitattributes`、`.gitignore` 以及 `n1_*.bin`(`n1-655_*.bin` 仍保留于仓库)。
|
|
|
|
| 21 |
- Cooper SDK: [2.5.3]
|
| 22 |
- Cooper Foundry: [2.2]
|
| 23 |
|
| 24 |
+
| Model | Device | compression | Model Link |
|
| 25 |
+
| :-----: | :-----: | :-----: | ------- |
|
| 26 |
+
| EfficientViT-L2 | N1-655 | Activation_fp16 | [Model_Link](https://huggingface.co/Ambarella/EfficientViT/blob/main/n1-655_efficientvit_l2_act16.bin) |
|
| 27 |
+
| EfficientViT-L2 | CV7 | Activation_fp16 | [Model_Link](https://huggingface.co/Ambarella/EfficientViT/blob/main/cv7_efficientvit_l2_act16.bin) |
|
| 28 |
+
| EfficientViT-L2 | CV72 | Activation_fp16 | [Model_Link](https://huggingface.co/Ambarella/EfficientViT/blob/main/cv72_efficientvit_l2_act16.bin) |
|
| 29 |
+
| EfficientViT-L2 | CV75 | Activation_fp16 | [Model_Link](https://huggingface.co/Ambarella/EfficientViT/blob/main/cv75_efficientvit_l2_act16.bin) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cv72_efficientvit_l2.bin → cv72_efficientvit_l2_act16.bin
RENAMED
|
File without changes
|
cv75_efficientvit_l2.bin → cv75_efficientvit_l2_act16.bin
RENAMED
|
File without changes
|
cv7_efficientvit_l2.bin → cv7_efficientvit_l2_act16.bin
RENAMED
|
File without changes
|
n1-655_efficientvit_l2.bin → n1-655_efficientvit_l2_act16.bin
RENAMED
|
File without changes
|