Initial LoRA training setup for SmolLM3-3B tool calling

This commit is contained in:
Jinx
2026-04-10 05:11:05 +00:00
commit 82348341b0
8 changed files with 995 additions and 0 deletions

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
torch>=2.5.0
transformers>=4.46.0
peft>=0.13.0
accelerate>=1.1.0
datasets>=3.0.0
bitsandbytes>=0.44.0
scipy