Merge pull request #420 from akshaytrikha/akshay/README_bugfix

README hugginface --> huggingface
This commit is contained in:
Andrej 2023-10-09 08:24:30 -07:00 committed by GitHub
commit 46ded11926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.