Arham Khan

Results 10 issues of Arham Khan

# 🐛 Bug Despite my model and all tensors in the script being on the GPU, fit_gpytorch_model complains about tensors existing on both cuda:0 and CPU. ## To reproduce This...

bug

# Bug Report **Before opening** - [ X] Did you try the latest release? - [ X] Did you look for existing issues? **Ad Modules** Have this activated in my...

I am using the experimental CBOptimizer with the ECI acquisition function, I am testing the optimization of a compressor with respect to compress ratio and the SSIM score of the...

Hi, I am using triton 2.1.0 via PyPi and want to make use of the `triton.ops.blocksparse` module but when I try to reference `triton.ops` I get back an error that...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Explain what you did Attempted to use the swipe rating component and extract...

Needs Triage

Hi, I've been using the `MinHashLSHForest` class to do some deduplication, and part of that pipeline is to retrieve the top-k items and then estimate the Jaccard similarities with each...

Just wondering since I was interested in evaluating MLSL and MLSL_LDS as acquisition optimization functions, what makes their implementation different from the algorithms already present in the [NLOptNoGrad file](https://github.com/resibots/limbo/blob/43c67a6999a40a3349aa6d0f152f853e028ed509/src/limbo/opt/nlopt_no_grad.hpp#L94)? Is...

Implements `aten.linspace`, I took most of the code from this stale PR: #1873 (thanks to @Groverkss) which for some reason was never merged but is now quite out of date....

Maybe a bit of a dumb question but I'm a little confused by the `_insert` method in the `MinhashLSH` class: ```python def _insert( self, key: Hashable, minhash: Union[MinHash, WeightedMinHash], check_duplication:...

This PR adds a conversion in the TorchOnnxToTorch pass for the ONNX Multinomial operation. It also adds a TorchToLinalg lowering for the `aten.Multinomial` op and does a light refactor of...