-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello authors, I'm glad you were able to open source this work, and congratulations on getting NeurIPS2024. I've been following your work since Gamba, and there are two questions I'd like to ask during the reproduction process.
When I'm using a single 4090 computer and running it with the “accelerate launch --config_file acc_configs/gpu1.yaml main.py mvgamba --workspace /root/Results/workspace_mvgamba” command, the following error will appear:
Traceback (most recent call last):
File "/home/dionysus/mamba/MVGamba/main.py", line 6, in
from core.options import AllConfigs
File "/home/dionysus/mamba/MVGamba/core/options.py", line 125, in
AllConfigs = tyro.extras.subcommand_type_from_defaults(config_defaults, config_doc)
File "/home/dionysus/anaconda3/envs/mvgamba/lib/python3.10/site-packages/tyro/extras/_base_configs.py", line 134, in subcommand_type_from_defaults
assert len(defaults) >= 2, "At least two subcommands are required."
AssertionError: At least two subcommands are required.
And I'm having the same problem with reproducing Gamba. And running it with the “abash ./scripts/mvgamba_dist.sh --machine_rank 0” command, the following error will appear:
accelerate [] launch: error: argument --machine_rank/--machine-rank: expected one argument
Hope to hear back from you