pull/6/head
akiba 2023-01-22 21:45:39 +08:00
parent 21272cfaa2
commit b73e64d9e5
No known key found for this signature in database
GPG Key ID: 4CE9A24A15E72161
5 changed files with 27 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
venv
output/*
!output/.keep

View File

@ -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

View File

@ -0,0 +1 @@
1

0
output/.keep Normal file
View File