-
I tried to extract a LoRA from `Xwin-LM/Xwin-Math-70B-V1.1` and got this:
```
delta_weight = new_weight - base_weight
~~~~~~~~~~~^~~~~~~~~~~~~
RuntimeError: The size of tensor…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Contact Details
_No response_
### What should this feature add?
If I have to switch between "I don't need Lo…
-
If I train a SDXL Lora and decide to use it on a SD 1.5 model, will it work using X-Adapter?
-
### Expected Behavior
Finish generation
### Actual Behavior
Lora and Controlnet would stop mid generation, with an error message or not, as if it is just hanging.
The workflow hasn't changed…
-
Are there any plans to support LoRA?
If so, I assume the `.safetensors` file will need to be converted with the model?
-
running the LORA extractor isn't doing anything. it used to work months ago... but haven't tried it till now....
command terminal isn't showing any errors, the progress bar runs and says successful…
-
and there is no tutorial in here so i can't understand what should i do to train lora
https://rentry.org/lora_train#training-loras
i just learned about your colab but the problem is the language so …
-
Hi there!
I've encountered an issue with the `adatpter_model.safetensors` in my project, and I'm seeking guidance on how to handle `lm_head` and `embed_tokens` within the specified modules. Here's …
-
Ask the Critic training how much video memory is required at least, I used two 3090ti 24G, but to tip that video memory is not enough. Is there a way to adjust some parameters to make my program w…
-
Hi,
is there a way to ignore packets comming in that isn't intended for the receiving device? To pick a example:
```
void onReceive(int packetSize) {
if (packetSize == 0) return; // if…