Add einops dependency for C-Eval (#10234)
* Add c-eval workflow and modify running files * Modify the chatglm evaluator file * Modify the ceval workflow for triggering test * Modify the ceval workflow file * Modify the ceval workflow file * Modify ceval workflow * Adjust the ceval dataset download * Add ceval workflow dependencies * Modify ceval workflow dataset download * Add ceval test dependencies * Add ceval test dependencies * Correct the result print * Fix the nightly test trigger time * Fix ChatGLM loading issue * Add einops dependency
This commit is contained in:
parent
28513f3978
commit
0c6aef0f47
1 changed files with 2 additions and 1 deletions
3
.github/workflows/llm-c-evaluation.yml
vendored
3
.github/workflows/llm-c-evaluation.yml
vendored
|
|
@ -147,9 +147,10 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install transformers==4.31.0
|
pip install einops
|
||||||
pip install thefuzz
|
pip install thefuzz
|
||||||
pip install tiktoken
|
pip install tiktoken
|
||||||
|
pip install transformers==4.31.0
|
||||||
pip install transformers_stream_generator
|
pip install transformers_stream_generator
|
||||||
|
|
||||||
- name: Run C-Eval
|
- name: Run C-Eval
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue