-
Dear author @yunkchen
Thanks for your awesome work!
I tried to run the lora training using my data, but the speed is very slow --- ~40s/it.
Training details:
512x512 model
2 GPUs - batch s…
-
LoRaSimpleGateway.ino Is unstable out of the box
I've Just changed this in LoRaSimpleGateway.ino
```
const long frequency = 433E6; // LoRa Frequency
const int csPin = 5; // LoRa radio…
-
In the HF Checkpointer, we warn the user that the adapter weights can't be converted to the PEFT format and will be converted to a torchtune format, but then we never save the adapter. [code](https://…
-
I tried to instantiate a bert model with the following code:
```rust
use candle_core::DType;
use candle_lora::LoraConfig;
use candle_lora_transformers::bert::{BertModel, Config};
use candle_nn::{…
-
Hi, lllyasviel released a version of Automatic1111 called Forge. Currently, loractl doesn't work with it. I get the following:
```
*** Error loading script: loractl.py
Traceback (most recent ca…
-
### Checklist
- [X] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed.…
-
### Describe the bug
i noticed that when i add ```align_device_hook``` to module in pipeline manually, then ```load_lora_weights``` function will enable the sequential cpu offload. so i dig deeper a…
-
[](https://github.com/cloneofsimo/lora) is a second-gen fine-tuning method. One of its goals is to have more sharable (that is, smaller) models by training only the delta, not the full model. This als…
-
### Reminder
- [x] I have read the README and searched the existing issues.
### System Info
- `llamafactory` version: 0.9.1.dev0
- Platform: Linux-5.4.0-152-generic-x86_64-with-glibc2.35
- Python…
-
I've just received my WiFi LoRa 32 (V3) 415~510 and I am getting errors when I try to compile the example LoRa send/receive examples.
I'm using:
Arduino IDE 2.0.4 on Windows 11
Board library - He…