runninglsy
commited on
Commit
•
24af34e
1
Parent(s):
a191227
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ With just **10B** parameters, Ovis1.6-Gemma2-9B leads the [OpenCompass](https://
|
|
32 |
## Usage
|
33 |
Below is a code snippet to run Ovis with multimodal inputs. For additional usage instructions, including inference wrapper and Gradio UI, please refer to [Ovis GitHub](https://github.com/AIDC-AI/Ovis?tab=readme-ov-file#inference).
|
34 |
```bash
|
35 |
-
pip install torch==2.2.0 transformers==4.44.2 numpy==1.24.3
|
36 |
```
|
37 |
```python
|
38 |
import torch
|
|
|
32 |
## Usage
|
33 |
Below is a code snippet to run Ovis with multimodal inputs. For additional usage instructions, including inference wrapper and Gradio UI, please refer to [Ovis GitHub](https://github.com/AIDC-AI/Ovis?tab=readme-ov-file#inference).
|
34 |
```bash
|
35 |
+
pip install torch==2.2.0 transformers==4.44.2 numpy==1.24.3 pillow==10.3.0
|
36 |
```
|
37 |
```python
|
38 |
import torch
|