derek-thomas commited on
Commit
8b72c17
·
1 Parent(s): a3b74de

Clone in /data

Browse files
Files changed (1) hide show
  1. on_startup_user.sh +1 -2
on_startup_user.sh CHANGED
@@ -16,8 +16,7 @@
16
  mkdir -p /data/notebooks
17
 
18
  # Install llmperf
19
- cd /data
20
- git clone https://github.com/ray-project/llmperf.git /data
21
  cd /data/llmperf
22
  git checkout afd137a || exit 1
23
  pip install -e . || exit 1
 
16
  mkdir -p /data/notebooks
17
 
18
  # Install llmperf
19
+ cd /data && git clone https://github.com/ray-project/llmperf.git
 
20
  cd /data/llmperf
21
  git checkout afd137a || exit 1
22
  pip install -e . || exit 1