Arno Gobbin

Results 6 issues of Arno Gobbin

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

Waiting on Author

### Description ```python import jax.lax as lax import jax.numpy as jnp lax.conv_general_dilated( jnp.ones((2, 4, 8, 8)), jnp.ones((4, 4, 3, 3)), window_strides=(1, 1), lhs_dilation=(2, 2), padding=((1, 1), (1, 1)), ) ```...

bug
Apple GPU (Metal) plugin

- VSCode Version: 1.85.0 - Local OS Version: macOS Sonoma 14.1.2 (23B92) - Remote OS Version: Windows 11 - Remote Extension/Connection Type: Tunnel -> WSL2 -> (not working) Dev Containers...

containers
feature-request
tunnels

This adds pydantic models for borg's CLI outputs (fixes #8338). Sadly I can't try to run these tests locally; when trying to run tox or `pip install borg` I get...

## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? It's an ISSUE (suggestion for docs improvement...

documentation
c: json api

### Description This MLP fails to run with jax-metal: ```python import flax.linen as nn import jax import jax.numpy as jnp import jax.typing as jt class MLP(nn.Module): mid_features: tuple[int, ...] out_features:...

bug