Spaces:
Running
on
Zero
Running
on
Zero
update model architectures
Browse files- model_utils.py +2 -1
model_utils.py
CHANGED
@@ -21,7 +21,8 @@ ARCHITECTURE_MAP = {
|
|
21 |
"Owlv2ForObjectDetection": Owlv2ForObjectDetection,
|
22 |
"GroundingDinoForObjectDetection": GroundingDinoForObjectDetection,
|
23 |
"SamModel": SamModel,
|
24 |
-
"AutoModelForCausalLM": AutoModelForCausalLM
|
|
|
25 |
}
|
26 |
|
27 |
|
|
|
21 |
"Owlv2ForObjectDetection": Owlv2ForObjectDetection,
|
22 |
"GroundingDinoForObjectDetection": GroundingDinoForObjectDetection,
|
23 |
"SamModel": SamModel,
|
24 |
+
"AutoModelForCausalLM": AutoModelForCausalLM,
|
25 |
+
"NomicBertModel", NomicBertModel,
|
26 |
}
|
27 |
|
28 |
|