added (for now separated) scripts for steps

This commit is contained in:
Alessandro Clerici
2025-07-09 15:41:46 +00:00
parent ab46556a0a
commit 9fbd757a18
4 changed files with 107 additions and 0 deletions

14
install.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
set -e
set -x
# external:
# git git-lfs
# the model checkpoints
uv venv
uv pip install --extra-index-url https://download.pytorch.org/whl/cu128 torch==2.7.1+cu128 torchvision==0.22.1+cu128
uv pip install packaging setuptools wheel psutil markupsafe ninja
uv pip install -v flash-attn --no-build-isolation
uv sync