-
**Describe the bug**
The sample has
```c
if (bt_conn_set_security(conn, BT_SECURITY_L2)) {
printk("Failed to set security\n");
}
```
in the `connected` callback, but it seems to fail to d…
-
**Describe the bug**
When using Flash Attention (--use-flash-attention true) to train Qwen2VL model with mixed data (both image and text data), the code will yield the following error
```
[rank0]: …
-
Hello guys :smile:
**Describe the bug**
I'm trying to erase the flash memory from a thread (with priority 1). But when in another thread (priority 7) I have a ```k_msgq_get``` with a timeout of ``…
-
I would like to ask the exact speed benchmarking configuration in the paper, as they are not mentioned. I test the kernel on RTX 4090, pytorch 2.4 cu118 and the corresponding triton version. The resul…
-
**Describe the bug**
The test `tests/subsys/zbus/publish_stats/message_bus.zbus.publish_stats` fails
Observed for:
- `nrf52840dk/nrf52840`
- `nrf52dk/nrf52832`
- `nrf54l15dk/nrf54l15/cpuapp`
-…
-
Hello,
I have tried the THC ADC plugin from Phil Barrett. I had the web builder built the firmware accordingly and flashed it to my Teensy.
I then made a few tests, just with a potentiometer instea…
-
While testing repeated firmware updates, cycling between two versions, with a random power cycler, the system failed after about 3000 update operations.
The problem was in ``image_validate.c`` fun…
-
Hi.
What should the response be when using the afe test.
I have a flashing LED when using the afe test.
Thank you
-
**Describe the bug**
Issue noticed whilst testing https://github.com/zephyrproject-rtos/zephyr/pull/49552
It seems that with a sysbuild project, with multiple images e.g. sample application and mcub…
-
Hello,I applied FA3 in the fine-tuning of the qwen2 model, using an H800 machine. The test was slower than FA2 under the same conditions.
I used FlashAttnFunc.forward in hopper/flash_attn_interface…