Skip to content
Snippets Groups Projects
Unverified Commit cf1201da authored by Chanh Le's avatar Chanh Le Committed by GitHub
Browse files

Remove llama_hub_url keyword from download_llama_dataset of command… (#12038)

Remove llama_hub_url keyword from download_llama_dataset of   command_line.py

TypeError: download_llama_dataset() got an unexpected keyword argument 'llama_hub_url'
parent 5c53f417
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,6 @@ def handle_download_llama_dataset( ...@@ -58,7 +58,6 @@ def handle_download_llama_dataset(
download_llama_dataset( download_llama_dataset(
llama_dataset_class=llama_dataset_class, llama_dataset_class=llama_dataset_class,
download_dir=download_dir, download_dir=download_dir,
llama_hub_url=llama_hub_url,
llama_datasets_lfs_url=llama_datasets_lfs_url, llama_datasets_lfs_url=llama_datasets_lfs_url,
llama_datasets_source_files_tree_url=llama_datasets_source_files_tree_url, llama_datasets_source_files_tree_url=llama_datasets_source_files_tree_url,
show_progress=True, show_progress=True,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment