Skip to content

Commit

Permalink
update kernel name
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanalreddy committed Aug 8, 2024
1 parent 6ae22c4 commit dc0d202
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"source": [
"### Setup\n",
"\n",
"This lab needs a special kernel to run, please run the following cell. Then select the kernel `langchain_kernel` in the top right before going forward in the notebook."
"This lab needs a special kernel to run, please run the following cell. Then select the kernel `langchain_components_kernel` in the top right before going forward in the notebook."
]
},
{
Expand All @@ -140,7 +140,7 @@
},
"outputs": [],
"source": [
"!cd ~/asl-ml-immersion && make langchain_kernel"
"!cd ~/asl-ml-immersion && make langchain_components_kernel"
]
},
{
Expand Down Expand Up @@ -1486,15 +1486,15 @@
"toc_visible": true
},
"environment": {
"kernel": "langchain_kernel",
"kernel": "langchain_components_kernel",
"name": "workbench-notebooks.m123",
"type": "gcloud",
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m123"
},
"kernelspec": {
"display_name": "langchain_kernel (Local)",
"display_name": "langchain_components_kernel (Local)",
"language": "python",
"name": "langchain_kernel"
"name": "langchain_components_kernel"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit dc0d202

Please sign in to comment.