fixed: name of executable was wrong

This commit is contained in:
daboe01 2023-06-14 12:30:07 +02:00
parent 7fff8782e3
commit 1e9980e20a

View file

@ -7,7 +7,7 @@ Basic usage instructions:
wget https://github.com/brunoklein99/deep-learning-notes/blob/master/shakespeare.txt
# train
../../train-text-from-scratch \
../../finetune \
--vocab-model ../models/ggml-vocab.bin \
--ctx 64 --embd 256 --head 8 --layer 16 \
--checkpoint-in chk-shakespeare-256x16.bin \