Hello. Thank you for this cool Albanian LLM. Could you upload tokenizer.model file, please?

#1
by NikolayKozloff - opened

I tried to convert your model to ggml using convert.py from llama.cpp github repo but encountered this error:
C:\kcp>python convert.py al/
Loading model file al\pytorch_model.bin
vocabtype: spm
Traceback (most recent call last):
File "C:\kcp\convert.py", line 1325, in
main()
File "C:\kcp\convert.py", line 1313, in main
vocab = load_vocab(vocab_dir, args.vocabtype)
File "C:\kcp\convert.py", line 1247, in load_vocab
raise FileNotFoundError(
FileNotFoundError: Could not find tokenizer.model in al or its parent; if it's in another directory, pass the directory as --vocab-dir

NikolayKozloff changed discussion title from Hello. Thank you for this cool Albanian LLM. Could you you upload tokenizer.model file, please? to Hello. Thank you for this cool Albanian LLM. Could you upload tokenizer.model file, please?

Sign up or log in to comment