class_path: torchao.prototype.low_bit_optim.AdamW8bit
Browse files
scripts/pretrain-core-model.yaml
CHANGED
|
@@ -115,8 +115,8 @@ eval:
|
|
| 115 |
|
| 116 |
optimizer:
|
| 117 |
# class_path: torch.optim.AdamW
|
| 118 |
-
|
| 119 |
-
class_path: torchao.prototype.low_bit_optim.AdamW4bit
|
| 120 |
init_args:
|
| 121 |
# (type: float, default: 0.001)
|
| 122 |
lr: 1e-4
|
|
|
|
| 115 |
|
| 116 |
optimizer:
|
| 117 |
# class_path: torch.optim.AdamW
|
| 118 |
+
class_path: torchao.prototype.low_bit_optim.AdamW8bit
|
| 119 |
+
# class_path: torchao.prototype.low_bit_optim.AdamW4bit
|
| 120 |
init_args:
|
| 121 |
# (type: float, default: 0.001)
|
| 122 |
lr: 1e-4
|