Skip to content

Commit b2fc820

Browse files
committed
removed test file; removed unused function
Signed-off-by: Joshua Rosenkranz <jmrosenk@us.ibm.com>
1 parent 4317273 commit b2fc820

File tree

2 files changed

+0
-57
lines changed

2 files changed

+0
-57
lines changed

aiu_fms_testing_utils/utils/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ def __download_file(url, filename):
4646
except requests.exceptions.RequestException as e:
4747
print(f"An error occurred: {e}")
4848

49-
def __get_dataset_as_prompt_list(dataset_path, dataset_getter, data_to_str):
50-
ds = dataset_getter(dataset_path)
51-
return data_to_str(ds)
52-
5349
def __sample_requests(
5450
prompt_list,
5551
num_requests: int,

test_encoder.py

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)