We have deployed NVIDIA TAO 5.3 API on an EKS cluster and successfully trained various models.
I noticed in the TAO source code (and kubectl logs) that base experiment files are pulled from NGC at the time of PTM attachment to the experiment.
We would like to use TAO in a setting where there is no network internet access.
- How can we fetch pretrained networks and store them locally in advance?
- After deploying TAO in the no-network environment, is there a way to tell TAO to look for PTMs (i.e.
base_experiment
files) locally, so it doesn’t try and reach out to NGC server?
5 posts - 2 participants