Skip to content

Commit 5b71556

Browse files
authored
Merge pull request #163 from mongodb-developer/pre-commit-patch
Fixing pre-commit checks
2 parents bee88ab + e240824 commit 5b71556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/rag/rag_pipeline_kerasnlp_mongodb_gemma2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@
17211721
"source": [
17221722
"# Testing Gemma\n",
17231723
"%time result = gemma_lm.generate(\"What are your current capabilities?\", max_length=256)\n",
1724-
"to_markdown(result) # noqa: F821"
1724+
"to_markdown(result)"
17251725
]
17261726
},
17271727
{

0 commit comments

Comments
 (0)