Update README.md
Browse files
README.md
CHANGED
|
@@ -65,7 +65,7 @@ This model card covers the TowerVision family, including the 2B and 9B parameter
|
|
| 65 |
<summary>Click to expand/collapse code</summary>
|
| 66 |
|
| 67 |
```python
|
| 68 |
-
|
| 69 |
from transformers import AutoProcessor, LlavaOnevisionForConditionalGeneration
|
| 70 |
|
| 71 |
# Load the model in half-precision
|
|
|
|
| 65 |
<summary>Click to expand/collapse code</summary>
|
| 66 |
|
| 67 |
```python
|
| 68 |
+
import torch
|
| 69 |
from transformers import AutoProcessor, LlavaOnevisionForConditionalGeneration
|
| 70 |
|
| 71 |
# Load the model in half-precision
|