Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kcz358 committed Dec 30, 2024
1 parent 2d0f43f commit 1a90420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmms_eval/models/kino.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get_w(weights, keyword):
eval_logger.info(f"Loaded audio_modal_projector weights from {pretrained_mlp_projector}. Incompatible keys: {incompatible_keys}")

self.pretrained = pretrained
self._processor = KinoProcessor.from_pretrained("lmms-lab/kino-7b-init", revision=revision, trust_remote_code=trust_remote_code)
self._processor = KinoProcessor.from_pretrained("Evo-LMM/kino-7b-init", revision=revision, trust_remote_code=trust_remote_code)
# Pad from left for batched generation: https://huggingface.co/docs/transformers/v4.39.3/en/model_doc/llava#usage-tips
self._processor.tokenizer.padding_side = "left"
self._tokenizer = self._processor.tokenizer
Expand Down

0 comments on commit 1a90420

Please sign in to comment.