Lotfi Slim
Results
3
issues of
Lotfi Slim
Hi all - I ran into a `TypeError: not supported type: ` error when reproducing the examples in `docs/source/tertiary/regression-tests.rst` for binary phenotypes (see error stack below). ``` log_reg_df = glow.gwas.logistic_regression(...
Hi team, I am trying to add a custom model to TRT-LLM. The original model in PyTorch uses `torch.complex` for few tensors, in addition to FFT ops like `torch.fft.fft`, `torch.fft.ifft`...