-
LoRaClass::random() reads the register once and returns the byte.
```c
byte LoRaClass::random() {
return readRegister(REG_RSSI_WIDEBAND);
}
```
This is wrong for two reasons:
1) LoRa ch…
-
had to change to tcxoVoltage=0 because the example code one just fails to run
Send
````from sx1262 import SX1262
import time
sx = SX1262(spi_bus=1, clk=14, mosi=15, miso=24, cs=13, ir…
nwgat updated
5 months ago
-
Dynamic LoRA (Low-Rank Adaptation) switching functionality, allowing users to change LoRA models on-the-fly during inference without reloading the entire model.
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports…
-
Hey, when trying to run Idefics_FT.ipynb on a H100 machine, I seem to be getting the problem described [here](https://github.com/bitsandbytes-foundation/bitsandbytes/issues/599). Is there a way around…
-
Github: https://github.com/rootonchair/diffuser_layerdiffuse
This project is a port to Diffusers, it allows you to run transparent image with SD1.5 (transparent only or joint generation) and SDXL (…
-
i configure my lora set on HSPI on ESP32 and use LoRaDuplexCallback function but only transmit but not receive data from node. Someone help me please!
My code:
```
#define lora_sck 14
#define lora…
-
Recently, I attempted to fit the DPO on my own dataset.
Initially, I tried to reproduce the results of your LORA model( 7.43 on MT-Bench).
However, I encountered some issues.
Despite using all you…
-
Hi there
What a cool project.
Do you know whether this will work with the LoRA T-Beam boards?
Thanks
Michael GM5AUG
-
It would be nice to have a `None` option for the LoRA loader that makes it act like a passthrough.