Spaces:
Runtime error
Runtime error
File size: 261 Bytes
b5b4980 0b30521 78506fe 0b30521 0b744ad 78506fe |
1 2 3 4 5 6 7 8 9 |
from ui_components import create_interface
import subprocess
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
if __name__ == "__main__":
demo = create_interface()
demo.launch() |