derek-thomas
commited on
Commit
·
1560df7
1
Parent(s):
af546d0
Choosing relevant notebooks
Browse files- jupyterlab/on_startup.sh +1 -1
jupyterlab/on_startup.sh
CHANGED
|
@@ -12,7 +12,7 @@ mkdir -p $HOME/app/notebooks
|
|
| 12 |
git clone https://huggingface.co/derek-thomas/tgi-benchmark-notebooks /tmp/tgi-benchmark-notebooks
|
| 13 |
|
| 14 |
# Move the contents to $HOME/app/notebooks
|
| 15 |
-
mv /tmp/tgi-benchmark-notebooks
|
| 16 |
|
| 17 |
# Remove the temporary clone directory
|
| 18 |
rm -rf /tmp/tgi-benchmark-notebooks
|
|
|
|
| 12 |
git clone https://huggingface.co/derek-thomas/tgi-benchmark-notebooks /tmp/tgi-benchmark-notebooks
|
| 13 |
|
| 14 |
# Move the contents to $HOME/app/notebooks
|
| 15 |
+
mv /tmp/tgi-benchmark-notebooks/0*.ipynb $HOME/app/notebooks
|
| 16 |
|
| 17 |
# Remove the temporary clone directory
|
| 18 |
rm -rf /tmp/tgi-benchmark-notebooks
|