Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TheStageAI
/
Elastic-musicgen-large
like
12
Running
on
L40S
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
346c69d
Elastic-musicgen-large
/
setup.sh
Quaz1
added install flash attn
af14831
about 2 months ago
raw
Copy download link
history
blame
Safe
206 Bytes
#!/bin/bash
set
-e
# Install flash-attn with no-build-isolation
pip install flash-attn==2.7.3 --no-build-isolation
# Uninstall apex if it exists (as in your original script)
pip uninstall apex -y ||
true