mtasic85 commited on
Commit
779fd25
·
1 Parent(s): fa76479

class_path: torchao.prototype.low_bit_optim.AdamW8bit

Browse files
Files changed (1) hide show
  1. scripts/pretrain-core-model.yaml +2 -1
scripts/pretrain-core-model.yaml CHANGED
@@ -114,7 +114,8 @@ eval:
114
  # Optimizer-related arguments
115
 
116
  optimizer:
117
- class_path: torch.optim.AdamW
 
118
  init_args:
119
  # (type: float, default: 0.001)
120
  lr: 1e-4
 
114
  # Optimizer-related arguments
115
 
116
  optimizer:
117
+ # class_path: torch.optim.AdamW
118
+ class_path: torchao.prototype.low_bit_optim.AdamW8bit
119
  init_args:
120
  # (type: float, default: 0.001)
121
  lr: 1e-4