Update README.md (#694)

renovate/github.com-imdario-mergo-1.x
Ettore Di Giacinto 1 year ago committed by GitHub
parent 730645b3c6
commit a06e467a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

@ -20,10 +20,10 @@ In a nutshell:
- Local, OpenAI drop-in alternative REST API. You own your data. - Local, OpenAI drop-in alternative REST API. You own your data.
- NO GPU required. NO Internet access is required either - NO GPU required. NO Internet access is required either
- Optional, GPU Acceleration is available in `llama.cpp`-compatible LLMs. See also the [build section](https://localai.io/basics/build/index.html). - Optional, GPU Acceleration is available in `llama.cpp`-compatible LLMs. See also the [build section](https://localai.io/basics/build/index.html).
- Supports multiple models: - Supports multiple models:
- πŸ“– Text generation with GPTs (`llama.cpp`, `gpt4all.cpp`, ... and more)
- πŸ—£ Text to Audio πŸŽΊπŸ†• - πŸ—£ Text to Audio πŸŽΊπŸ†•
- πŸ”ˆ Audio to Text (Audio transcription with `whisper.cpp`) - πŸ”ˆ Audio to Text (Audio transcription with `whisper.cpp`)
- πŸ“– Text generation with GPTs (`llama.cpp`, `gpt4all.cpp`, ... and more)
- 🎨 Image generation with stable diffusion - 🎨 Image generation with stable diffusion
- πŸƒ Once loaded the first time, it keep models loaded in memory for faster inference - πŸƒ Once loaded the first time, it keep models loaded in memory for faster inference
- ⚑ Doesn't shell-out, but uses C++ bindings for a faster inference and better performance. - ⚑ Doesn't shell-out, but uses C++ bindings for a faster inference and better performance.

Loading…
Cancel
Save