File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class Kino(lmms):
47
47
48
48
def __init__ (
49
49
self ,
50
- pretrained : str = "kcz358 /kino-7b-init" ,
50
+ pretrained : str = "Evo-LMM /kino-7b-init" ,
51
51
revision : str = "main" ,
52
52
device : str = "cuda" ,
53
53
dtype : Optional [Union [str , torch .dtype ]] = "auto" ,
@@ -89,7 +89,7 @@ def get_w(weights, keyword):
89
89
eval_logger .info (f"Loaded audio_modal_projector weights from { pretrained_mlp_projector } . Incompatible keys: { incompatible_keys } " )
90
90
91
91
self .pretrained = pretrained
92
- self ._processor = KinoProcessor .from_pretrained (pretrained , revision = revision , trust_remote_code = trust_remote_code )
92
+ self ._processor = KinoProcessor .from_pretrained ("Evo-LMM/kino-7b-init" , revision = revision , trust_remote_code = trust_remote_code )
93
93
# Pad from left for batched generation: https://huggingface.co/docs/transformers/v4.39.3/en/model_doc/llava#usage-tips
94
94
self ._processor .tokenizer .padding_side = "left"
95
95
self ._tokenizer = self ._processor .tokenizer
You can’t perform that action at this time.
0 commit comments