This commit is contained in:
Sourab Mangrulkar
2023-02-08 12:59:29 +05:30
parent eec0b9329d
commit ed0c962ff5
2 changed files with 23 additions and 1 deletions
@@ -0,0 +1,22 @@
compute_environment: LOCAL_MACHINE
deepspeed_config:
gradient_accumulation_steps: 1
gradient_clipping: 1.0
offload_optimizer_device: none
offload_param_device: none
zero3_init_flag: true
zero3_save_16bit_model: true
zero_stage: 3
distributed_type: DEEPSPEED
downcast_bf16: 'no'
dynamo_backend: 'NO'
fsdp_config: {}
machine_rank: 0
main_training_function: main
megatron_lm_config: {}
mixed_precision: 'no'
num_machines: 1
num_processes: 1
rdzv_backend: static
same_network: true
use_cpu: false
+1 -1
View File
@@ -26,4 +26,4 @@ from .other import (
shift_tokens_right,
transpose,
)
from .save_and_load import get_peft_model_state_dict, peft_model_load_and_dispatch, set_peft_model_state_dict
from .save_and_load import get_peft_model_state_dict, set_peft_model_state_dict