Commit
·
93d4ebf
1
Parent(s):
482309d
Installing llmperf
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -4,4 +4,8 @@ jupyterlab-vimrc==0.5.2
|
|
4 |
jupyter-server==2.3.0
|
5 |
tornado==6.2
|
6 |
ipywidgets
|
7 |
-
git+https://github.com/ray-project/llmperf.git
|
|
|
|
|
|
|
|
|
|
4 |
jupyter-server==2.3.0
|
5 |
tornado==6.2
|
6 |
ipywidgets
|
7 |
+
git+https://github.com/ray-project/llmperf.git
|
8 |
+
huggingface-hub
|
9 |
+
transformers
|
10 |
+
pandas
|
11 |
+
datasets
|