Skip to content

Commit fb22a00

Browse files
lukasgdRMeli
andauthored
Update docs/guides/mlp_tutorials/llm-inference.md
Co-authored-by: Rocco Meli <[email protected]>
1 parent d0476fd commit fb22a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/mlp_tutorials/llm-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ This squashfs file is essentially a compressed container image, which can be run
120120
We will use our freshly-built container `ngc-pytorch+24.01.sqsh` in the following steps to run a PyTorch script that loads the Google Gemma-7B model and performs some inference with it.
121121

122122
!!! note
123-
In order to import a container image from a registry without building additional layers on top of it, we can directly use `enroot` (without `podman`). This is useful in this tutorial if we want to use a more recent NGC Pytorch container that was released since `24.11`. Use the following syntax for importing the `25.06` release:
123+
In order to import a container image from a registry without building additional layers on top of it, we can directly use `enroot` (without `podman`). This is useful in this tutorial if we want to use a more recent NGC PyTorch container that was released since `24.11`. Use the following syntax for importing the `25.06` release:
124124

125125
```bash
126126
enroot import -x mount \

0 commit comments

Comments
 (0)