-
### System Info
Hello, the new executor API looks promising, but it's missing a flexible logit postprocessor API -- something that's available in vLLM and most other inference backends.
**Curren…
-
I would like to propose a potentially breaking change to the pointer parametrization, however I don't want to just make the PR in case you would need to keep the old behavior.
First, I think the si…
-
Allow to provide a list of nodes that can be used for the auto-fit for "zooming in" on a selected group of nodes (e.g. for assessment submissions)
-
**Is your feature request related to a problem? Please describe.**
Dashboard can be seen as enhanced static report. And as for the latter, it would make sense to parametrize them. For example, if…
-
I'm working on example now that looks like
amp_Gaus(x | mu, sigma) + (1-amp)_Uniform(x)
```
true_amp, true_mass, true_width = .2, 0., 0.3
amp = theano.shared(true_amp)
mass = theano.shared(true_ma…
-
PT006 breaks test, removes tuple just from argnames but not from argvalues
```
@pytest.mark.parametrize(("thresholds",), [([0.6, 0.3],), ([],)])
```
is replaced as
```
@pytest.mark.parametr…
Pebin updated
1 month ago
-
Recently, issue https://github.com/spinalcordtoolbox/spinalcordtoolbox/issues/4636 was reported by a user. Frankly, I'm embarrassed that I let this bug slip through, as it reveals that areas of `sct_m…
-
It would be great to have a parameterized parser object for speed. Things we could specialize on are:
- Endianness (little->big endian is just `bswap` on the result Float64 or Int)
- Geometry type:…
-
Hi, I installed Flash-Attention-3 from source and run test_flash_attn.py. I found that 5946 UT pass and 6 UT fail. Would you please help me solve these problems?
My env:
+ source code commit id:…
-
I would suggest to expose the tuners as `sklearn` compatible tuning wrappers, e.g.,
`HyperactiveCV(sklearn_estimator, config)`,
or
`HyperactiveCV(sklearn_estimator, hyperopt_tuning_algo, conf…