GengzeZhou / NavGPT

[AAAI 2024] Official implementation of NavGPT: Explicit Reasoning in Vision-and-Language Navigation with Large Language Models
MIT License
149 stars 13 forks source link

Distributed validating #11

Open LambdaGuard opened 1 month ago

LambdaGuard commented 1 month ago

Hello! I am using LLaMA and I notice that you provide some distribute tools in distributed.py, while I did not find scripts to run parallel validating. Could you provide how to run inference on distributed GPUs? Thank you!