setup

Automate local ExecuTorch environment setup with conda and dependencies.

4.9k|1.1k|Updated Feb 25, 2022
One-click install
npx skills add https://github.com/pytorch/executorch --skill setup-pytorch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/pytorch/executorch/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/pytorch/executorch --skill setup-pytorch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ExecuTorch development often requires installing dependencies and configuring environments, which this Skill helps streamline.

Core Features & Use Cases

  • Activate a conda environment, install ExecuTorch, and optionally integrate with HuggingFace Optimum-Executorch as described in the setup guide.
  • Facilitates on-boarding for new contributors by providing a repeatable setup flow.

Quick Start

Activate your conda environment and run the installation script to prepare a development setup for ExecuTorch.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the ExecuTorch development environment?▼

To set up the ExecuTorch development environment, activate your conda environment and run the installation script to automatically configure dependencies and prepare the local repository for contribution.

Can I integrate HuggingFace Optimum-Executorch during the ExecuTorch setup?▼

Yes, you can optionally integrate HuggingFace Optimum-Executorch during the ExecuTorch setup by following the specific instructions outlined in the setup guide after running the installation script.

What dependencies do I need to install before contributing to ExecuTorch?▼

You need to install dependencies for ExecuTorch by configuring a conda environment and running the provided setup script, which automates the installation process across different platforms.

Does the ExecuTorch setup script work across different platforms?▼

Yes, the ExecuTorch setup script works across different platforms by automating the local environment configuration and dependency installation to ensure a repeatable development setup.

Why use a conda environment for ExecuTorch installation?▼

Using a conda environment for ExecuTorch installation isolates dependencies and provides a repeatable setup flow, which streamlines onboarding for new contributors and ensures consistent repository preparation.

Is there a repeatable setup flow for new ExecuTorch contributors?▼

Yes, this setup provides a repeatable flow for new ExecuTorch contributors by automating environment configuration, dependency installation, and conda activation steps to quickly prepare the repository.