From 4ed9771cb07f12271a6d2861996d7be8e14fce36 Mon Sep 17 00:00:00 2001 From: by22Jy <122969909+by22Jy@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:12:35 +0800 Subject: [PATCH] fix: rename requirement.txt to requirements.txt Standard Python dependency file naming convention uses requirements.txt (plural). This fixes the typo to match the standard convention and the reference in README.md. Fixes #9 --- requirements.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..800670a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +transformers==4.49.0 +lm_eval==0.4.8 +accelerate==0.34.2 +antlr4-python3-runtime==4.11 +math_verify +sympy +hf_xet +pydantic==2.10.6 +gradio +datasets==3.2.0 +deepspeed==0.16.2 +trl==0.16.0 +tqdm==4.66.5 +peft==0.14.0 \ No newline at end of file