twanghcmut's picture
download
raw
893 Bytes
# read the contents of your README file
from os import path
from setuptools import find_packages, setup
setup(
name="libero",
packages=[package for package in find_packages() if package.startswith("libero")],
install_requires=[],
eager_resources=["*"],
include_package_data=True,
python_requires=">=3",
description="LIBERO-plus: In-Depth Robustness Analysis For Vision-Language-Action Models",
author="Anonymous",
author_email="Anonymous",
version="0.1.0",
long_description="LIBERO-plus",
long_description_content_type="text/markdown",
entry_points={
"console_scripts": [
"lifelong.main=libero.lifelong.main:main",
"lifelong.eval=libero.lifelong.evaluate:main",
"libero.config_copy=scripts.config_copy:main",
"libero.create_template=scripts.create_template:main",
]
},
)

Xet Storage Details

Size:
893 Bytes
·
Xet hash:
806daffee2c9015e10501f391029b76bd74983ee4d66e2d64843b3de3e0f9a7d

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.