浏览代码

修改注释

zhouyang.xie 3 月之前
父节点
当前提交
196440966b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/train_model_grpo.py

+ 1 - 1
src/train_model_grpo.py

@@ -119,7 +119,7 @@ class ModelTrainer:
             dtype=self.dtype,
             fast_inference = False, # Enable vLLM fast inference
             max_lora_rank = lora_rank,
-            gpu_memory_utilization=0.1,# Reduce if out of memory
+            gpu_memory_utilization=0.1, # 0.6 # Reduce if out of memory
         )
         
         # 添加 LoRA 适配器