-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodel_library.json
110 lines (110 loc) · 3.24 KB
/
model_library.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"phi_2_gguf": {
"config_list": [
{
"model": "TheBloke/phi-2-GGUF",
"base_url": "base_url",
"api_key": "api_key",
"temperature": 0.5
}
],
"cache_seed": "None",
"max_tokens": 4096
},
"phi_3_mini_4k_instruct_q4": {
"config_list": [
{
"model": "microsoft/Phi-3-mini-4k-instruct-gguf/Phi-3-mini-4k-instruct-q4.gguf",
"base_url": "base_url",
"api_key": "api_key",
"temperature": 0.5
}
],
"cache_seed": "None",
"max_tokens": 4096
},
"llama_3_1_8B_instruct_Q8_0": {
"config_list": [
{
"model": "lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF/Meta-Llama-3.1-8B-Instruct-Q8_0.gguf",
"base_url": "base_url",
"api_key": "api_key",
"temperature": 0.7
}
],
"cache_seed": "None",
"max_tokens": 16000
},
"internlm2_5_20b_chat_q3_k_m": {
"config_list": [
{
"model": "internlm/internlm2_5-20b-chat-gguf/internlm2_5-20b-chat-q3_k_m.gguf",
"base_url": "base_url",
"api_key": "api_key",
"temperature": 0.7
}
],
"cache_seed": "None",
"max_tokens": 12000
},
"Meta-Llama-3.1-8B-Instruct-Q8_0.gguf": {
"config_list": [
{
"model": "lmstudio-community/Meta-Llama-3.1-8B-Instruct-GGUF/Meta-Llama-3.1-8B-Instruct-Q8_0.gguf",
"base_url": "http://localhost:1234/v1",
"api_key": "lm-studio",
"temperature": 0.5
}
],
"cache_seed": null,
"max_tokens": 1024
},
"internlm2_5-20b-chat-q3_k_m.gguf": {
"config_list": [
{
"model": "internlm/internlm2_5-20b-chat-gguf/internlm2_5-20b-chat-q3_k_m.gguf",
"base_url": "http://localhost:1234/v1",
"api_key": "lm-studio",
"temperature": 0.5
}
],
"cache_seed": null,
"max_tokens": 1024
},
"phi-3-mini-4k-instruct-q4": {
"config_list": [
{
"model": "phi-3-mini-4k-instruct-q4",
"base_url": "http://localhost:1234/v1",
"api_key": "lm-studio",
"temperature": 0.7
}
],
"cache_seed": null,
"max_tokens": 1024
},
"meta-llama-3.1-8b-instruct-q8_0": {
"config_list": [
{
"model": "meta-llama-3.1-8b-instruct-q8_0",
"base_url": "http://localhost:1234/v1",
"api_key": "lm-studio",
"temperature": 0.7
}
],
"cache_seed": null,
"max_tokens": 1024
},
"internlm2_5-20b-chat-q3_k_m": {
"config_list": [
{
"model": "internlm2_5-20b-chat-q3_k_m",
"base_url": "http://localhost:1234/v1",
"api_key": "lm-studio",
"temperature": 0.7
}
],
"cache_seed": null,
"max_tokens": 1024
}
}