justinj92 commited on
Commit
ea293f0
·
verified ·
1 Parent(s): 8624e9d

Update utils/models.py

Browse files
Files changed (1) hide show
  1. utils/models.py +2 -1
utils/models.py CHANGED
@@ -10,7 +10,8 @@ from transformers import AutoModelForCausalLM, AutoProcessor
10
  from utils.imports import fixed_get_imports
11
 
12
  CHECKPOINTS = [
13
- "microsoft/Florence-2-large-ft"
 
14
  ]
15
 
16
 
 
10
  from utils.imports import fixed_get_imports
11
 
12
  CHECKPOINTS = [
13
+ "microsoft/Florence-2-large-ft",
14
+ "microsoft/Florence-2-large"
15
  ]
16
 
17