diff options
| author | zitian-gao <zitian.gao@outlook.com> | 2025-05-27 16:45:31 +0800 |
|---|---|---|
| committer | zitian-gao <zitian.gao@outlook.com> | 2025-05-27 16:45:31 +0800 |
| commit | 7c792461c8e4e4f1f8734fed143630c74e76b27f (patch) | |
| tree | cf6341ff9f2727424751da7a11a3bea6c39015bb /Qwen2.5-Eval/evaluation/requirements.txt | |
| parent | 16815c8c5ec263c4bd1a0af60030c1c0efa1421e (diff) | |
init eval
Diffstat (limited to 'Qwen2.5-Eval/evaluation/requirements.txt')
| -rw-r--r-- | Qwen2.5-Eval/evaluation/requirements.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Qwen2.5-Eval/evaluation/requirements.txt b/Qwen2.5-Eval/evaluation/requirements.txt new file mode 100644 index 0000000..46cd1bf --- /dev/null +++ b/Qwen2.5-Eval/evaluation/requirements.txt @@ -0,0 +1,15 @@ +# common +vllm +tqdm +datasets +torch +transformers +python_dateutil +flash_attn + +# math_eval +sympy==1.12 +antlr4-python3-runtime==4.11.1 # ! The version needs to be compatible with sympy. +word2number +Pebble +timeout-decorator
\ No newline at end of file |
