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

https://github.com/santhoshtr/llm-web

Dockerized Flask based application for BLOOM optimized with CTranslate2
https://github.com/santhoshtr/llm-web

bloom gpt llm

Last synced: 9 days ago
JSON representation

Dockerized Flask based application for BLOOM optimized with CTranslate2

Awesome Lists containing this project

README

          

# BLOOM LLM demo

```
docker build -t llm-demo .
docker run -dp 9999:9999 llm-demo:latest
```

Open http://0.0.0.0:9999/ using browser