-
I want to create an in-memory backend, I know that libgit2 supports such custom bakends. If it does, I can't find info anywhere.
Thanks in advance.
-
After installing qibolab 0.1.10, the the following code:
```python
import qibo
c = qibo.Circuit(17)
c.add(qibo.gates.GPI2(12,0))
c.add(qibo.gates.M(12))
result = c(nshots=100)
print(result.samp…
-
Currently the retry values like number of tries before abort and delay before retrying are part of the openai-compatible API backend code.
However, different providers have different limits, for diff…
-
Following some [discussion with @justinwb ](https://forum.solidproject.org/t/work-towards-interoperable-ecosystems-in-solid/3156/14), we decided that non-pod interoperability isn't the main focus of t…
-
In order to be able to modularly choose C++ CUDA or OpenCL at some point, the project structure should be improved.
Question: how to split this for the Hamiltonians?
-
### Report
```
!lamin init --storage ./run-tests --name run-tests --schema bionty
import lamindb as ln
import bionty as bt
adata = ln.core.datasets.anndata_pbmc68k_reduced()
curator = ln.C…
-
## Problem
It just occurred to me that we have a bit of an API smell: we have three different attributes doing similar but slightly different things:
- `mv-storage` handles saving, and also loadin…
-
### 📚 The doc issue
I was looking for the possible return values from torch.backends.cpu.get_cpu_capability() but the backends doc page did not list cpu, let alone get_cpu_capabilities
### Suggest a…
-
I ran into an error when attempting union some tables with the CTE option turned on.
``` r
tib
-
DirectX11 limits the usage of this extension.
How hard would it be to support other Imgui backends: e.g. OpenGL (at least), Metal, Vulkan?
Cheers