fix build w pyproject to respect insalled torch version (#2168)

* fix build w pyproject to respect insalled torch version

* include in manifest

* disable duplicate code check for now

* move parser so it can be found

* add checks for correct pytorch version so this doesn't slip by again
This commit is contained in:
Wing Lian
2024-12-10 16:25:25 -05:00
committed by GitHub
parent 6aa31b44c6
commit d009ead101
15 changed files with 148 additions and 22 deletions

View File

@@ -13,5 +13,5 @@ cd /workspace
rm -rf /workspace/axolotl
git clone https://github.com/axolotl-ai-cloud/axolotl.git
cd axolotl
pip install --no-deps -e .
pip install --no-build-isolation --no-deps -e .
```