Skip to content

Commit ac8ad72

Browse files
author
Felipe Mello
committed
delete old tests and update cfg
1 parent 766319c commit ac8ad72

File tree

5 files changed

+1
-675
lines changed

5 files changed

+1
-675
lines changed

apps/sft/llama3_8b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ parallelism:
4646
checkpoint:
4747
enable: true
4848
folder: ./checkpoint # The folder to save checkpoints to.
49-
initial_load_path: hf://${model} # The path to load the initial checkpoint from. Ignored if `folder` exists.
49+
initial_load_path: hf://${model_name} # The path to load the initial checkpoint from. Ignored if `folder` exists.
5050
initial_load_in_hf: true # If true, interpret initial_load_path as a HuggingFace model repo
5151
last_save_in_hf: true
5252
interval: 500

src/forge/data/dataset_metrics/metric_transform.py

Lines changed: 0 additions & 148 deletions
This file was deleted.

tests/unit_tests/data/__init__.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)