Skip to content

Commit

Permalink
stage 2 D2048 tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 25, 2023
1 parent 687fe99 commit 2e12b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"source": [
"# Download the model directly (stop gap till HF sync issues is resolved)\n",
"!cd \"{TRAINER_DIR}\" && cd \"../model/\" && \\\n",
" wget -nc https://huggingface.co/rwkv-x-dev/rwkv-x-playground/resolve/main/experiment/rwkv-x-exp/v5-headsize2x/v5-hs2x-L6-D4096-E0_1-enwiki-instruct.pth\n",
" wget -nc https://huggingface.co/rwkv-x-dev/rwkv-x-playground/resolve/main/experiment/rwkv-x-exp/v5-headsize2x/v5-hs2x-L6-D2048-E0_1-enwiki-instruct.pth\n",
"\n",
"!cd \"{TRAINER_DIR}\" && cd \"../model/\" && \\\n",
" ls -alh ."
Expand Down

0 comments on commit 2e12b0b

Please sign in to comment.