ml-env
SKILL.md
ML Environment Setup & Troubleshooting
This skill helps you create and manage isolated ML environments with PyTorch. It auto-detects your hardware (NVIDIA GPU, AMD GPU, or CPU) and installs the appropriate PyTorch build.
Creating a New ML Project
I can help you set up a complete ML project with PyTorch in seconds. Here's what I'll do:
- Create your project directory
- Create a
.gitignorefor ML files - Run hardware detection
- Install PyTorch with the right backend
- Install ML libraries
- Validate everything works
To get started, tell me:
- Project name/path where you want it created
- I'll handle the rest!