5cc765e 7b84088 b49203e b93c7c6 02e4733
1
2
3
4
5
6
7
8
#!/bin/bash ./.venv/bin/pip install flash_attn --no-build-isolation echo "Installation done" ./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --port 7860