fix-nvidia-llama3 (#3973)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
- google/gemma-7b
|
- google/gemma-7b
|
||||||
- google/codegemma-7b
|
- google/codegemma-7b
|
||||||
- meta/llama2-70b
|
- meta/llama2-70b
|
||||||
- meta/llama3-8b
|
- meta/llama3-8b-instruct
|
||||||
- meta/llama3-70b
|
- meta/llama3-70b-instruct
|
||||||
- mistralai/mixtral-8x7b-instruct-v0.1
|
- mistralai/mixtral-8x7b-instruct-v0.1
|
||||||
- fuyu-8b
|
- fuyu-8b
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
model: meta/llama3-70b
|
model: meta/llama3-70b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta/llama3-70b
|
zh_Hans: meta/llama3-70b-instruct
|
||||||
en_US: meta/llama3-70b
|
en_US: meta/llama3-70b-instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
model: meta/llama3-8b
|
model: meta/llama3-8b-instruct
|
||||||
label:
|
label:
|
||||||
zh_Hans: meta/llama3-8b
|
zh_Hans: meta/llama3-8b-instruct
|
||||||
en_US: meta/llama3-8b
|
en_US: meta/llama3-8b-instruct
|
||||||
model_type: llm
|
model_type: llm
|
||||||
features:
|
features:
|
||||||
- agent-thought
|
- agent-thought
|
||||||
|
@@ -26,8 +26,8 @@ class NVIDIALargeLanguageModel(OAIAPICompatLargeLanguageModel):
|
|||||||
'google/gemma-7b': '',
|
'google/gemma-7b': '',
|
||||||
'google/codegemma-7b': '',
|
'google/codegemma-7b': '',
|
||||||
'meta/llama2-70b': '',
|
'meta/llama2-70b': '',
|
||||||
'meta/llama3-8b': '',
|
'meta/llama3-8b-instruct': '',
|
||||||
'meta/llama3-70b': ''
|
'meta/llama3-70b-instruct': ''
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user