Skip to content

Commit 63edd48

Browse files
committed
fix CI
Signed-off-by: Yuchen Zhang <yuchenz@nvidia.com>
1 parent ade282c commit 63edd48

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

examples/notebooks/eval_harbor_atif_interop.ipynb

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
4747
"# Install nat-eval, RAGAS evaluator plugin, and langchain (needed by RAGAS for LLM wrapping).\n",
4848
"#\n",
4949
"# For development on this branch, install from local source:\n",
50-
"!uv pip install -q -e ../../packages/nvidia_nat_eval -e ../../packages/nvidia_nat_ragas -e ../../packages/nvidia_nat_langchain\n",
50+
"!uv pip install -q \\\n",
51+
" -e ../../packages/nvidia_nat_eval \\\n",
52+
" -e ../../packages/nvidia_nat_ragas \\\n",
53+
" -e ../../packages/nvidia_nat_langchain\n",
5154
"#\n",
5255
"# For released versions, use:\n",
5356
"# !uv pip install nvidia-nat-eval nvidia-nat-ragas nvidia-nat-langchain"
@@ -185,7 +188,10 @@
185188
" \"observation\": {\n",
186189
" \"results\": [\n",
187190
" {\n",
188-
" \"content\": '{\\n \"returncode\": -1,\\n \"output\": \"\", \"exception_info\": \"action was not executed\"\\n}'\n",
191+
" \"content\": (\n",
192+
" '{\"returncode\": -1, \"output\": \"\",'\n",
193+
" ' \"exception_info\": \"action was not executed\"}'\n",
194+
" )\n",
189195
" }\n",
190196
" ]\n",
191197
" },\n",
@@ -261,7 +267,10 @@
261267
" {\"content\": '{\\n \"returncode\": 0,\\n \"output\": \"total 12\\\\n...\\\\n\"\\n}'},\n",
262268
" {\"content\": '{\\n \"returncode\": 0,\\n \"output\": \"\"\\n}'},\n",
263269
" {\n",
264-
" \"content\": '{\\n \"returncode\": -1,\\n \"output\": \"\", \"exception_info\": \"action was not executed\"\\n}'\n",
270+
" \"content\": (\n",
271+
" '{\"returncode\": -1, \"output\": \"\",'\n",
272+
" ' \"exception_info\": \"action was not executed\"}'\n",
273+
" )\n",
265274
" },\n",
266275
" ]\n",
267276
" },\n",
@@ -352,7 +361,10 @@
352361
" \"observation\": {\n",
353362
" \"results\": [\n",
354363
" {\n",
355-
" \"content\": '{\\n \"returncode\": -1,\\n \"output\": \"\", \"exception_info\": \"action was not executed\"\\n}'\n",
364+
" \"content\": (\n",
365+
" '{\"returncode\": -1, \"output\": \"\",'\n",
366+
" ' \"exception_info\": \"action was not executed\"}'\n",
367+
" )\n",
356368
" }\n",
357369
" ]\n",
358370
" },\n",

0 commit comments

Comments
 (0)