derek-thomas
commited on
Commit
·
a3b74de
1
Parent(s):
c51e6a8
Making dir early?
Browse files- on_startup_user.sh +2 -1
on_startup_user.sh
CHANGED
@@ -13,6 +13,8 @@
|
|
13 |
## Remove the temporary clone directory
|
14 |
#rm -rf /tmp/tgi-benchmark-notebooks
|
15 |
|
|
|
|
|
16 |
# Install llmperf
|
17 |
cd /data
|
18 |
git clone https://github.com/ray-project/llmperf.git /data
|
@@ -24,7 +26,6 @@ pip install -e . || exit 1
|
|
24 |
git clone https://huggingface.co/derek-thomas/tgi-notebooks-optimization /tmp/tgi-notebooks-optimization
|
25 |
|
26 |
# Move the contents to /data
|
27 |
-
mkdir -p /data/notebooks
|
28 |
mv /tmp/tgi-notebooks-optimization/0*.ipynb /data/notebooks
|
29 |
|
30 |
# Remove the temporary clone directory
|
|
|
13 |
## Remove the temporary clone directory
|
14 |
#rm -rf /tmp/tgi-benchmark-notebooks
|
15 |
|
16 |
+
mkdir -p /data/notebooks
|
17 |
+
|
18 |
# Install llmperf
|
19 |
cd /data
|
20 |
git clone https://github.com/ray-project/llmperf.git /data
|
|
|
26 |
git clone https://huggingface.co/derek-thomas/tgi-notebooks-optimization /tmp/tgi-notebooks-optimization
|
27 |
|
28 |
# Move the contents to /data
|
|
|
29 |
mv /tmp/tgi-notebooks-optimization/0*.ipynb /data/notebooks
|
30 |
|
31 |
# Remove the temporary clone directory
|