lllliuhhhhggg commited on
Commit
aa89ed1
1 Parent(s): bbc3253

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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