m1pro
m1pro
Include the default values in the doc string in cases such as : ```python def foo(a: int = 3, name: str = 'bar'): pass ```
### Describe the bug The computation of lambda in this line: https://github.com/kornia/kornia/blob/52cee42a15f4828adf729e28931479ec5375ed20/kornia/augmentation/_2d/mix/cutmix.py#L90 should be: ```python lam = 1 - w.to(input.dtype) * h.to(input.dtype) / (width * height) # width_beta * height_beta...
I’d like opencode to provide detailed telemetry for each interaction with the model so I can see exactly what is sent and received. Specifically: Per-request and per-response token counts. A...