Skip to content

Commit 4184042

Browse files
committed
Fixing nits
Signed-off-by: Vladimir Suvorov <[email protected]>
1 parent 304cc84 commit 4184042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MaxText/examples/grpo_llama3_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
"source": [
9898
"# Configuration for GRPO training\n",
9999
"import os\n",
100-
"from re import M\n",
101100
"import MaxText\n",
101+
"from huggingface_hub import login\n",
102102
"\n",
103103
"# Set up paths (adjust if needed)\n",
104104
"MAXTEXT_REPO_ROOT = os.path.dirname(MaxText.__file__)\n",

0 commit comments

Comments
 (0)