mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
typo
This commit is contained in:
parent
e14493885b
commit
278e14ed85
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ def load_hf_dataset(dataset_def: Dataset):
|
|||
|
||||
dataset = hf_datasets.Dataset.from_pandas(df)
|
||||
|
||||
# drop rows not specified by schema
|
||||
# drop columns not specified by schema
|
||||
if dataset_def.dataset_schema:
|
||||
dataset = dataset.select_columns(list(dataset_def.dataset_schema.keys()))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue