diff options
| author | Yuren Hao <yurenh2@timan108.cs.illinois.edu> | 2025-09-04 22:16:22 -0500 |
|---|---|---|
| committer | Yuren Hao <yurenh2@timan108.cs.illinois.edu> | 2025-09-04 22:16:22 -0500 |
| commit | fc6d57ffb8d5ddb5820fcc00b5491a585c259ebc (patch) | |
| tree | e9841f93a353e2107225cfc721d1ce57c0e594dc /Qwen2.5-Eval/evaluation/requirements.txt | |
Initial commit
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 |
