-
### The problem
I have a [shelly plug-s](https://www.shelly.com/de/products/shop/shelly-plus-plug-s-1), which I can not integrate into my home assistant:
1. The shelly integration does recogniz…
-
### Context
OpenVINO component responsible for support of JAX/Flax models is called as JAX Frontend (JAX FE). JAX FE converts a JAX/Flax model represented by `ClosedJAXpr` graph object with operation…
-
### The problem
I am getting a warning like below in my logs, but I don't have ZHA installed anymore.
I removed ZHA recently and switched the SkyConnect firmware to Thread so I could use it for Matt…
-
Can you please provide your inference code for Qwen2-VL-7B model. I am getting only 41.3% for the standard-4 choices case.
Below is my inference code.
-
Filing this mostly so there's a record somehere.
The report descriptor fixup `uclogic_rdesc_v1_pen_template_arr` sets `Usage (Digitizer)` but the kernel differs between "Digitizer" (for external ta…
whot updated
4 months ago
-
I don't think we have an issue filed about this and apparently I forgot to file this when we talked about it. Anyway, in a webgpu.h standardization meeting we talked about the problem in the title. Th…
-
In the new software update of tracker2.0 , vive reopened the touchpad function of tracker, but the steam input system still has no trackpad option in tracker thumb, only have the ordinary buttons. I h…
-
### The problem
Getting warning of something stopping startup.
See logs:
### What version of Home Assistant Core has the issue?
Core 2024.11
### What was the last working version of Home A…
-
### Expected behavior
I hope to build my own photonic neural network and successfully start training it
### Actual behavior
In fact, once I ran it, I got the following error and was unable to train…
-
### 🐛 Describe the bug
```python
import torch
@torch.compile(backend="eager")
def f(x):
if x.numel() >= 1024:
x += 5
return x
else:
x = x * 2
return…