rrevo's picture
dockerilfe
b93c7c6
raw
history blame
133 Bytes
#!/bin/bash
pdm add flash_attn --no-isolation
echo "Installation done"
./.venv/bin/uvicorn src.main:app --host 0.0.0.0 --port 7860