Fine-tune with NeMo, error: torch was declared as an extra build dependency

Hello I have a new Asus Ascent, and want to use Fine-tune with NeMo | DGX Spark .
However I get the following error:

root@a4db51d9bf54:/workspace/Automodel# uv sync --inexact --frozen --all-extras
–no-install-package torch
–no-install-package torchvision
–no-install-package triton
–no-install-package nvidia-cublas-cu12
–no-install-package nvidia-cuda-cupti-cu12
–no-install-package nvidia-cuda-nvrtc-cu12
–no-install-package nvidia-cuda-runtime-cu12
–no-install-package nvidia-cudnn-cu12
–no-install-package nvidia-cufft-cu12
–no-install-package nvidia-cufile-cu12
–no-install-package nvidia-curand-cu12
–no-install-package nvidia-cusolver-cu12
–no-install-package nvidia-cusparse-cu12
–no-install-package nvidia-cusparselt-cu12
–no-install-package nvidia-nccl-cu12
–no-install-package transformer-engine
–no-install-package nvidia-modelopt
–no-install-package nvidia-modelopt-core
–no-install-package flash-attn
–no-install-package transformer-engine-cu12
–no-install-package transformer-engine-torch
warning: The extra-build-dependencies option is experimental and may change without warning. Pass --preview-features extra-build-dependencies to disable this warning.
error: torch was declared as an extra build dependency with match-runtime = true, but was not found in the resolution

What could be the reason it is not working for me?
Thank you

Solved the issue by doing:
git checkout 0be83ba
@NVIDIA this should be considered to be added to the tutorial

Thanks for providing your solution ascent!

I will make the team aware to consider additing this to the tutorial.

Thanks,

Aharpster

At what part in the workflow did you need to enter this ?? Asking as I just acquired one myself and have been heavily interested in the NeMo framework !! :)

I added this in step 6 after
cd Automodel

@Aharpster

thank you