Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
ncnn
like
1
Model card
Files
Files and versions
Community
main
ncnn
/
pyproject.toml
camenduru
thanks to ncnn ❤
be903e2
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
162 Bytes
[build-system]
requires
= [
"setuptools>=42"
,
"wheel"
,
"ninja; sys_platform != 'win32'"
,
"cmake>=3.12"
,
]
build-backend
=
"setuptools.build_meta"