From 262e377bf40d7bbc387e0f2f05ceb01167248e8d Mon Sep 17 00:00:00 2001 From: Eitan Turok Date: Thu, 1 Aug 2024 05:31:37 +0000 Subject: [PATCH] fix imports --- llmfoundry/eval/datasets/in_context_learning_evaluation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/llmfoundry/eval/datasets/in_context_learning_evaluation.py b/llmfoundry/eval/datasets/in_context_learning_evaluation.py index 1aec254c82..31bf213797 100644 --- a/llmfoundry/eval/datasets/in_context_learning_evaluation.py +++ b/llmfoundry/eval/datasets/in_context_learning_evaluation.py @@ -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: