From 0c6917f4eb1733cf8ae505ed3e98f1d2aeb57c4f Mon Sep 17 00:00:00 2001 From: mi804 <1576993271@qq.com> Date: Wed, 20 Nov 2024 10:13:48 +0800 Subject: [PATCH] update latest news in readme for supporting modelscope --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1acdca1e..924b76ed 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ - Support Nexa AI's own vision language model (0.9B parameters): `nexa run omnivision` and audio language model (2.9B): `nexa run omniaudio` - Support audio language model: `nexa run qwen2audio`, **we are the first open-source toolkit to support audio language model with GGML tensor library.** - Support embedding model: `nexa embed ` -- Support pull and run supported Computer Vision models in GGUF format from HuggingFace: `nexa run -hf -mt COMPUTER_VISION` -- Support pull and run NLP models in GGUF format from HuggingFace: `nexa run -hf -mt NLP` +- Support pull and run supported Computer Vision models in GGUF format from HuggingFace or ModelScope: `nexa run -hf -mt COMPUTER_VISION` or `nexa run -ms -mt COMPUTER_VISION` +- Support pull and run NLP models in GGUF format from HuggingFace or ModelScope: `nexa run -hf -mt NLP` or `nexa run -ms -mt NLP` Welcome to submit your requests through [issues](https://github.com/NexaAI/nexa-sdk/issues/new/choose), we ship weekly.