Try Apple M1 runners for Tests and Benchmarks CI (#8162)

This commit is contained in:
Glenn Jocher 2024-02-12 23:36:04 +01:00 committed by GitHub
parent 8a41bed7d0
commit 21d5ebd638
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -497,7 +497,7 @@ class Exporter:
"""
YOLOv8 ncnn export using PNNX https://github.com/pnnx/pnnx.
"""
check_requirements("git+https://github.com/Tencent/ncnn.git" if ARM64 else "ncnn") # requires ncnn
check_requirements("ncnn")
import ncnn # noqa
LOGGER.info(f"\n{prefix} starting export with ncnn {ncnn.__version__}...")