Sumit404 commited on
Commit
1adbed7
·
verified ·
1 Parent(s): a7c032c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- # Step 1: Install core PyPI packages with pinned versions
2
- pip install torch==2.5.1 transformers==4.55.4 peft==0.5.0 gradio==3.39.0 requests==2.31.0 --use-deprecated=legacy-resolver
3
-
4
- # Step 2: Install unsloth from GitHub
5
- pip install git+https://github.com/unslothai/unsloth.git#egg=unsloth[cu121] --use-deprecated=legacy-resolver
 
 
1
+ torch==2.5.1
2
+ transformers==4.55.4
3
+ peft==0.5.0
4
+ gradio==3.39.0
5
+ requests==2.31.0
6
+ git+https://github.com/unslothai/unsloth.git#egg=unsloth[cu121]