derek-thomas
commited on
Commit
·
764dfa6
1
Parent(s):
a10cca1
Adding /data/notebooks
Browse files- on_startup_user.sh +1 -0
on_startup_user.sh
CHANGED
@@ -24,6 +24,7 @@ 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 |
mv /tmp/tgi-notebooks-optimization/0*.ipynb /data/notebooks
|
28 |
|
29 |
# Remove the temporary clone directory
|
|
|
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
|