Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Turok committed Aug 1, 2024
1 parent 95869eb commit 262e377
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions llmfoundry/eval/datasets/in_context_learning_evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,6 @@ def read_dataset(
Dataset as HFDataset,) # pyright: ignore[reportGeneralTypeIssues]
from datasets import (
load_dataset,) # pyright: ignore[reportGeneralTypeIssues]
from datasets import (
,
)
if 'hf://' in dataset_uri:
dataset_uri = dataset_uri.replace('hf://', '')
if hf_loading_vars is None:
Expand Down

0 comments on commit 262e377

Please sign in to comment.