Skip to content

Commit

Permalink
Merge pull request #22 from yumemio/main
Browse files Browse the repository at this point in the history
fix: `NotImplementedError` in download_dataset
  • Loading branch information
AdityaNG authored Jul 14, 2024
2 parents 7117646 + 6a3abd8 commit 31ad768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kan_gpt/download_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def main(args):
download_webtext()
elif args.dataset == "tinyshakespeare":
download_tinyshakespeare()

raise NotImplementedError
else:
raise NotImplementedError


if __name__ == "__main__":
Expand Down

0 comments on commit 31ad768

Please sign in to comment.