Skip to content

Commit

Permalink
add -r to mixtral
Browse files Browse the repository at this point in the history
  • Loading branch information
dstnluong-google committed Apr 23, 2024
1 parent 92a0289 commit 43c050a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"\n",
"delete_bucket = False # @param {type:\"boolean\"}\n",
"if delete_bucket:\n",
" ! gsutil -m rm $BUCKET_URI"
" ! gsutil -m rm -r $BUCKET_URI"
]
}
],
Expand Down

0 comments on commit 43c050a

Please sign in to comment.