Updated installation instructions for all skills to always use uv pip install

This commit is contained in:
Timothy Kassis
2025-11-16 15:34:52 -08:00
parent d94f21c51f
commit 2fc3e6a88e
82 changed files with 179 additions and 290 deletions

View File

@@ -226,20 +226,20 @@ See `references/forge-api.md` for detailed Forge API documentation, authenticati
**Basic installation:**
```bash
pip install esm
uv pip install esm
```
**With Flash Attention (recommended for faster inference):**
```bash
pip install esm
pip install flash-attn --no-build-isolation
uv pip install esm
uv pip install flash-attn --no-build-isolation
```
**For Forge API access:**
```bash
pip install esm # SDK includes Forge client
uv pip install esm # SDK includes Forge client
```
No additional dependencies needed. Obtain Forge API token at https://forge.evolutionaryscale.ai