-
### 🐛 Describe the bug
```python
import torch
@torch.compile(backend="eager", fullgraph=True)
def ok(x):
return tuple(x.to(torch.int64).tolist())
assert ok(torch.tensor([1, 3])) == (1,…
-
Python example is broken: https://github.com/dmlc/xgboost/blob/master/demo/guide-python/custom_softmax.py
Hi, the Python example for custom softmax is now broken. Running it gives TypeError: only l…
-
### Describe the issue:
We noticed that array + scalar promotion differs between numpy 1.X and 2.X in an unexpected way. For example:
```python
>>> import numpy as np
>>> import ml_dtypes
>>> n…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:2.4-20241021-1dcc393e-amd64
- Deployment mode(standalone or cluster)…
-
## Abstract
This ticket stands to clean `CategoryObject` and `Parent` with respect to:
- hacks and too specialized methods (e.g. `base` or `_ngens_`)
- undocumented and old (e.g. `sage.structure.ge…
-
Right now the TorchMD_Net module is tied to the idea that only one thing (and maybe its derivative) is returned:
https://github.com/torchmd/torchmd-net/blob/a11684710d6ba22b29acbf709bfbc05b93f3402d/t…
-
I'd like to make an rgl widget, but I'm having trouble getting started, because the examples I've seen start with a Javascript library, rather than starting with R code. Here's what I'm thinking of d…
-
File upload works great if Upload is a direct input parameter of a query or nested in an array, but fails if it is nested.
Here are the examples to demonstrate:
with this in schema:
```
type…
ivans updated
2 years ago
-
Is ther a way to keep up to date the `scalarSchemas` option with my `zodValidations` in a `shared package`?
The only way that I can think of right now is copying & pasting my zodValidations and se…
-
## Description
This is a proposal to add first-class support for the data types from [Jiff](https://crates.io/crates/jiff). First-class support is necessary, and an external crate would be much mor…
sgoll updated
2 months ago