Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,6 @@ Use the code below to get started with the base model:
|
|
| 24 |
```python
|
| 25 |
import torch
|
| 26 |
from transformers import AutoModelForCausalLM, AutoProcessor
|
| 27 |
-
from open_flamingo.eval.models.cruise_model import EvalModel
|
| 28 |
|
| 29 |
processor = AutoProcessor.from_pretrained("Infi-MM/infimm-hd", trust_remote_code=True)
|
| 30 |
|
|
|
|
| 24 |
```python
|
| 25 |
import torch
|
| 26 |
from transformers import AutoModelForCausalLM, AutoProcessor
|
|
|
|
| 27 |
|
| 28 |
processor = AutoProcessor.from_pretrained("Infi-MM/infimm-hd", trust_remote_code=True)
|
| 29 |
|