Skip to content
Snippets Groups Projects
Unverified Commit 9cf520f3 authored by Alexandru-Mihai GHERGHESCU's avatar Alexandru-Mihai GHERGHESCU
Browse files

[fix] Add the tokenizer inside the Dockerfile recipe

parent fc41c4d2
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@ RUN pip install fairscale sentencepiece fire && \
# add the llama repo
RUN git clone https://github.com/facebookresearch/llama /llama
# add the tokenizer
ADD tokenizer.model /llama/tokenizer.model
# add the weights
ADD llama-2-7b-chat/ /llama/llama-2-7b-chat/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment