You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add DINOv2 image classification support for the ExecuTorch CUDA backend.
- Export: Python script to export
facebook/dinov2-small-imagenet1k-1-layer (a lightweight 1-layer DINOv2
ViT-S/14 variant) to .pte + .ptd with CUDA backend, supporting both
Linux and Windows targets via --backend cuda|cuda-windows
- C++ Runner: Image classification runner using stb\_image for
loading/resizing, ImageNet normalization, and bf16 input/output. Prints
top-k predictions with ImageNet class labels
Build: CMake + CMakePresets + Makefile target (make dinov2-cuda)
- CI: Integrated into cuda.yml workflow — exports model artifact and
runs e2e test with a real dog image, checking for expected output
("Samoyed")
0 commit comments