diff --git a/README.md b/README.md index b7a3205..4889816 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ python tokenizer.py --tokenizer-model=/path/to/CodeLlama-7b-Instruct/tokenizer.m ./run codellama2_7b_instruct.bin -m chat -z /path/to/CodeLlama-7b-Instruct/tokenizer.bin ``` -## hugginface models +## huggingface models We can load any huggingface models that use the Llama 2 architecture. See the script [export.py](export.py) and the `--hf` flag to export the model .bin file.