-
An example from SciPy:
```python
n_clusters = int(xp.unique_values(T).shape[0])
```
We calculate the number of unique values in `T` via a data-dependent shape. As noted in the spec for [`uniq…
-
> Hi, I think I might be running into a similar related error. I am installing kvikio with Conda and I can see the libcufile is installed in my environment. When I try to run the benchmark:
>
> ```
>…
-
Currently dlpack tests are in test_torch.py, a catch-all for core PyTorch components. It would be organizationally useful to separate them to their own test suite.
cc @mruberry
-
### 🐛 Describe the bug
1. torch.random.fork_rng(devices=rng_device) does not support XPU backend
TestRandomTensorCreationXPU.test_randperm_xpu
![image](https://github.com/intel/torch-xpu-ops/asse…
-
I'm running [this](https://github.com/rapidsai/notebooks/blob/master/cuml/pca_demo.ipynb) notebook for PCA with the following parameters:
```
n_samples = 2**17
n_features = 3000
n_components = 1…
-
### Troubleshooting docs
- [X] My problem is not solved in the Troubleshooting docs
### Anaconda default channels
- [X] I do NOT use the Anaconda default channels (pkgs/* etc.)
### How did you ins…
vyasr updated
2 weeks ago
-
My setup is:
1. jetson orin 32GB
2. JetPack 6.0
3. Triton 2.40 (NGC Container 23.11)
4. Cuda 12.2, TensorRT 8.6.2
5. Python Backend API 1.16
**`input_0: try to use CUDA copy while GPU is no…
-
## 🐛 Bug
After converting Mistral-Large-2407 and trying to load the model for chatting or serving, the following error is presented:
"(mlc-llm) USER@MBPM3MVLB ~ % mlc_llm serve /Users/USER/LLM/M…
-
## 🐛 Bug
The Android app crashes when I click on the 'chat' icon next to the model's name after flashing "Initialize..." for a second over the chatting interface.
## To Reproduce
Steps to rep…
-
When attempting to build UCXX with the CUDA 11.8 conda environment on a system without `nvcc` pre-installed (i.e. all CTK components being installed through conda), I get the following error at build …