Lightning-AI / lit-llama

Implementation of the LLaMA language model based on nanoGPT. Supports flash attention, Int8 and GPTQ 4bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is tokenizer.model? tokenizer path

andreamigliorati opened this issue · comments

Hi, I'm confused about where to find the tokenizer:

--tokenizer_path checkpoints/lit-llama/tokenizer.model

Referring here to the readme:

image

Where can I download it?

Did you solve the problem?