Skip to content

Commit

Permalink
Merge branch 'dev/richard/1570' of github.com:whylabs/langkit into de…
Browse files Browse the repository at this point in the history
…v/richard/1570
  • Loading branch information
richard-rogers committed Sep 30, 2024
2 parents 4a1b0c5 + fe1fd2e commit bc0caba
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 bc0caba

Please sign in to comment.