Created
May 2, 2025 17:23
-
-
Save S1ro1/b77fba3141b4917a0dc2bf24c9eaf083 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compute_environment: LOCAL_MACHINE | |
debug: false | |
distributed_type: FSDP | |
downcast_bf16: 'no' | |
enable_cpu_affinity: false | |
fsdp_config: | |
fsdp_activation_checkpointing: false | |
fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP | |
fsdp_cpu_ram_efficient_loading: true | |
fsdp_offload_params: false | |
fsdp_reshard_after_forward: true | |
fsdp_state_dict_type: FULL_STATE_DICT | |
fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer | |
fsdp_version: 2 | |
machine_rank: 0 | |
main_training_function: main | |
mixed_precision: 'no' | |
num_machines: 1 | |
num_processes: 2 | |
rdzv_backend: static | |
same_network: true | |
tpu_env: [] | |
tpu_use_cluster: false | |
tpu_use_sudo: false | |
use_cpu: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment