derek-thomas HF staff commited on
Commit
5bfa4f9
·
1 Parent(s): ea66313

Adding notebook clone command

Browse files
Files changed (1) hide show
  1. jupyterlab/on_startup.sh +1 -0
jupyterlab/on_startup.sh CHANGED
@@ -4,4 +4,5 @@
4
  # git clone https://github.com/huggingface/transformers.git
5
  # cd transformers && pip install -e ".[dev]"
6
  git config --global credential.helper store
 
7
  echo "All good"
 
4
  # git clone https://github.com/huggingface/transformers.git
5
  # cd transformers && pip install -e ".[dev]"
6
  git config --global credential.helper store
7
+ git clone https://huggingface.co/derek-thomas/tgi-benchmark-notebooks $HOME/app
8
  echo "All good"