Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuan8 committed Aug 25, 2024
1 parent 4e444e4 commit f031908
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ Detailed API documentation is available [here](https://docs.nexaai.com/).
- Streaming support
- **Streamlit UI** for interactive model deployment and testing

Below is our differentiation from other similar tools:

| **Feature** | **[Nexa SDK](https://github.com/NexaAI/nexa-sdk)** | **[ollama](https://github.com/ollama/ollama)** | **[Optimum](https://github.com/huggingface/optimum)** | **[LM Studio](https://github.com/lmstudio-ai)** |
|----------------------------|:-------------------------------------------------:|:----------------------------------------------:|:-----------------------------------------------:|:-----------------------------------------------:|
| **GGML Support** |||||
| **ONNX Support** |||||
| **Text Generation** |||||
| **Image Generation** |||||
| **Vision-Language Models** |||||
| **Text-to-Speech** |||||
| **Server Capability** |||||
| **User Interface** |||||



## Installation

### Pre-built Wheels (Recommended)
Expand Down Expand Up @@ -773,3 +788,9 @@ Translates audio files to text in English.
```
</details>
## Acknowledgements
We would like to thank the following projects:
- [llama.cpp](https://github.com/ggerganov/llama.cpp)
- [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp)
- [optimum](https://github.com/huggingface/optimum)

0 comments on commit f031908

Please sign in to comment.