ameerazam08
commited on
Commit
•
34cfb62
1
Parent(s):
eb37c98
Create install.sh
Browse files- install.sh +5 -0
install.sh
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip install -U bitsandbytes
|
2 |
+
pip install -U git+https://github.com/huggingface/transformers.git
|
3 |
+
pip install -U git+https://github.com/huggingface/peft.git
|
4 |
+
pip install -U git+https://github.com/huggingface/accelerate.git
|
5 |
+
pip install -U datasets scipy ipywidgets matplotlib
|