Update req.py
Browse files
req.py
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
pip install -
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
!pip install -q -U transformers datasets trl
|
2 |
+
!pip install -q -U bitsandbytes
|
3 |
+
|
4 |
+
# !pip install -q -U git+https://github.com/huggingface/transformers
|
5 |
+
#!pip install -q -U git+https://github.com/huggingface/peft.git
|
6 |
+
!pip install -q -U git+https://github.com/huggingface/accelerate.git
|