Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ base_model:
|
|
10 |
<img src="./figures/ant-bailing.png" width="100"/>
|
11 |
<p>
|
12 |
|
13 |
-
<p align="center">π <a href="https://github.com/inclusionAI/Ming">Technical Report</a>ο½π<a href="https://lucaria-academy.github.io/Ming-Omni/">Project Page</a> ο½π€ <a href="https://huggingface.co/inclusionAI/Ming-Lite-Omni">Hugging Face</a>ο½ π€ <a href="https://www.modelscope.cn/models/inclusionAI/Ming-Lite-Omni">ModelScope</a
|
14 |
|
15 |
|
16 |
|
@@ -213,6 +213,8 @@ pip install data/matcha_tts-0.0.5.1-cp38-cp38-linux_x86_64.whl
|
|
213 |
pip install diffusers==0.33.0
|
214 |
pip install nvidia-cublas-cu12==12.4.5.8 # for H20
|
215 |
```
|
|
|
|
|
216 |
|
217 |
```python
|
218 |
import os
|
@@ -531,5 +533,16 @@ image.save("./edit.jpg")
|
|
531 |
|
532 |
This code repository is licensed under the [MIT License](../LICENSE), and the Legal Disclaimer is located in the [LEGAL.md file](../LEGAL.md) under the project's root directory.
|
533 |
|
|
|
|
|
|
|
534 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
535 |
|
|
|
10 |
<img src="./figures/ant-bailing.png" width="100"/>
|
11 |
<p>
|
12 |
|
13 |
+
<p align="center">π <a href="https://github.com/inclusionAI/Ming/blob/main/Ming_Omni.pdf">Technical Report</a>ο½π<a href="https://lucaria-academy.github.io/Ming-Omni/">Project Page</a> ο½π€ <a href="https://huggingface.co/inclusionAI/Ming-Lite-Omni">Hugging Face</a>ο½ π€ <a href="https://www.modelscope.cn/models/inclusionAI/Ming-Lite-Omni">ModelScope</a>
|
14 |
|
15 |
|
16 |
|
|
|
213 |
pip install diffusers==0.33.0
|
214 |
pip install nvidia-cublas-cu12==12.4.5.8 # for H20
|
215 |
```
|
216 |
+
Note: We test following examples on hardware of NVIDIA H800-80GB with CUDA 12.2. Loading inclusionAI/Ming-Lite-Omni in bfloat16 takes about 40890MB memory.
|
217 |
+
|
218 |
|
219 |
```python
|
220 |
import os
|
|
|
533 |
|
534 |
This code repository is licensed under the [MIT License](../LICENSE), and the Legal Disclaimer is located in the [LEGAL.md file](../LEGAL.md) under the project's root directory.
|
535 |
|
536 |
+
## Citation
|
537 |
+
|
538 |
+
If you find our work helpful, feel free to give us a cite.
|
539 |
|
540 |
+
```bibtex
|
541 |
+
@article{Mingomni2025,
|
542 |
+
title = {Ming-Omni: A Unified Multimodal Model for Perception and Generation},
|
543 |
+
author = {Inclusion AI},
|
544 |
+
journal = {arXiv preprint},
|
545 |
+
year = {2025}
|
546 |
+
}
|
547 |
+
```
|
548 |
|