-
The following will overwrite the input file.
```
xan fmt --output input.csv input.csv
```
Most beautifiers have an "in place" mode where the file being formatted will be replaced with the improved…
-
```python
import torch
import thunder
def forward(x):
return x.mul_(2)
x = torch.ones(3, requires_grad=True)
v = torch.ones_like(x, requires_grad=False)
# PyTorch Eager errors out.
#…
-
* A custom text inplace editor
T19696 - Communicating the value between question and property
https://surveyjs.answerdesk.io/internal/ticket/details/T19696
* Rich Edit:
T19547 - Rich Content Edit…
-
Most non trivial operations are not constexpr, e.g. `push_back`, `operator[]`, and Non Trivial constructors are not constexpr.
Root cause seem to `begin` not being constexpr:
See signature in th…
-
Hello,
Regarding inplace modification of PyTorch tensors, there are already multiple (#254, #262, #272) issues. I would also like to point out that according to PyTorch docs for [mark_dirty()](https:…
-
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [243, 17, 512]], which is output 0 of ReluBackward0, is at version…
-
### Failure cluster [df7a596c0e6648ecbdd1](https://go.k8s.io/triage#df7a596c0e6648ecbdd1)
##### Error text:
```
[FAILED] Timed out after 300.001s.
expected pod to be running and ready, got…
dims updated
19 hours ago
-
```julia
using Optimisers, Reactant
ps = (; a = randn(10),)
ps_ra = Reactant.to_rarray(ps)
st_opt = Optimisers.setup(Optimisers.Adam(0.1), ps_ra)
gs_ra = Reactant.to_rarray((; a = randn(10),))
func…
-
can replace the hint with v-slot:details
something like that
-
numpy returns scalars instead of 0d arrays:
```python
import numpy as np
import array_api_strict as xps
xps.mean(xps.asarray(4, dtype=xps.float32)).__iadd__(1)
np.mean(np.asarray(4, dtype=np.…