Skip to content

Commit

Permalink
Merge pull request #420 from akshaytrikha/akshay/README_bugfix
Browse files Browse the repository at this point in the history
README hugginface --> huggingface
  • Loading branch information
karpathy authored Oct 9, 2023
2 parents 3356bca + c97befa commit 46ded11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 46ded11

Please sign in to comment.