-
Network metrics that might be interesting to track:
- transaction relay
- per peer invs per getdata rate
- per peer invs per tx rate
- how long has a transaction been in our mempool before…
-
Any idea what this might be caused by?
```
(.venv) root@cffcc51e77c1:/workspace/genmoai_smol# python -m mochi_preview.gradio_ui --model_dir "../models"
* Running on local URL: http://0.0.0.0:786…
-
We show JIT total time in the UI but without detail. In could be nice to show detailed information.
In plans, we can have info looking like:
```
JIT:
Functions: 2
Options: Inlining false,…
-
When calling a report via CLI (`flexmeasures add report`), the default end time is now. This implicitly assumes an ex-post knowledge horizon, which does not yield a sensible end time for e.g. day-ahea…
-
The split function will allocate members to different facilities with the same start time. This may be problematic and cause clashes in timings.
![Capture.PNG](https://raw.githubusercontent.com/nus-c…
-
Hi, I'm having this issue: Watchdog caught collective operation timeout: WorkNCCL(SeqNum=80078...) ran for 600026 milliseconds before timing out
The code I'm running is a VQGAN training script. Par…
wd255 updated
2 weeks ago
-
I directly apologize for the convoluted example, but I was not able to reproduce this with a more minimum WE.
When I time this piece of code (version **A**)
```julia
@timeit timer() "blending f…
-
// ==UserScript==
// @name Advanced Command Scheduler
// @version 1.0.4
// @description Schedule attacks and supports, optimized for maximum precision. Uses browser …
-
The polyfill can’t handle this:
```css
animation: reveal cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
animation-timeline: scroll();
```
Switching the `animation-timing-function` to a value o…
-
I'm trying to use `cblas_domatcopy` to transpose large row-major matrices.
I'm finding that the function is slower than a simple loop of `cblas_dcopy` calls parallelized with OpenMP (with number of…