Updated LLaMA model (markdown)

oobabooga 2023-03-16 11:39:49 -03:00
parent d8496f8444
commit 0d7932146b

@ -6,7 +6,7 @@ Throughout this tutorial, we are going to use `llama-7b` as an example, but the
## Installation
1. Uninstall your existing `transformers` (if any) and install the patched version:
1. Uninstall your existing `transformers` (if any) and install the dev branch:
```
pip uninstall transformers