Spaces:
Runtime error
Runtime error
File size: 332 Bytes
91fb4ef |
1 2 3 4 5 6 7 8 9 10 11 12 |
#!/usr/bin/env bash
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements_without_flash_attention.txt
# if you require flash attention, please install it manually for your operating system
# you can try this:
# python -m pip install wheel setuptools flash-attn --no-build-isolation --no-cache-dir |