You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Llama 2
2
2
3
-
We are unlocking the power of large language models. Our latest version of Llama is now accessible to individuals, creators, researchers and businesses of all sizes so that they can experiment, innovate and scale their ideas responsibly.
3
+
We are unlocking the power of large language models. Our latest version of Llama is now accessible to individuals, creators, researchers, and businesses of all sizes so that they can experiment, innovate, and scale their ideas responsibly.
4
4
5
-
This release includes model weights and starting code for pretrained and fine-tuned Llama language models — ranging from 7B to 70B parameters.
5
+
This release includes model weights and starting code for pre-trained and fine-tuned Llama language models — ranging from 7B to 70B parameters.
6
6
7
7
This repository is intended as a minimal example to load [Llama 2](https://ai.meta.com/research/publications/llama-2-open-foundation-and-fine-tuned-chat-models/) models and run inference. For more detailed examples leveraging Hugging Face, see [llama-recipes](https://github.com/facebookresearch/llama-recipes/).
8
8
@@ -18,11 +18,11 @@ In order to download the model weights and tokenizer, please visit the [Meta web
18
18
19
19
Once your request is approved, you will receive a signed URL over email. Then run the download.sh script, passing the URL provided when prompted to start the download.
20
20
21
-
Pre-requisites: Make sure you have `wget` and `md5sum` installed. Then to run the script: `./download.sh`.
21
+
Pre-requisites: Make sure you have `wget` and `md5sum` installed. Then run the script: `./download.sh`.
22
22
23
23
Keep in mind that the links expire after 24 hours and a certain amount of downloads. If you start seeing errors such as `403: Forbidden`, you can always re-request a link.
24
24
25
-
### Access on Hugging Face
25
+
### Access to Hugging Face
26
26
27
27
We are also providing downloads on [Hugging Face](https://huggingface.co/meta-llama). You must first request a download from the Meta website using the same email address as your Hugging Face account. After doing so, you can request access to any of the models on Hugging Face and within 1-2 days your account will be granted access to all versions.
28
28
@@ -32,9 +32,9 @@ You can follow the steps below to quickly get up and running with Llama 2 models
32
32
33
33
1. In a conda env with PyTorch / CUDA available clone and download this repository.
34
34
35
-
2. In the toplevel directory run:
35
+
2. In the top-level directory run:
36
36
```bash
37
-
pip install -e.
37
+
pip install -e.
38
38
```
39
39
3. Visit the [Meta website](https://ai.meta.com/resources/models-and-libraries/llama-downloads/) and register to download the model/s.
0 commit comments