Unverified Commit db803b69 authored by kevinpro's avatar kevinpro Committed by GitHub
Browse files

Update convert_llama_weights_to_hf.py (#22525)

parent c6126280
......@@ -34,7 +34,7 @@ python src/transformers/models/llama/convert_llama_weights_to_hf.py \
Thereafter, models can be loaded via:
```py
from transformers import LlamaForCausalLM, LlamaForTokenizer
from transformers import LlamaForCausalLM, LlamaTokenizer
model = LlamaForCausalLM.from_pretrained("/output/path")
tokenizer = LlamaTokenizer.from_pretrained("/output/path")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment