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
since in the code: self.is_instruct = True if 'instruct' in model_path.lower() else False,
i wonder this is the correct default for llada-1.5 to not using chat template?
since in the code: self.is_instruct = True if 'instruct' in model_path.lower() else False,
i wonder this is the correct default for llada-1.5 to not using chat template?