Drop llama 65b and guanaco 65b - unstable in swarm

This commit is contained in:
Webifi 2023-07-24 19:56:05 -05:00
parent 38d38bf948
commit 190bf16ce6
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ export const supportedModels : Record<string, ModelDetail> = {
'gpt-4-32k': modelDetails['gpt-4-32k'],
'gpt-4-32k-0314': modelDetails['gpt-4-32k'],
'gpt-4-32k-0613': modelDetails['gpt-4-32k'],
'enoch/llama-65b-hf': modelDetails['enoch/llama-65b-hf'],
'timdettmers/guanaco-65b': modelDetails['timdettmers/guanaco-65b'],
// 'enoch/llama-65b-hf': modelDetails['enoch/llama-65b-hf'],
// 'timdettmers/guanaco-65b': modelDetails['timdettmers/guanaco-65b'],
'meta-llama/Llama-2-70b-hf': modelDetails['meta-llama/Llama-2-70b-hf'],
'meta-llama/Llama-2-70b-chat-hf': modelDetails['meta-llama/Llama-2-70b-chat-hf']
}