db24

Results 2 comments of db24

I solved by running docker with args "--shm-size=1g --ulimit memlock=-1" ref: https://help.aliyun.com/zh/egs/support/faq-1 I guess it not relevant to sglang, purely nccl issue

@wjx-sudo 解决了吗 我也想单独在垂类图片训练ViT 代码里禁止这么做, 可能有什么原因 ```python def get_forbidden_modules(config: "PretrainedConfig", finetuning_args: "FinetuningArguments") -> Set[str]: r""" Freezes vision tower and language model for VLM full/freeze tuning. """ model_type = getattr(config, "model_type", None)...