Update LLaMA-model.md (#1700)

protobuf needs to be 3.20.x or lower
This commit is contained in:
Lawrence M Stewart 2023-05-01 20:44:09 -07:00 committed by GitHub
parent f659415170
commit 78bd4d3a5c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ Once downloaded, it will be automatically applied to **every** `LlamaForCausalLM
1. Install the `protobuf` library: 1. Install the `protobuf` library:
``` ```
pip install protobuf pip install protobuf==3.20.1
``` ```
2. Use the script below to convert the model in `.pth` format that you, a fellow academic, downloaded using Meta's official link: 2. Use the script below to convert the model in `.pth` format that you, a fellow academic, downloaded using Meta's official link: