Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/megatron/bridge/data/builders/finetuning_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

import logging
from functools import lru_cache
from pathlib import Path
from typing import Any, Optional, Union

Expand Down Expand Up @@ -178,7 +177,6 @@ def _build_datasets(self) -> list[Optional[Any]]:

return [train_ds, valid_ds, test_ds]

@lru_cache
def _create_dataset(
self,
path: Union[str, Path],
Expand Down