-
Hi!
I am trying to use the hybrid model with multiple submodules to be evaluated in FHE.
I tried putting two submodules and the compilation of the circuit is ok.
But when I run the infere…
-
Hello :)
Really _really_ pleased to see generalized mixed models in JASP (both the frequentist and Bayesian versions), thank you!
How easy or hard would it be to have Bayes Factors for the Bayes…
-
Hi, I faced the following error when trying to run multi-stream models:
using dlc image augmentation pipeline
Error executing job with overrides: []
Traceback (most recent call last):
File "/…
-
Submitting Author Name: Sebastian Krantz
Submitting Author Github Handle: @SebKrantz
Other Package Authors Github handles: @rbagd
Repository: https://github.com/SebKrantz/dfms
Version submitt…
-
Hi @tminka, I tried your suggestion from https://github.com/dotnet/infer/issues/434, in order to infer some parameters, adding: `prec.InitialiseTo(Gamma.PointMass(1.0))`, but I got the following issue…
-
This repository contains a machine learning model that predicts dementia in patients based on medical and demographic data. The model utilizes various supervised learning techniques to analyze histo…
-
### System Info
DataBricks with the following packages:
```
transformers: 4.45.2
huggingface-hub: 0.26.1
accelerate: 1.0.1
optimum: 1.23.1
auto-gptq: 0.7.1
bitsandbytes: 0.44.1
```
### Rep…
-
Hi, I would like to try meta-llama/Llama-3.2-1B in different scenario of IPEX-LLM solutions.
pip list:
bigdl-core-xe-21 2.6.0b20241001
intel-extension-for-pytorch 2.1.10+xpu
intel-ope…
-
Hi everyone,
Can anyone tell me how to train a homo prediction model? I don't know what the correct CLI format is.
Following was the CLI I have tried:
spktrain experiment=homo (Config incompl…
-
We currently "hard-code" the split-K factor in our matmul kernels. The heuristic parameter `MatmulParams` contains an `int splitk_factor` which we use to create a constant split of the matmul contract…