Skip to content

Commit

Permalink
Merge pull request #11 from wektorz/fix_missing_dataset_dowload
Browse files Browse the repository at this point in the history
add missing dataset dowload to setup that caused train to fail in jupyter notebook
  • Loading branch information
AdityaNG authored May 9, 2024
2 parents 8842fad + 498168d commit 5f5b5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KAN_GPT.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"!git pull\n",
"# Download Dataset\n",
"!./scripts/download_webtext.sh\n",
"!./scripts/download_tinyshakespeare.sh\n",
"# Install dependencies\n",
"!pip install -r requirements.txt\n",
"!pip install -e ."
Expand Down

0 comments on commit 5f5b5d2

Please sign in to comment.