-
https://github.com/userver-framework/userver/blob/e37c78fb0112e7befa08ef078c4de8f0fb7de607/postgresql/src/storages/postgres/options.cpp#L23
Why this global variables are not constexpr ? Seems like …
-
On request, I am making this issue for the [discussion](https://github.com/jeremyletang/rgtk/commit/07ed8d4eb760cfe19c7566bc68c886ce90d17191#commitcomment-10316962) about button constants.
oakes updated
9 years ago
-
Hi,
Most of the `nn.Modules` ([MLP](https://github.com/patrick-kidger/equinox/blob/a89d5b486d13588caffc095f172a2ec39fd68278/equinox/nn/composed.py#L26)) use `static_fields` for, well seemingly sta…
-
See https://github.com/patcg-individual-drafts/private-aggregation-api#padding
-
We'd tried to run the algorithm on a simple 4 by 4 grid [(the call to the algorithm)](https://github.com/tunyash/disj_paths_bd_tw/blob/f82c314428cd7e536091b4f85f77f00de0ad1584/src/path-decomposition.h…
-
- [ ] [outlines/README.md at main · outlines-dev/outlines](https://github.com/outlines-dev/outlines/blob/main/README.md?plain=1)
# Title: outlines/README.md at main · outlines-dev/outlines
## Descri…
-
The code runs only on CPU. I guess the error arises due to the this message:
" Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2".
Can you kindly explain why?
…
-
We should figure out an approach to ingest embeddings to Milvus.
* One off ingestion for this MVP. But we should rely on @sdenton4 for a script after providing some guidance
* If we have time we sho…
-
Hi! I'm an experimental high energy physicist interested in rapid data analysis, in high energy physics we predominantly use the ROOT which has a pleasant python implementation here: https://github.co…
lgray updated
4 months ago
-
We want to be able to run a workflow that runs a distributed analysis with [`dask.distributed`](https://distributed.dask.org/en/stable/). This means that a
```python
from dask.distributed import …