Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Harness/All other tasks left #9449

Closed
wants to merge 24 commits into from
Closed
Prev Previous commit
Next Next commit
fix env
Chen, Zhentao committed Nov 13, 2023
commit 77f4e3baf911e358e29c009274ae853577ee5af4
6 changes: 3 additions & 3 deletions .github/workflows/llm-harness-evaluation.yml
Original file line number Diff line number Diff line change
@@ -95,10 +95,10 @@ jobs:
env:
USE_XETLA: OFF
SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS: 1
HF_HOME: $HARNESS_HF_HOME
HF_DATASETS: $HARNESS_HF_HOME/datasets
HF_DATASETS_CACHE: $HARNESS_HF_HOME/datasets
run: |
export HF_HOME=${HARNESS_HF_HOME}
export HF_DATASETS=$HARNESS_HF_HOME/datasets
export HF_DATASETS_CACHE=$HARNESS_HF_HOME/datasets
source /opt/intel/oneapi/setvars.sh
python run_llb.py --model bigdl-llm --pretrained ${MODEL_PATH} --precision ${{ matrix.precision }} --device xpu --tasks ${{ matrix.task }} --batch_size 1 --no_cache