-
Hello, this seems like a very interesting project. Under what license is it released under ? Do you have a paper or blog post that describes your motivations and findings ? If not then I encourage you…
-
### Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general).
- [X] I have s…
-
In VectorStores, we are using OpenAI. However, if an API key is not available, the tests are skipped. Why don't we consider using Ollama instead? TestContainers has support for it. For more informatio…
-
Hey! I have two threads. First stores 1 to x and load y, second stores 1 to y and load x. But assert broke with message
`thread 'main' panicked at 'x = 0, y = 0', src/main.rs:23:9`
Why it possible …
-
Yesterday: Wrote up [architecture](https://github.com/ntzwrk/beacon/blob/develop/docs/architecture.md), looked through options to store arbitrary data on Atlas (TXT records?), looked through the imple…
vsund updated
7 years ago
-
Hi @jvcasillas ,
I ran the revised models with the code for the subordinate verb, and I got no results other than DELE for production. Jennifer and Silvia want me to "dig deeper" and to try to fin…
-
@annevk thinks this would be clearer, and asked me to file an issue to remind him. I think base URL is a good name for what it's used for (resolving relative imports), but will approve a PR to change …
-
a rewrite of the Carter Family song "I'm Working on a Building" replacing "Lord" with "meme":
I'm Working on a Meme
I'm working on a meme, And everybody knows I'm working on a meme, To spread the la…
-
From Michael Lawrence:
> @mmaechler brought up that it would be helpful to check translations as they are committed.
We could implement a hook to do so before committing to weblate's DB: https:…
-
The following code seems to fail
```
import numpy as np
from torch import nn
import torch
import jax
import equinox as eqx
print(torch.__version__, eqx.__version__)
random_input = jax.rand…