File size: 178 Bytes
5cc765e
 
1202b39
2a8bf6c
1202b39
7b84088
b49203e
b93c7c6
02e4733
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

cd $HOME/code
ls -al

./.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