Spaces:
Build error
Build error
# Ensure pip is up to date | |
pip install --upgrade pip | |
# Install torch first | |
pip install torch | |
# Install other dependencies | |
pip install streamlit transformers flash-attn | |