Skip to content

Commit

Permalink
remove extra imports
Browse files Browse the repository at this point in the history
Signed-off-by: HuiyingLi <[email protected]>
  • Loading branch information
HuiyingLi committed Nov 19, 2024
1 parent 9da1646 commit fdc0d11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tutorials/llm/llama-3/nemo2-sft-peft/nemo2-sft.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,9 @@
},
"outputs": [],
"source": [
"from datasets import load_dataset\n",
"from typing import List, Optional\n",
"from nemo.collections.common.tokenizers import TokenizerSpec\n",
"from nemo.lightning.io.mixin import IOMixin\n",
"from nemo.collections.llm.gpt.data.fine_tuning import FineTuningDataModule\n",
"import json\n",
"from nemo.utils import logging\n",
"import numpy as np\n",
"import shutil\n",
"\n",
"class DollyDataModule(FineTuningDataModule, IOMixin):\n",
" def __init__(\n",
Expand Down

0 comments on commit fdc0d11

Please sign in to comment.