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:
Yuxuan Xia 2024-02-26 10:13:10 +08:00 committed by GitHub
parent 28513f3978
commit 0c6aef0f47

View file

@ -147,9 +147,10 @@ jobs:
- name: Install Dependencies
shell: bash
run: |
pip install transformers==4.31.0
pip install einops
pip install thefuzz
pip install tiktoken
pip install transformers==4.31.0
pip install transformers_stream_generator
- name: Run C-Eval