Skip to content

Commit

Permalink
Remove duplicate duplicate arg in CLI (run-llama#9289)
Browse files Browse the repository at this point in the history
remove duplicate
  • Loading branch information
Disiok authored Dec 4, 2023
1 parent 91647d1 commit d3dec16
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions llama_index/command_line/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ def main() -> None:
default=LLAMA_DATASETS_LFS_URL,
help="URL to llama datasets.",
)
llamadataset_parser.add_argument(
"--llama-datasets-lfs-url",
type=str,
default=LLAMA_DATASETS_LFS_URL,
help="URL to llama datasets.",
)
llamadataset_parser.set_defaults(
func=lambda args: handle_download_llama_dataset(**vars(args))
)
Expand Down

0 comments on commit d3dec16

Please sign in to comment.