Does it support LoRa loading

#2
by Theoldsong - opened

I directly used LoRa, but got an error

The size of tensor a (8388608) must match the size of tensor b (4096) at non-singleton dimension 1

Don't fuse the Lora to the model. You can use Loras as usual but you can't fuse a lora to a quantized model.

Don't fuse the Lora to the model. You can use Loras as usual but you can't fuse a lora to a quantized model.

OK,Thanks

Sign up or log in to comment