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

@@ -1,5 +1,13 @@
--extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/
# This file is kept for backward compatibility
# All dependencies are now defined in pyproject.toml
# To install axolotl with all dependencies, run:
# pip install .
# To install with extras (e.g., flash-attn):
# pip install .[flash-attn]
# To install for development:
# pip install -e .[dev]
<<<<<<< HEAD
# START section of dependencies that don't install on Darwin/MacOS
bitsandbytes==0.47.0
triton>=3.0.0
@@ -71,3 +79,7 @@ axolotl-contribs-lgpl==0.0.6
axolotl-contribs-mit==0.0.5
mistral-common==1.8.5
# For UV users:
# uv pip install .
# uv pip install -e .[dev]