nateraw commited on
Commit
a304891
·
1 Parent(s): 036c3b5

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -0
start_server.sh CHANGED
@@ -2,6 +2,8 @@
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
 
 
5
 
6
  jupyter-lab \
7
  --ip 0.0.0.0 \
 
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
+ make install
6
+ make install-flash-attention
7
 
8
  jupyter-lab \
9
  --ip 0.0.0.0 \