Skip to content

Commit

Permalink
Merge pull request #446 from kyoungje/kyoungje-patch-1
Browse files Browse the repository at this point in the history
Update run.ipynb to use export.py and --meta-llama parameter
  • Loading branch information
karpathy authored Feb 13, 2024
2 parents 6c8ac23 + 49d2992 commit 1fb5d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"token = \"replace your huggingface access token\" #@param {type:\"string\"}\n",
"path = snapshot_download(repo_id=\"meta-llama/Llama-2-7b\",cache_dir=\"Llama-2-7b\", use_auth_token=token)\n",
"\n",
"!python export_meta_llama_bin.py $path llama2_7b.bin\n",
"!python export.py llama2_7b.bin --meta-llama $path\n",
"\n",
"print(\"./run llama2_7b.bin\\n\")\n",
"!./run llama2_7b.bin"
Expand Down

0 comments on commit 1fb5d15

Please sign in to comment.