-
I have a use case to provide some automation to update a package A to version X across many repositories. Some goals:
1. If a package B depends on A in its lock file, and A is at version < X, then …
-
When applying constraints from one shape to the rest of the cohort, if there are shapes that haven't been loaded yet (e.g. > 16), then the cutting plane won't properly apply:
![image](https://githu…
-
- If OH & OT can't exist at the axis (has to be QS), then we should enforce the target field to have mirror ratio = 0 on axis
- Probably don't need any extra BCs on x_lmn at the axis, because if B(et…
-
### Steps to Reproduce
```
import numpy as np
import cpmpy as cp
table = np.array([[1, 2], [3, 4]])
variable = cp.intvar(1, 4, shape = 2)
model = cp.Model([cp.Table(variable, table)])
m…
-
Great work! Do you know how to convert your bvh to smpl?
-
Hi everyone,
There are initial cardinality constraints defined in the SHACL shapes (FE-DCAT-AP-SHACLshapes.ttl),
but it would be really helpful if someone could double check these?
Thank you in a…
-
### 🚀 The feature, motivation and pitch
If you're using PT2 with a custom triton kernel, and the custom triton kernel takes a tl.constexpr parameter, then we specialize the dynamic shape (https://git…
-
### User Story
As a Smithy-Dafny user,
I do not want to enforce AWS Services' server side validations
in my Smithy-Dafny generated clients,
as that makes the clients brittle to Service changes.
…
-
example code:
```
import torch
@torch.compile(backend="aot_eager_decomp_partition")
def f(x):
return x.sin().sin()
with torch._dynamo.utils.maybe_enable_compiled_autograd(True):
…
-
I've noticed that pyro.distributions.RelaxedOneHotCategorical tends to underflow pretty dramatically if you decrease the temperature below 0.3 or so with many categories. I've been adding a slight mod…