Contents

Llama Download

Contents

Tokenizer

1
curl -OL https://agi.gpt4.org/llama/LLaMA/tokenizer.model

7B

1
2
curl -OL https://agi.gpt4.org/llama/LLaMA/7B/consolidated.00.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/7B/params.json

13B

1
2
3
curl -OL https://agi.gpt4.org/llama/LLaMA/13B/consolidated.00.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/13B/consolidated.01.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/13B/params.json

30B

1
2
3
4
5
curl -OL https://agi.gpt4.org/llama/LLaMA/30B/consolidated.00.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/30B/consolidated.01.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/30B/consolidated.02.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/30B/consolidated.03.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/30B/params.json

65B

1
2
3
4
5
6
7
8
9
curl -OL https://agi.gpt4.org/llama/LLaMA/65B/consolidated.00.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/65B/consolidated.01.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/65B/consolidated.02.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/65B/consolidated.03.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/65B/consolidated.04.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/65B/consolidated.05.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/65B/consolidated.06.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/65B/consolidated.07.pth
curl -OL https://agi.gpt4.org/llama/LLaMA/65B/params.json