This commit is contained in:
Dan Saunders
2025-08-29 16:54:27 -04:00
parent 8e9386c799
commit 9462a1bf79
4 changed files with 252 additions and 9 deletions

View File

@@ -87,6 +87,9 @@ Features:
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create virtualenv
uv venv
# Install axolotl
uv pip install --no-build-isolation axolotl[flash-attn,deepspeed]