[object Object]

← back to Exo

clarify which models exo supports

2244ff4a28780df9ab5b0728a3b0e232fe957874 · 2024-09-23 13:43:35 +0100 · Alex Cheema

Files touched

Diff

commit 2244ff4a28780df9ab5b0728a3b0e232fe957874
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Mon Sep 23 13:43:35 2024 +0100

    clarify which models exo supports
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bc8768be..90aa82ba 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ We also welcome contributions from the community. We have a list of bounties in
 
 ### Wide Model Support
 
-exo supports LLaMA ([MLX](exo/inference/mlx/models/llama.py) and [tinygrad](exo/inference/tinygrad/models/llama.py)) and other popular models.
+exo supports different models including LLaMA ([MLX](exo/inference/mlx/models/llama.py) and [tinygrad](exo/inference/tinygrad/models/llama.py)), Mistral, LlaVA, Qwen and Deepseek.
 
 ### Dynamic Model Partitioning
 

← cb575f5d ndim check in llama  ·  back to Exo  ·  support node_id, node_port and device_capabilities with tail 1798fc07 →