-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error with the __init__() of gamba model #6
Comments
I have a similar issue when I was running test.sh:
|
seems bugs raised from tyro version, can you pls show me your tyro version info by running this command
|
As I change the tyro version from 0.8.10 to .8.5,the problem remains. I follow the solution from DJNing and get the error |
Here is my tyro info
|
change the line 441 in Gamba/core/gamba_models.py to |
Thank you for your great work.
As I was running the test.sh,I seemed to encounter a problem with the gamba_model.py
Traceback (most recent call last): File "gamba_infer.py", line 22, in <module> from core.gamba_models import Gamba File "/root/autodl-tmp/Gamba/core/gamba_models.py", line 349, in <module> class Gamba(torch.nn.Module): File "/root/autodl-tmp/Gamba/core/gamba_models.py", line 442, in Gamba def forward_gaussians(self, data): TypeError: __init__() takes 1 positional argument but 2 were given
The text was updated successfully, but these errors were encountered: