githubnemo
githubnemo
The TTL for put seems to be measured (by timestamp comparsion) in seconds rather than milliseconds (as used in the examples). There should be documentation for that.
The example should include - how data streams such as generators can be used in conjunction with the Dataloader - how to achieve train/test split with such a setup
Currently, `net._yield_callbacks` discerns between `PrintLog` and other callbacks with the effect that `PrintLog` is added last to the list of callbacks so it has access to all processed values added...
Should work fine with python 2.7 as well.
Steps to hijack your users: 1. Get a good look at the database (atlas.civcraft.net): `select count(*), password from users group by password order by 1;` 2. Take one from the...
Having `/gamerule doFireTick true` on a server leads to camps being burned down. Either the plugin should enforce the fire tick setting to be false or there should be some...
## What does this PR address? This is a first draft for integrating OpenVINO (if so desired). Background: I was working on a audio streaming / transcription application on the...
This is exposed via `on_new_logits` callback in the Python API to be consistent with the `on_new_...` scheme. Note that currently only the number of tokens so far and the raw...
### Describe the bug There are a lot of commits bumping the whisper.cpp submodule to the newest version but the commit hash in `rules/deps.bzl` is staying the same for whisper.cpp....
On freshly cloned master branch: $ ./impressive.py slides.pdf Welcome to Impressive (dual head) version 0.10.2 before detecting screen size True True Traceback (most recent call last): File "./impressive.py", line 4214,...