Add base llama-65b model

This commit is contained in:
Webifi
2023-09-01 18:06:04 -05:00
parent 69b107e8f7
commit 4f18d40000

View File

@@ -52,20 +52,21 @@ const chatModelBase = {
} as ModelDetail
export const chatModels : Record<string, ModelDetail> = {
// 'enoch/llama-65b-hf': {
// ...chatModelBase,
// label: 'Petals - Llama-65b'
// },
// 'codellama/CodeLlama-34b-Instruct-hf ': {
// ...chatModelBase,
// label: 'Petals - CodeLlama-34b',
// max: 2048
// },
'enoch/llama-65b-hf': {
...chatModelBase,
label: 'Petals - Llama-65b',
max: 2048
},
'timdettmers/guanaco-65b': {
...chatModelBase,
label: 'Petals - Guanaco-65b',
max: 2048
},
// 'codellama/CodeLlama-34b-Instruct-hf ': {
// ...chatModelBase,
// label: 'Petals - CodeLlama-34b',
// max: 2048
// },
// 'meta-llama/Llama-2-70b-hf': {
// ...chatModelBase,
// label: 'Petals - Llama-2-70b'