5cc765e 485df46 6cfa6ec b49203e b93c7c6 02e4733
1
2
3
4
5
6
7
8
9
#!/bin/bash curl -sS https://bootstrap.pypa.io/get-pip.py | ./.venv/bin/python ./.venv/bin/python -m pip install flash_attn==1.0.9 --no-build-isolation echo "Installation done" ./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --port 7860