Joe Ruether
Joe Ruether
Hello, I've been testing Rumble on two phones at home - a Samsung GS4 and a Nexus 6P. When both phones are connected to the same wireless access point, Rumble...
This pull request is for adding a Signing subkey and an Authentication subkey, in addition to the existing Encryption subkey. It also changes the Primary key to be Certify only....
While playing with this, I noticed that the only subkey that is generated is the Encryption subkey. Signing and Authentication are tied to the master key. Example: ``` $ gpg...
Hello, I am trying to use this inside of a Docker image. I have downloaded the model separately from [here](https://tfhub.dev/google/universal-sentence-encoder-large/5), and I have performed the `pip install https://github.com/MartinoMensio/spacy-universal-sentence-encoder/releases/download/v0.3.1/en_use_lg-0.3.1.tar.gz#en_use_lg-0.3.1` as a...
**Version and OS** Docker image dgtlmoon/changedetection.io:0.39.18 **Is your feature request related to a problem? Please describe.** ChangeDetection.io does a great job extracting text and creating notifications when that text changes....
### What happened? I'm having difficulty correctly configuring LiteLLM. I am getting the following error: ``` litellm.exceptions.NotFoundError: OpenAIException - Error code: 404 - {'detail': 'Not Found'} ``` I have `oobabooga/text-generation-webui`...
I get this error when trying to extract loras from Qwen models. It doesn't happen for all qwen models, but it seems to mostly be the 0.5/1.5/3B models and I...
### What type of suggestion are you making? Proposing a new feature ### What is the problem that your feature request solves? I love Archivebox, and have almost 20k snapshots....
If I specify a chat template in the config file: ``` chat_template: "{% macro render_extra_keys(json_dict, handled_keys) ... ``` Then on [this](https://github.com/arcee-ai/mergekit/blob/57f4f51eb3b25906ff30d3cd593e454903900db3/mergekit/merge.py#L189) line, it treats that entire chat template as a...