From 1047e2fa1cb5ba505c456cb6a197f0b5bdfd048c Mon Sep 17 00:00:00 2001 From: thinhlpg Date: Thu, 3 Apr 2025 18:17:33 +0700 Subject: [PATCH] chore: update .gitignore and requirements for unsloth versions --- .gitignore | 1 + requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b7bc93..b5487e9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ models/ model/ graveyard/ eval_logs/ +downloaded_model/ # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/requirements.txt b/requirements.txt index 8c6581d..61a9f99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ langchain langchain-community Markdown tokenizers -unsloth==2025.3.6 -unsloth_zoo==2025.3.4 +unsloth==2025.2.14 +unsloth_zoo==2025.2.7 unstructured vllm==0.7.2