File size: 287 Bytes
91fb4ef
 
 
 
 
 
3e6cbbd
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/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