cooper_robot commited on
Commit ·
e75edb6
1
Parent(s): bd33e6f
release(main): sync from cooper-model-garden-files 20260402_153007
Browse files
.gitattributes
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
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
|