call out avx2 requirement (#22305)

This commit is contained in:
Josh Hawkins
2026-03-07 06:18:17 -07:00
committed by GitHub
parent ab3cef813c
commit d1f3a807d3
7 changed files with 7 additions and 16 deletions
@@ -11,7 +11,7 @@ Object classification models are lightweight and run very fast on CPU.
Training the model does briefly use a high amount of system resources for about 13 minutes per training run. On lower-power devices, training may take longer.
A CPU with AVX instructions is required for training and inference.
A CPU with AVX + AVX2 instructions is required for training and inference.
## Classes
@@ -27,7 +27,6 @@ For object classification:
### Classification Type
- **Sub label**:
- Applied to the objects `sub_label` field.
- Ideal for a single, more specific identity or type.
- Example: `cat``Leo`, `Charlie`, `None`.