The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 90, in _split_generators
inferred_arrow_schema = pa.concat_tables(pa_tables, promote_options="default").schema
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pyarrow/table.pxi", line 6319, in pyarrow.lib.concat_tables
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
pyarrow.lib.ArrowTypeError: Unable to merge: Field json has incompatible types: struct<manifests: list<item: struct<annotations: struct<io.containerd.image.name: string, org.opencontainers.image.ref.name: string>, digest: string, mediaType: string, size: int64>>, mediaType: string, schemaVersion: int64> vs list<item: struct<Config: string, Layers: list<item: string>, RepoTags: list<item: string>>>
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 65, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
🚀 Evo-1 Jetson Orin Deployment Guide
This guide explains how to download the required resources and launch the Evo-1 system using Docker.
📦 Prerequisites
Make sure you have the following installed:
Python 3.8+ pip Docker Docker Compose 📥 Download Files
First, install the Hugging Face CLI:
pip install -U huggingface_hub
Then download the required dataset files:
hf download AkiyasuDMK/Evo-1_JetsonOrin evo1_client.tar --local-dir . --repo-type dataset
hf download AkiyasuDMK/Evo-1_JetsonOrin evo1_server.tar --local-dir . --repo-type dataset
hf download AkiyasuDMK/Evo-1_JetsonOrin docker-compose.yml --local-dir . --repo-type dataset
🐳 Load Docker Images
Load the downloaded Docker images:
docker load -i evo1_client.tar
docker load -i evo1_server.tar
▶️ Run the System
Start all services using Docker Compose:
docker compose up
✅ Notes Make sure Docker is running before executing the commands. If you encounter permission issues, try running commands with sudo. Ensure sufficient disk space for Docker images. 📌 Summary Install dependencies Download required files Load Docker images Launch with Docker Compose
- Downloads last month
- 26