-
Hi
I'm writing sketch for esp32 board with event driven model when send/receive.
I got exception when have tried print SNR & frequency error in onReceive callback like this:
`Serial.printf("% 10d…
-
I'm quite shaky on the math, but would it be possible to pad a lower rank LoRA (with zeros, or something else) in order to merge a lower rank LoRA with a higher rank?
I've been playing with SVD dis…
-
#622 fixes issue #609 for loading HF models into a sharded representation. But now when I try to serialize a PEFT model I'm getting a similar error as before:
```
ValueError: Received incompatible…
-
**What API design would you like to have changed or added to the library? Why?**
l guess maybe the param low_cpu_mem_usage need to be added in load_lora_weight method of StableDiffusionXLLoraLoad…
-
Hi,
I've been trying to apply LoRA to the VITS model (hence the pull request for the conv1d). Turns out just using Lora for the text encoder transformer isn't enough, and Im not sure if I should re…
-
Hello!
My problem is that I am receiving a packet with name and value, but I need to separate these. I need to separate the "buff", the packet received is: Received packet 'Bovino20.00'. I would l…
-
Currently, we don't apply QLoRA to either the output projection or token embeddings. There's no great reason to not apply quantization to output projections, we simply don't do this due to limitations…
-
I run this:
python3 test/test_e2e/launch_server.py
and get the following error:
File "/S-LoRA-main/slora/models/peft/lora_unordered_batch_infer.py", line 13, in
from slora._kernels import …
-
Dear Edward,
Thanks for your contribution to the community.
But I couldn't re-implement your experiments by using the scripts you wrote in the LoRA/examples/NLG.
I feel down and don't know wh…
-
```
WebFontConfig = {
google: {
families: ['Lora:400&text=LOGOTEXT','Fira Sans:300,500','Cousine:latin,cyrillic']
}
};
(function(d) {
var wf = d.createElement('script'), s = d.scripts[0]…