Skip to content

Commit

Permalink
Update huggingface_langkit_whylabs.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers authored Sep 30, 2024
1 parent ba754cb commit fe1fd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langkit/examples/huggingface_langkit_whylabs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"from langkit import llm_metrics # alternatively use 'light_metrics'\n",
"import whylogs as why\n",
"\n",
"why.init(session_type='whylabs_anonymous')\n",
"why.init(upload_on_log=True)\n",
"# Note: llm_metrics.init() downloads models so this is slow first time.\n",
"schema = llm_metrics.init()"
]
Expand Down

0 comments on commit fe1fd2e

Please sign in to comment.