-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathoptimized_models.json
39 lines (39 loc) · 1 KB
/
optimized_models.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"models": [
{
"name": "meta-llama/Llama-2-7b-Onnx-Dml",
"icon": "meta",
"author": "Meta",
"link":"https://github.com/microsoft/Llama-2-Onnx",
"type": "Text Generation"
},
{
"name": "microsoft/Mistral-7B-v0.1-onnx",
"icon": "hf",
"author": "mistralai",
"link":"https://huggingface.co/microsoft/Mistral-7B-v0.1-onnx",
"type": "Text Generation"
},
{
"name": "microsoft/falcon-7B-onnx",
"icon": "hf",
"author": "tiiuae",
"link":"https://huggingface.co/microsoft/falcon-7B-onnx",
"type": "Text Generation"
},
{
"name": "stabilityai/sdxl-vae",
"icon": "hf",
"author": "stabilityai",
"link":"https://huggingface.co/stabilityai/sdxl-vae",
"type": "Image Generation"
},
{
"name": "NVlabs/stylegan2-ada-pytorch",
"icon": "hf",
"author": "NVLabs",
"link":"https://github.com/NVlabs/stylegan2-ada-pytorch",
"type": "Image Generation"
}
]
}