We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: