derek-thomas
commited on
Commit
·
c51e6a8
1
Parent(s):
764dfa6
Cloning into data
Browse files- on_startup_user.sh +2 -2
on_startup_user.sh
CHANGED
@@ -15,8 +15,8 @@
|
|
15 |
|
16 |
# Install llmperf
|
17 |
cd /data
|
18 |
-
git clone https://github.com/ray-project/llmperf.git
|
19 |
-
cd llmperf
|
20 |
git checkout afd137a || exit 1
|
21 |
pip install -e . || exit 1
|
22 |
|
|
|
15 |
|
16 |
# Install llmperf
|
17 |
cd /data
|
18 |
+
git clone https://github.com/ray-project/llmperf.git /data
|
19 |
+
cd /data/llmperf
|
20 |
git checkout afd137a || exit 1
|
21 |
pip install -e . || exit 1
|
22 |
|