Try Apple M1 runners for Tests and Benchmarks CI (#8162)
This commit is contained in:
parent
8a41bed7d0
commit
21d5ebd638
2 changed files with 6 additions and 6 deletions
|
|
@ -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__}...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue