File size: 261 Bytes
2644d35
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

# Install wheel and other essential build tools
pip install wheel

# Install the requirements from the requirements.txt file
pip install -r requirements.txt

# Install flash-attn with the specified option
pip install flash-attn --no-build-isolation