Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 9e57659

Browse files
authored
Merge pull request #81 from lmstudio-ai/llama3
Llama 3
2 parents c138354 + 337b022 commit 9e57659

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

models/Llama-3-8B-Instruct.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"_descriptorVersion": "0.0.1",
3+
"datePublished": "2024-04-19T01:00:31.000Z",
4+
"name": "Llama 3 - 8B Instruct",
5+
"description": "MetaAI's latest Llama model is here. Llama 3 comes in two sizes: 8B and 70B. Llama 3 is pretrained on over 15T tokens that were all collected from publicly available sources. Meta's training dataset is seven times larger than that used for Llama 2, and it includes four times more code.",
6+
"author": {
7+
"name": "Meta AI",
8+
"url": "https://ai.meta.com",
9+
"blurb": "Pushing the boundaries of AI through research, infrastructure and product innovation."
10+
},
11+
"numParameters": "7B",
12+
"resources": {
13+
"canonicalUrl": "https://llama.meta.com/llama3/",
14+
"paperUrl": "https://ai.meta.com/blog/meta-llama-3/",
15+
"downloadUrl": "https://huggingface.co/lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF"
16+
},
17+
"trainedFor": "chat",
18+
"arch": "llama",
19+
"files": {
20+
"highlighted": {
21+
"economical": {
22+
"name": "Meta-Llama-3-8B-Instruct-Q4_K_M.gguf"
23+
}
24+
},
25+
"all": [
26+
{
27+
"name": "Meta-Llama-3-8B-Instruct-Q4_K_M.gguf",
28+
"url": "https://huggingface.co/lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q4_K_M.gguf",
29+
"sizeBytes": 4920733888,
30+
"quantization": "Q4_K_S",
31+
"format": "gguf",
32+
"sha256checksum": "ab9e4eec7e80892fd78f74d9a15d0299f1e22121cea44efd68a7a02a3fe9a1da",
33+
"publisher": {
34+
"name": "LM Studio Community",
35+
"socialUrl": "https://huggingface.co/lmstudio-community"
36+
},
37+
"respository": "lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF",
38+
"repositoryUrl": "https://huggingface.co/lmstudio-community/Meta-Llama-3-8B-Instruct-GGUF"
39+
}
40+
]
41+
}
42+
}

0 commit comments

Comments
 (0)