Skip to content

Commit

Permalink
add ignore_cached in lora (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
khai-meetkai authored Dec 12, 2024
1 parent 7f984ee commit 8f8bbaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions functionary/train/train_lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ class DataArguments:
default=False,
metadata={"help": "Whether to use lazy loading for the dataset or not"},
)
ignore_cached: bool = field(
default=False,
metadata={"help": "Whether to ignore cached tokenized data or not"},
)


@dataclass
Expand Down

0 comments on commit 8f8bbaa

Please sign in to comment.