Skip to content
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

error in dreambooth.ipynb (Unit 3) #48

Open
phananh03x opened this issue Jan 29, 2023 · 0 comments
Open

error in dreambooth.ipynb (Unit 3) #48

phananh03x opened this issue Jan 29, 2023 · 0 comments

Comments

@phananh03x
Copy link

I tried to run the 'notebook_launcher' function and got error:

/usr/local/lib/python3.8/dist-packages/bitsandbytes/functional.py in optimizer_update_8bit_blockwise(optimizer_name, g, p, state1, state2, beta1, beta2, eps, step, lr, qmap1, qmap2, absmax1, absmax2, weight_decay, gnorm_scale, skip_zeros)
950
951 if g.dtype == torch.float32 and state1.dtype == torch.uint8:
--> 952 str2optimizer8bit_blockwise[optimizer_name][0](
953 get_ptr(p),
954 get_ptr(g),

NameError: name 'str2optimizer8bit_blockwise' is not defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant