update example

This commit is contained in:
Gavin Li
2024-07-31 03:52:35 +00:00
parent 044146707a
commit 3271020355

View File

@@ -6,7 +6,12 @@
"id": "bfd29d17-9756-464f-b692-41ff20f41148",
"metadata": {},
"outputs": [],
"source": []
"source": [
"# if you see Errors like: ValueError: `rope_scaling` must be a dictionary with two fields, `type` and `factor`\n",
"# need to upgrade transformers to >= 4.43.0\n",
"\n",
"# !pip install transformers==4.43.3 "
]
},
{
"cell_type": "code",