Created
September 2, 2024 22:59
-
-
Save FurkanGozukara/4ffbde360e99414f9a8b6d7963ccc039 to your computer and use it in GitHub Desktop.
default_config.yaml
This file contains 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: 'NO' | |
downcast_bf16: 'no' | |
enable_cpu_affinity: true | |
gpu_ids: all | |
machine_rank: 0 | |
main_training_function: main | |
mixed_precision: bf16 | |
num_machines: 1 | |
num_processes: 1 | |
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