Skip to content

Commit

Permalink
fixing pathing for stage 3 model download
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Sep 13, 2023
1 parent 85f2c39 commit 53ee8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
" --data.sort_by_length=True \\\n",
" --model.ctx_len=4096 \\\n",
" --model.bptt_learning_range=2 \\\n",
" --model.load_model=\"../model/{FILENAME_PREFIX}-mem-ctx-8k.pth\""
" --model.load_model=\"../model/{FILENAME_PREFIX}-mem-ctx-512.pth\""
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
" --data.sort_by_length=True \\\n",
" --model.ctx_len=4096 \\\n",
" --model.bptt_learning_range=2 \\\n",
" --model.load_model=\"../model/{FILENAME_PREFIX}-mem-ctx-8k.pth\""
" --model.load_model=\"../model/{FILENAME_PREFIX}-mem-ctx-512.pth\""
]
},
{
Expand Down

0 comments on commit 53ee8f4

Please sign in to comment.