Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,4 +1,12 @@
|
|
1 |
jupyterlab==3.6.1
|
2 |
jupyter-server==2.3.0
|
3 |
tornado==6.2
|
4 |
-
ipywidgets
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
jupyterlab==3.6.1
|
2 |
jupyter-server==2.3.0
|
3 |
tornado==6.2
|
4 |
+
ipywidgets
|
5 |
+
torch
|
6 |
+
transformers==4.38.2
|
7 |
+
datasets==2.16.1
|
8 |
+
accelerate==0.26.1
|
9 |
+
evaluate==0.4.1
|
10 |
+
bitsandbytes==0.42.0
|
11 |
+
trl==0.7.11
|
12 |
+
peft==0.8.2
|