VideoModelStudio / setup.sh
jbilcke-hf's picture
jbilcke-hf HF Staff
fix workaround
3e6cbbd
raw
history blame contribute delete
287 Bytes
#!/usr/bin/env bash
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
# if flash attention couldn't be installed for your operating system you can try this:
# python -m pip install wheel setuptools flash-attn --no-build-isolation --no-cache-dir