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

Moving notebooks to top level

Browse files
Files changed (1) hide show
  1. on_startup_user.sh +3 -3
on_startup_user.sh CHANGED
@@ -13,10 +13,10 @@
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 && 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
@@ -25,7 +25,7 @@ pip install -e . || exit 1
25
  git clone https://huggingface.co/derek-thomas/tgi-notebooks-optimization /tmp/tgi-notebooks-optimization
26
 
27
  # Move the contents to /data
28
- mv /tmp/tgi-notebooks-optimization/0*.ipynb /data/notebooks
29
 
30
  # Remove the temporary clone directory
31
  rm -rf /tmp/tgi-notebooks-optimization
 
13
  ## Remove the temporary clone directory
14
  #rm -rf /tmp/tgi-benchmark-notebooks
15
 
 
16
 
17
  # Install llmperf
18
+ cd /data
19
+ 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
 
25
  git clone https://huggingface.co/derek-thomas/tgi-notebooks-optimization /tmp/tgi-notebooks-optimization
26
 
27
  # Move the contents to /data
28
+ mv /tmp/tgi-notebooks-optimization/0*.ipynb /data
29
 
30
  # Remove the temporary clone directory
31
  rm -rf /tmp/tgi-notebooks-optimization