From 78bd4d3a5ce9eb03b45c3f3ded5e0aff72060ff8 Mon Sep 17 00:00:00 2001 From: Lawrence M Stewart Date: Mon, 1 May 2023 20:44:09 -0700 Subject: [PATCH] Update LLaMA-model.md (#1700) protobuf needs to be 3.20.x or lower --- docs/LLaMA-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LLaMA-model.md b/docs/LLaMA-model.md index 53d19c11..338d458b 100644 --- a/docs/LLaMA-model.md +++ b/docs/LLaMA-model.md @@ -25,7 +25,7 @@ Once downloaded, it will be automatically applied to **every** `LlamaForCausalLM 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: