-
Hi,
Would it be possible to add the simplest possible example of how one would create or "listen to" webhooks with solara?
Thank you!
-
I hope this message finds you well. I am currently reviewing your open-source code related to [S-Rocket: Selective Random Convolution Kernels for Time Series Classification], and I have a question r…
-
Exporter traits are [now written as async](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-sdk/src/export/logs/mod.rs#L15-L18). This works great if the exporter actually n…
-
### Context / Scenario
Generation of embeddings using Azure OpenAI Service is being impacted by a failure to correctly retry throttled requests when rate limiting occurs. This is likely to impact all…
-
### System Info
`transformers==4.45.1`
`peft==0.13.0`
`liger-kernel==0.3.1`
So `isinstance(model.base_model.model, PreTrainedModel)` returns true but `isinstance(model, PreTrainedModel)` retur…
-
With the ongoing effort of creating more micro-controllers, and having a `reconcileHelper` non-exported interface for few of them we are starting to see some code duplication.
In addition to that, …
-
## Summary
Allow writing kernels as methods of a class.
```
class TestClass {
__qpu__ void test_kernel(qreg a, qreg b) { .. }
__qpu__ virtual void test_abstract_kernel(qreg a);
}
``…
-
I have met a lock up issue with my realtime application, I have generated kdump for debugging, but I can not found vmlinux.
**my kernel version:**
root# uname -a
Linux 5.15.0-1051-realtime #57-U…
-
Hi Jürgen,
this is an awesome exploration work. I have 2 questions and 1 suggestion (sorry for the long issue):
1) How do we know results are corect? I am running with the `tornado-multi-tg` b…
-
The current method of the spectral resolution convolution kernel assumes that there is a single convolution kernel which does not vary with wavelength. This assumes that the spectral resolution is the…