update outputs path so that we can mount workspace to /workspace/data (#1623)

* update outputs path so that we can mount workspace to /workspace/data

* fix ln order
This commit is contained in:
Wing Lian
2024-05-15 12:44:13 -04:00
committed by GitHub
parent 3319780300
commit 4fde300e5f
70 changed files with 72 additions and 69 deletions

View File

@@ -38,7 +38,7 @@ wandb_watch:
wandb_name:
wandb_log_model:
output_dir: btlm-out
output_dir: ./outputs/btlm-out
gradient_accumulation_steps: 1
micro_batch_size: 1
num_epochs: 1

View File

@@ -25,7 +25,7 @@ wandb_entity:
wandb_watch:
wandb_name:
wandb_log_model:
output_dir: ./qlora-out
output_dir: ./outputs/qlora-out
batch_size: 4
micro_batch_size: 4
num_epochs: 2