From a2918176ea629e5ae98b2012bc413fd16b4b9cc0 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Tue, 18 Jul 2023 13:21:18 -0700 Subject: [PATCH] Update LLaMA-v2-model.md (thanks Panchovix) --- docs/LLaMA-v2-model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/LLaMA-v2-model.md b/docs/LLaMA-v2-model.md index ac06ccf6..55c6aa76 100644 --- a/docs/LLaMA-v2-model.md +++ b/docs/LLaMA-v2-model.md @@ -8,10 +8,10 @@ To convert LLaMA-v2 from the `.pth` format provided by Meta to transformers form cd llama ``` -2) Clone the code in [this PR](https://github.com/huggingface/transformers/pull/24891): +2) Clone the transformers library: ``` -git clone 'https://github.com/ArthurZucker/transformers' -b llama-tests +git clone 'https://github.com/huggingface/transformers' ```