Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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(),
)