Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
lsnu
/
VLAarchTestsBench
like
0
Model card
Files
Files and versions
xet
Community
main
VLAarchTestsBench
/
third_party
/
diffusion_policy
/
setup.py
lsnu
Add files using upload-large-folder tool
a1fc554
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
113 Bytes
from
setuptools
import
setup, find_packages
setup(
name =
'diffusion_policy'
,
packages = find_packages(),
)