benniekiss
benniekiss
Enhancement/Suggestion Currently, the user-menu is sourced by directly reading /etc/passwd > https://github.com/apognu/tuigreet/blob/599d8d5d3657e6c25b3877f84a09979a79256600/src/info.rs#L91 This method gets most users, but it leaves out other user databases. Using `getent passwd` , `userdbctl users`,...
uv version = 0.1.40 uv platform = Fedora Atomic Linux (Bazzite) within a podman container I am using `uv` to install python dependencies during a container build using podman. I...
While diarizing long audio recordings (>6 hours), I noticed very high memory usage, upwards of 30GB. I tracked the spike to `pyannote.audio.core.inference.Inference.aggregate()`, which was initializing several very large tensors. With...
The `Pipeline` class takes a `cache_dir` param which sets where the pipeline `config.yaml` is downloaded, but the actual models used in the pipeline are downloaded to different locations, either the...
While processing long audios in the `SpeakerDiarization` pipeline, I noticed that the `to_annotation()` method was taking a while, and I tracked it down to `pyannote.audio.utils.signal.Binarize.__call__()` where it was looping over...
### Description When the number of requests builds up, it becomes difficult to find previous requests and to see what kinds of requests have been made. It's easy to get...
I noticed that it was not possible to detokenize special tokens, such as the EOS token, when using Phi-3(.1). This PR makes sure that the `special` flag can be passed...
## Describe your changes Introduces automated updates for GeoLite databases, eliminating the need to manually run the `download-geolite2.sh` script. Key changes include functions to fetch and update database files based...
### Context OAuth support is minimal, and it still requires an admin to first create the account in DMS before a user can login. In https://github.com/docker-mailserver/docker-mailserver/issues/2713#issuecomment-1581106813, Alternative 2 is suggested...
### Describe the Bug Opening this bug report related to https://github.com/nextcloud/richdocuments/issues/3964 When adding tab stops by right-clicking the ruler, the rendered indicators are very small, difficult to see, and difficult...