Skip to content

Commit

Permalink
echo message on console before running autogluon MM-quickstart notebook
Browse files Browse the repository at this point in the history
Message will be printed on the console for user to inform that autogluon multimodel-quick-start.ipynb only supports single GPU.
  • Loading branch information
bhavya2109sharma authored Dec 3, 2024
1 parent 04d11b2 commit 3e3ecb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_artifacts/v0/scripts/run_autogluon_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ ret=$?

if [ $ret -eq 0 ]
then
echo "This notebook only supports a single GPU setup. Running on multi-GPU systems may lead to unexpected errors"
jupyter nbconvert --execute --to python docs/tutorials/multimodal/multimodal_prediction/multimodal-quick-start.ipynb
fi

0 comments on commit 3e3ecb2

Please sign in to comment.