Skip to content

Commit

Permalink
Fix missing import in Llama 3 finetuning notebook
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707326361
  • Loading branch information
KCFindstr authored and copybara-github committed Dec 18, 2024
1 parent 16237de commit dae9e79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"import importlib\n",
"import os\n",
"import uuid\n",
"from typing import Tuple\n",
"\n",
"from google.cloud import aiplatform\n",
"\n",
Expand Down

0 comments on commit dae9e79

Please sign in to comment.