Skip to content

BitsAndBytesConfig cannot resolve torch.bfloat16#419

Open
qiisziilbash wants to merge 2 commits intoNielsRogge:masterfrom
qiisziilbash:Mistral-bnb_4bit_compute_dtype
Open

BitsAndBytesConfig cannot resolve torch.bfloat16#419
qiisziilbash wants to merge 2 commits intoNielsRogge:masterfrom
qiisziilbash:Mistral-bnb_4bit_compute_dtype

Conversation

@qiisziilbash
Copy link
Copy Markdown

from transformers import BitsAndBytesConfig
quantization_config = BitsAndBytesConfig(
            load_in_4bit=True,
            bnb_4bit_quant_type="nf4",
            bnb_4bit_compute_dtype="torch.bfloat16",
)

Errors out:

AttributeError: module 'torch' has no attribute 'torch.bfloat16'

@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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

Successfully merging this pull request may close these issues.

2 participants