-
The content is put to https://github.com/husky-team/husky/wiki/TODO:-Format-of-Machine-Learning-API
I have thought of several choices, but I don't have a clue of which one is absolutely better. Cur…
-
Currently, the support for discrete directed acyclic graphs (DAGs) is rather poor. There are two options:
- One can construct some simple set of DAGs with `Categorical` and `Mixture` nodes, but the po…
-
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:…
-
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…
-
__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…
-
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…
-
As @sakoush pointed out, for some upstream use cases (specifically `seldon-core` and `mlserver`) it is not desirable to call the passed `predictor` with random data at `__init__` time like we do in a …
-
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 = …