# If you don't want to use the default of ~/LLM, set TUT_PATH instead
install_dir="${TUT_PATH:-$HOME/LLM}"
mkdir -p $install_dir
echo ===Copying LLM Part 2 folder===
cp -r /project/scv/examples/machine_learning/tutorials/LLM/3 $install_dir

cd $install_dir/3
echo ===Installing SentSim===
source install.sh

# start the first module's notebook
echo ===Starting notebook===
thunar &
source notebook.sh
