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
- Host: GitHub
- URL: https://github.com/interactivetech/dalle-mini-api
- Owner: interactivetech
- Created: 2022-02-28T02:20:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T18:47:01.000Z (over 4 years ago)
- Last Synced: 2025-02-10T05:25:02.363Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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