遇见数据集

MINT-SJTU/Evo-1_JetsonOrin

收藏
Hugging Face2026-04-08 更新2026-06-14 收录
官方服务:

资源简介:

🚀 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: ```bash pip install -U huggingface_hub ``` Then download the required dataset files: ```bash 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: ```bash docker load -i evo1_client.tar docker load -i evo1_server.tar ``` ▶️ Run the System Start all services using Docker Compose: ```bash 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

提供机构:
MINT-SJTU
二维码
社区交流群
二维码
科研交流群
商业服务