#807·GLM-4

在 GLM-4v-9b 微调时,地图显示为 0%

作者: Linzy-Lizzy创建于 2026年4月6日更新于 2026年4月6日

It is not a problem with batch_size, batch_size has been set to 1, but the map still gets stuck. After testing, the line new_input_ids_all = tokenizer.apply_chat_template([message], tokenize=True, return_tensors="pt", return_dict=True, padding=True) is stuck, and I would like to ask how to solve it. Thank you!