Skip to content

Commit 46650ca

Browse files
committed
fix capture
Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>
1 parent b760b61 commit 46650ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/safe-synthesizer-101.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
},
4343
"outputs": [],
4444
"source": [
45+
"%%capture\n",
4546
"# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n",
4647
"# SPDX-License-Identifier: Apache-2.0\n",
4748
"\n",
48-
"%%capture\n",
4949
"!uv pip install \"nemo-safe-synthesizer[engine,cu128]\" --index https://flashinfer.ai/whl/cu128 --index https://download.pytorch.org/whl/cu128 --index-strategy unsafe-best-match\n",
5050
"!uv pip install datasets\n"
5151
]

0 commit comments

Comments
 (0)