Skip to content

Commit edc0181

Browse files
committed
Fix an error caused by the use of relative path.
1 parent 620e84f commit edc0181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integral/01_train/train_input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
seed: 12345678
22
train_paths:
3-
- "./data_train/"
3+
- "./tests/integral/01_train/data_train/"
44
model_args:
55
actv_fn: mygelu
66
embedding: {embd_sizes: null, init_beta: 5, type: thermal}

0 commit comments

Comments
 (0)