mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-15 11:20:35 +08:00
fix paligemma inference
This commit is contained in:
@@ -22,6 +22,8 @@ FILEEXT2TYPE = {
|
||||
|
||||
IGNORE_INDEX = -100
|
||||
|
||||
IMAGE_TOKEN = "<image>"
|
||||
|
||||
LAYERNORM_NAMES = {"norm", "ln"}
|
||||
|
||||
METHODS = ["full", "freeze", "lora"]
|
||||
|
||||
Reference in New Issue
Block a user