i run bash train_and_inference_Uni.sh use ChatGLM get this erro,how to solve it?
878 │ │ │
│ 879 │ │ assert (train_batch > 0), f"Train batch size: {train_batch} has to be greater th │
│ 880 │ │ │
│ ❱ 881 │ │ assert (micro_batch > 0), f"Micro batch size per gpu: {micro_batch} has to be gr │
│ 882 │ │ │
│ 883 │ │ assert (grad_acc > 0), f"Gradient accumulation steps: {grad_acc} has to be great │
│ 884 │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
AssertionError: Micro batch size per gpu: 0 has to be greater than 0