* temporary stop other perf test * Add framework for core performance test with one test model * Small fix and add platform control * Comment out lp for now * Add missing ymal file * Small fix * Fix sed contents * Small fix * Small path fixes * Small fix * Add update to ftp * Small upload fix * add chatglm3-6b * LLM: add model names * Keep repo id same as ftp and temporary make baichuan2 first priority * change order * Remove temp if false and separate pr and nightly results * Small fix --------- Co-authored-by: jinbridge <2635480475@qq.com>
28 lines
797 B
YAML
28 lines
797 B
YAML
repo_id:
|
|
- 'THUDM/chatglm2-6b'
|
|
- 'THUDM/chatglm3-6b'
|
|
- 'baichuan-inc/Baichuan2-7B-Chat'
|
|
- 'internlm/internlm-chat-7b-8k'
|
|
- 'Qwen/Qwen-7B-Chat-10-12'
|
|
- 'BAAI/AquilaChat2-7B'
|
|
- 'meta-llama/Llama-2-7b-chat-hf'
|
|
- 'WisdomShell/CodeShell-7B'
|
|
- 'tiiuae/falcon-7b-instruct-with-patch'
|
|
local_model_hub: 'D:\llm-models'
|
|
warm_up: 1
|
|
num_trials: 3
|
|
num_beams: 1 # default to greedy search
|
|
low_bit: 'sym_int4' # default to use 'sym_int4' (i.e. symmetric int4)
|
|
in_out_pairs:
|
|
- '32-32'
|
|
- '1024-128'
|
|
test_api:
|
|
- "transformer_int4"
|
|
# - "native_int4"
|
|
# - "optimize_model"
|
|
# - "pytorch_autocast_bf16"
|
|
# - "ipex_fp16_gpu" # on Intel GPU
|
|
# - "transformer_int4_gpu" # on Intel GPU
|
|
# - "optimize_model_gpu" # on Intel GPU
|
|
# - "deepspeed_transformer_int4_cpu" # on Intel SPR Server
|
|
|