File size: 173 Bytes
5cc765e
 
b49203e
 
 
 
b93c7c6
02e4733
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

source ./.venv/bin/activate

pip install flash_attn --no-build-isolation

echo "Installation done"

./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --port 7860