An open API service indexing awesome lists of open source software.

https://github.com/interactivetech/dalle-mini-api

codebase that deploys Dalle-Mini as an API
https://github.com/interactivetech/dalle-mini-api

Last synced: 11 months ago
JSON representation

codebase that deploys Dalle-Mini as an API

Awesome Lists containing this project

README

          

# dalle-mini-api
codebase that deploys Dalle-Mini as an API

# Instructions to run and install
* create p3.2xlarge EC2 instance
* Use Conda AMI, other AMIs do not have nvidia-smi installed by default
* ssh
* `sudo su`
* `cd gpu/src/`
* `pip install -r requirements.txt`
* run `python app.py`
* use `gpu/request_test.py` to test API POST request