mirror of
https://github.com/gpt-omni/mini-omni
synced 2024-11-16 13:13:48 +00:00
update readme
This commit is contained in:
parent
af12531b90
commit
86a7666a01
@ -21,6 +21,7 @@ Mini-Omni is an open-source multimodal large language model that can **hear, tal
|
|||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
|
|
||||||
|
- **2024.10:** We released [Mini-Omni2](https://github.com/gpt-omni/mini-omni2) with vision and audio capabilities.
|
||||||
- **2024.09:** Amazing online [interactive gradio demo](https://huggingface.co/spaces/gradio/omni-mini) by 🤗 gradio team.
|
- **2024.09:** Amazing online [interactive gradio demo](https://huggingface.co/spaces/gradio/omni-mini) by 🤗 gradio team.
|
||||||
- **2024.09:** **VoiceAssistant-400K** is uploaded to [Hugging Face](https://huggingface.co/datasets/gpt-omni/VoiceAssistant-400K).
|
- **2024.09:** **VoiceAssistant-400K** is uploaded to [Hugging Face](https://huggingface.co/datasets/gpt-omni/VoiceAssistant-400K).
|
||||||
|
|
||||||
|
4
__init__.py
Normal file
4
__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import os
|
||||||
|
import sys
|
||||||
|
|
||||||
|
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
Loading…
Reference in New Issue
Block a user