Error with adapter ?

#2
by nelkh - opened

Hi ! I just wanted to try your code but I can't run it beacause of an error on adapter which is not an argument for "from_quantized".
An idea to fix it ? πŸ€”

model = HQQModelForCausalLM.from_quantized(model_id, adapter='adapter_v0.1.lora')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: HQQWrapper.from_quantized() got an unexpected keyword argument 'adapter'

I have this issue...

Mobius Labs GmbH org

Hi, you need to install from git as mentioned in the page:
try pip uninstall hqq; pip install git+https://github.com/mobiusml/hqq.git

mobicham changed discussion status to closed

Sign up or log in to comment