Spaces:
Runtime error
Runtime error
Update start_server.sh
Browse files- start_server.sh +2 -2
start_server.sh
CHANGED
@@ -4,8 +4,8 @@ JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
|
4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
5 |
make install
|
6 |
cd server
|
7 |
-
make install-flash-attention
|
8 |
-
cd ..
|
9 |
|
10 |
jupyter-lab \
|
11 |
--ip 0.0.0.0 \
|
|
|
4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
5 |
make install
|
6 |
cd server
|
7 |
+
# make install-flash-attention
|
8 |
+
# cd ..
|
9 |
|
10 |
jupyter-lab \
|
11 |
--ip 0.0.0.0 \
|