* add nv longbench * LongBench: NV code to ipex-llm * ammend * add more models support * ammend * optimize LongBench's user experience * ammend * ammend * fix typo * ammend * remove cuda related information & add a readme * add license to python scripts & polish the readme * ammend * ammend --------- Co-authored-by: cyita <yitastudy@gmail.com> Co-authored-by: ATMxsp01 <shou.xu@intel.com> Co-authored-by: leonardozcm <leonardo1997zcm@gmail.com>
7 lines
No EOL
156 B
Bash
Executable file
7 lines
No EOL
156 B
Bash
Executable file
#! /bin/sh
|
|
|
|
export HF_ENDPOINT=https://hf-mirror.com
|
|
|
|
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
|
|
python ${SHELL_FOLDER}/pred.py
|
|
python ${SHELL_FOLDER}/eval.py |