hgtttttt
hgtttttt
> You can use nvidia-smi command to check the memory usage of your GPU actually, maybe another program use some GPU memory? I check the memory, and no other program...
@jomayeri thanks for your help. this is the main function in my finetune.py: `def main(): args = set_args() logger = set_logger(args) config = ChatGLMConfig.from_pretrained(args.model_dir) config.pre_seq_len = args.pre_seq_len config.prefix_projection = args.prefix_projection...
@jomayeri Yes it works! I deleted this line of code and the error disappeared. So maybe there are some conflicts when I manually convert the model to fp16, which only...