Commit a1dc20dd authored by huangwb's avatar huangwb
Browse files

Merge branch 'add_path_tgi' into '0.2.5.rc1'

add path for llama2-7b-tgi config

See merge request dcutoolkit/deeplearing/opencompass!2
parents c1e81762 175effee
...@@ -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