update
This commit is contained in:
@@ -38,7 +38,7 @@ For a quick installation with uv:
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
# Install axolotl
|
||||
uv pip install --no-build-isolation axolotl[flash-attn,deepspeed]
|
||||
uv pip install --no-build-isolation axolotl
|
||||
```
|
||||
|
||||
### PyPI Installation {#sec-pypi}
|
||||
@@ -97,8 +97,9 @@ git clone https://github.com/axolotl-ai-cloud/axolotl.git
|
||||
cd axolotl
|
||||
# Install uv if not already installed
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
source $HOME/.local/bin/env
|
||||
uv pip install --no-build-isolation -e '.[flash-attn,deepspeed]'
|
||||
# Create and sync environment
|
||||
uv venv
|
||||
uv sync
|
||||
```
|
||||
|
||||
#### Using pip
|
||||
|
||||
Reference in New Issue
Block a user