[LLM] Small fixes for win igpu test for ipex 2.1 (#9686)

* Fixes to install for igpu performance tests

* Small update for core performance tests model lists
This commit is contained in:
Yuwen Hu 2023-12-14 15:39:51 +08:00 committed by GitHub
parent 3e8d198b57
commit 82ac2dbf55
2 changed files with 3 additions and 2 deletions

View file

@ -232,7 +232,8 @@ jobs:
- name: Prepare for install bigdl-llm from source - name: Prepare for install bigdl-llm from source
shell: bash shell: bash
run: | run: |
sed -i 's/"bigdl-core-xe==" + VERSION + "/"bigdl-core-xe/g' python/llm/setup.py sed -i 's/"bigdl-core-xe-21==" + VERSION + "/"bigdl-core-xe-21/g' python/llm/setup.py
sed -i 's/"bigdl-core-xe-21==" + VERSION/"bigdl-core-xe-21"/g' python/llm/setup.py
- name: Install bigdl-llm and other related packages - name: Install bigdl-llm and other related packages
shell: cmd shell: cmd

View file

@ -3,7 +3,7 @@ repo_id:
- 'THUDM/chatglm3-6b' - 'THUDM/chatglm3-6b'
- 'baichuan-inc/Baichuan2-7B-Chat' - 'baichuan-inc/Baichuan2-7B-Chat'
- 'internlm/internlm-chat-7b-8k' - 'internlm/internlm-chat-7b-8k'
- 'Qwen/Qwen-7B-Chat-10-12' - 'Qwen/Qwen-7B-Chat'
- 'BAAI/AquilaChat2-7B' - 'BAAI/AquilaChat2-7B'
- 'meta-llama/Llama-2-7b-chat-hf' - 'meta-llama/Llama-2-7b-chat-hf'
- 'WisdomShell/CodeShell-7B' - 'WisdomShell/CodeShell-7B'