瀏覽代碼

Remove unused ds config

Lengyue 2 年之前
父節點
當前提交
9beb5981ec
共有 1 個文件被更改,包括 0 次插入22 次删除
  1. 0 22
      ds_config.json

+ 0 - 22
ds_config.json

@@ -1,22 +0,0 @@
-{
-    "train_batch_size": "auto",
-    "train_micro_batch_size_per_gpu" :"auto",
-    "gradient_accumulation_steps": "auto",
-    "gradient_clipping": 1.0,
-    "bf16": {
-        "enabled": "auto"
-    },
-    "zero_optimization": {
-        "stage": 3,
-        "overlap_comm": true,
-        "stage3_gather_16bit_weights_on_model_save": true
-    },
-    "flops_profiler": {
-        "enabled": false,
-        "profile_step": 1,
-        "module_depth": -1,
-        "top_modules": 1,
-        "detailed": true,
-        "output_file": null
-    }
-}