mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-26 17:11:02 +02:00
versioning + cli commands
This commit is contained in:
parent
b1f92663a7
commit
f8a7ef4b92
4 changed files with 38 additions and 9 deletions
|
|
@ -8,11 +8,10 @@
|
|||
# # git checkout f724be699e8adf7ca8004ea0e519dfac83a06f18
|
||||
# # pip install -e .
|
||||
uv venv
|
||||
uv pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu126
|
||||
uv pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
|
||||
uv sync
|
||||
# wget https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.6cxx11abiTRUE-cp310-cp310-linux_x86_64.whl
|
||||
uv pip install https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.6cxx11abiTRUE-cp310-cp310-linux_x86_64.whl
|
||||
uv pip install https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post1/flash_attn-2.7.4.post1+cu12torch2.5cxx11abiTrue-cp310-cp310-linux_x86_64.whl
|
||||
# uv pip install flash-attn==2.6.3 --no-build-isolation
|
||||
|
||||
# dev
|
||||
pre-commit install
|
||||
uv run pre-commit install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue