Deployment via Modal.
The serverless deployment is now live at https://infinity.modal.michaelfeil.eu. The Nvidia L4/A100 deployment is hosted via Modal.com, and can be hosted free of charge.
Run the following sequence of commands to deploy:
git clone https://github.com/michaelfeil/infinity
cd infra/modal
pip install modal
modal deploy --env main modal.infra.webserver
For automatic integration via Github Actions, follow this Pipeline: https://github.com/michaelfeil/infinity/blob/main/.github/workflows/release_modal_com.yaml