Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 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 |
+
datasets
|
| 6 |
+
absl-py
|
| 7 |
+
sentencepiece
|
| 8 |
+
nltk
|
| 9 |
+
bitsandbytes
|
| 10 |
+
peft==0.5.0
|
| 11 |
+
datasets==2.19.1
|