init
parent
21272cfaa2
commit
b73e64d9e5
|
|
@ -0,0 +1,4 @@
|
|||
venv
|
||||
|
||||
output/*
|
||||
!output/.keep
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
command_file: null
|
||||
commands: null
|
||||
compute_environment: LOCAL_MACHINE
|
||||
deepspeed_config: {}
|
||||
distributed_type: 'NO'
|
||||
downcast_bf16: 'no'
|
||||
dynamo_backend: 'NO'
|
||||
fsdp_config: {}
|
||||
gpu_ids: all
|
||||
machine_rank: 0
|
||||
main_process_ip: null
|
||||
main_process_port: null
|
||||
main_training_function: main
|
||||
megatron_lm_config: {}
|
||||
mixed_precision: fp16
|
||||
num_machines: 1
|
||||
num_processes: 1
|
||||
rdzv_backend: static
|
||||
same_network: true
|
||||
tpu_name: null
|
||||
tpu_zone: null
|
||||
use_cpu: false
|
||||
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
Loading…
Reference in New Issue