Jetson-storage error?

Visual Language Models (VLM) with Jetson Platform Services — Jetson Platform Services documentation

Storage — Jetson Platform Services documentation

When I run docker compose up without connecting jetson-storage to nvme0n1, the directory /data/genai-volume/models/ is created, and the VLM model is downloaded. However, when I connect jetson-storage and run docker compose up, the directory /data/genai-volume/models/ is not created, and the VLM model is not downloaded. I want to connect jetson-storage and download the model. How can I achieve this?

platform: Jetson Orin AGX AVermedia D315, Jetpack 6.1

Hi,
Here are some suggestions for the common issues:

1. Performance

Please run the below command before benchmarking deep learning use case:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

2. Installation

Installation guide of deep learning frameworks on Jetson:

3. Tutorial

Startup deep learning tutorial:

4. Report issue

If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.

Thanks!

I had already done them all.

Can you have a try with below command line before run docker compose up
$ sudo chmod -R 777 /data/genai-volume/

I change docker data-root to /mnt/nvme/docker

It’s done

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.