Add requirements.txt
Browse files- 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"
|