"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "e3fc99aee9bb207fcfd570fa366919f8b594905b"
Commit 175effee authored by huangwb's avatar huangwb
Browse files

add path for llama2-7b-tgi config

parent c1e81762
...@@ -14,6 +14,7 @@ from opencompass.models import TGIBASEAPI ...@@ -14,6 +14,7 @@ from opencompass.models import TGIBASEAPI
models = [ models = [
dict( dict(
abbr='llama2_7b_tgi', abbr='llama2_7b_tgi',
path='/models/llama2/Llama-2-7b-hf',
type=TGIBASEAPI, type=TGIBASEAPI,
url='http://localhost:3001/generate', url='http://localhost:3001/generate',
meta_template= None, meta_template= None,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment