AttributeError: type object 'AutoModelForCausalLM' has no attribute 'from_quantized'
#1
by
splunker
- opened
Tried installing using info from model card but received the following error:
AttributeError: type object 'AutoModelForCausalLM' has no attribute 'from_quantized'
using Colab notebook
Sorry, typo. Should have said AutoModelForCausalLM.from_pretrained(
- it's fixed now
Thanks!!
TheBloke
changed discussion status to
closed