You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i ran into some problems when reproducing image hijacks. i found the vocab_size in config.json of llava-v1-0719-336px-lora-merge-vicuna-13b-v1.3 is 32000, but your code initializes an lm_head with out_features of 32001, which results in consequent size mismatch. i would appreciate it if you could tell me how to fix this.
The text was updated successfully, but these errors were encountered:
hi, i ran into some problems when reproducing image hijacks. i found the vocab_size in config.json of llava-v1-0719-336px-lora-merge-vicuna-13b-v1.3 is 32000, but your code initializes an lm_head with out_features of 32001, which results in consequent size mismatch. i would appreciate it if you could tell me how to fix this.
The text was updated successfully, but these errors were encountered: