EthanReid
commited on
Commit
·
92d71f7
1
Parent(s):
782269c
build_text_model in init
Browse files- moondream.py +1 -1
moondream.py
CHANGED
@@ -75,7 +75,7 @@ class MoondreamModel(nn.Module):
|
|
75 |
|
76 |
self.vision = build_vision_model(config.vision, dtype)
|
77 |
|
78 |
-
self.text =
|
79 |
|
80 |
# Region Model
|
81 |
self.region = nn.ModuleDict(
|
|
|
75 |
|
76 |
self.vision = build_vision_model(config.vision, dtype)
|
77 |
|
78 |
+
self.text = build_text_model(config.text, torch.int8)
|
79 |
|
80 |
# Region Model
|
81 |
self.region = nn.ModuleDict(
|