-
Hey there! I'm a core maintainer of [River](https://github.com/online-ml/river/), a Python library for online machine learning. Do you have a stance on online learning? I always thought it would be co…
-
**Is your feature request related to a problem? Please describe.**
I would like to ask for RMM support of CUDA compressed memory, a feature available in the A100 and H100 for both DRAM and the L2 c…
-
Encountering a size mismatch issue while loading the BigDL-LLM Int8 model (Pytorch) in IPEX. The sample inference code is provided below. How can I correctly load the model in IPEX?
![image](https:…
-
__Current tasks:__
- [ ] prototype bloom points system @borzunov (#6 )
- [x] local tensor parallelism ( #143 , using [BlackSamorez/tesnor_parallel](https://github.com/BlackSamorez/tensor_parall…
-
## Main Objectives/Goals:
To invite developers and researchers to contribute to the development and implementation of Zero-Knowledge Machine Learning (zkML) technologies for secure and privacy-preserv…
-
Hi!
I'm trying to use this nice repo both on a jetson and on a laptop with an x86 CPU and Nvidia GPU.
However, the very first try gives me broken/corrupted frames even in the simplest example with…
-
Using bertopic==0.16.0 on a MacOS M1 machine, I have found some very strange behavior for the probabilities for each topic.
```
dataset = load_dataset("CShorten/ML-ArXiv-Papers")["train"]
docs = …
-
Dear researcher
thanks for sharing this pipline, but you try to design Antibody with a lot of package, but I believe it can be easier than you made it pipeline,
You try to use for example IgFold a…
-
Has there been any papers or studies conducted on inference time? I recall seeing one of the advantages being inference time due to the tabular lookup format of the model resulting in fewer FLOPS whic…
-
**Is your feature request related to a problem?**
Current with _ml/profile, we provide over all latency of _ml/predict API including invocation call to model be it local or remote. There isn't any me…