-
-
This application nests the `winit` event loop inside the `tokio` event loop: https://github.com/ChrisRega/example-blog-client/blob/7b42b9aef9820f5a66f8680854046cc7835a8bd5/src/main.rs#L17-L26
Doing…
-
It looks like we never made a test for a multi-process offline simulation. Looking at the code, the files are closed on fork, but there's no fork init event to open a new one, so I would expect a fai…
-
[See original issue on GitLab](https://gitlab.com/BuildStream/buildstream/-/issues/1389)
In GitLab by [[Gitlab user @BenjaminSchubert]](https://gitlab.com/BenjaminSchubert) on Aug 29, 2020, 14:51
## …
-
### What happened?
I have an application which uses a multi-threaded tokio runtime. Calling `trace_provider.force_flush()` in our pre-shutdown routine consistently deadlocks the application (since …
-
[See original issue on GitLab](https://gitlab.com/BuildStream/buildstream/-/issues/1389)
In GitLab by [[Gitlab user @BenjaminSchubert]](https://gitlab.com/BenjaminSchubert) on Aug 29, 2020, 14:51
## …
-
**Describe the bug**
We have observed that when latency pushing logs from promtail to Loki is high and promtail is hosted on kubernetes, that logs can be dropped, it seems that log files on kubernetes…
-
### Please check that this issue hasn't been reported before.
- [X] I searched previous [Bug Reports](https://github.com/OpenAccess-AI-Collective/axolotl/labels/bug) didn't find any similar reports…
-
### Feature request
I would like to propose the addition of a new learning rate scheduler that combines MultiStepLR with a warmup phase. Currently, the Transformers library does not include a sched…
-
I want to start a bit of a discussion here about the difference between two Dask deployment paradigms that I will refer to as **Clusters** and **Runners**. My intention is to build more runners.
##…