martingenzel commited on
Commit
71995a1
·
verified ·
1 Parent(s): 93e3275

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ bitsandbytes==0.45.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.13" and python_version >= "3.11"
2
+ peft==0.14.0 ; python_version >= "3.11" and python_version < "3.13"
3
+ torch==2.5.1 ; python_version >= "3.11" and python_version < "3.13"
4
+ transformers==4.46.3 ; python_version >= "3.11" and python_version < "3.13"