CCockrum commited on
Commit
bbed83f
·
verified ·
1 Parent(s): 06a8979

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  streamlit
2
  requests
3
  pillow
@@ -7,14 +8,13 @@ scikit-learn
7
  torch
8
  torchvision
9
  tqdm
 
 
10
  plotly
11
  umap-learn
 
 
12
  open-clip-torch
13
  transformers
14
- sentencepiece
15
- accelerate
16
-
17
-
18
-
19
-
20
-
 
1
+ # Core
2
  streamlit
3
  requests
4
  pillow
 
8
  torch
9
  torchvision
10
  tqdm
11
+
12
+ # Visualization
13
  plotly
14
  umap-learn
15
+
16
+ # Model Inference
17
  open-clip-torch
18
  transformers
19
+ sentencepiece # needed for FLAN and many tokenizers
20
+ accelerate # recommended for faster model loading