Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kvablack/LLaVA-server


https://github.com/kvablack/LLaVA-server

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# LLaVA-server

Serves LLaVA inference using an HTTP server. Supports batched inference and caches the embeddings for each image in order to produce multiple responses per image more efficiently.

## Usage
```bash
gunicorn "app:create_app()"
```
You must modify `gunicorn.conf.py` to change the number of GPUs.