Spaces:
Runtime error
Runtime error
# 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 |