From 53327f14a19b8e40fef9928a4da85d0bbd609acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A4=A9=E6=B7=BB?= Date: Fri, 12 Sep 2025 14:07:17 +0800 Subject: [PATCH] dexvla update path --- model_examples/Dexvla/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/model_examples/Dexvla/README.md b/model_examples/Dexvla/README.md index 02bd353e..2f373107 100644 --- a/model_examples/Dexvla/README.md +++ b/model_examples/Dexvla/README.md @@ -130,7 +130,8 @@ 3. 下载[dexvla stage1 预训练权重](https://huggingface.co/lesjie/scale_dp_h/tree/main),将权重路径记做 stage1_weights ## 快速开始 -本任务主要提供**单机8卡**的训练脚本。 +本任务主要提供**单机8卡**的训练脚本。在DrivingSDK/model_examples/Dexvla/DexVLA目录下执行以下脚本进行训练。 + ### 开始训练 - 单机8卡stage2性能 -- Gitee