-
Hi there, I'm trying to get the intel-extension-for-tensorflow working on my Core Ultra 5 125H Arc Graphics, and I have made a docker container as in the docs. However, while running env_check.py, I g…
-
XGBoost for Python depends on `nvidia-nccl-cu12`, which is for CUDA 12. I have a PyTorch 2.4.0 installation for CUDA 11.8, but when I use distributed mode, PyTorch picks up on the one installed by XGB…
-
### First, confirm
- [X] I have read the [instruction](https://github.com/Gourieff/comfyui-reactor-node/blob/main/README.md) carefully
- [X] I have searched the existing issues
- [X] I have updated t…
-
## ❓ Question
Since only part of the ops support dynamic shapes, and some are not. What's the criteria to decide if an op supports dynamic shape or not?
For some existing ops, which are not ma…
-
implementation_deps are an option with cc_library and allow you to add deps that don't propagage
https://bazel.build/reference/be/c-cpp#cc_library.implementation_deps
-
hey folks!
Running [the example](https://xgrammar.mlc.ai/docs/start/quick_start) fails at `model.generate(...)` with the following stacktrace
```python
sourceCode.cu(1): catastrophic error: can…
-
### Problem description
The current implementation uses the conda environments as a base environments for the building of python packages source distributions. It provides the python interpreter to…
-
Hi! I'm trying to build Instant-NGP with Ubuntu 24.04 on WSL and getting an error. I created conda environment where I installed `cuda-toolkit` 12.5 from the `nvidia` channel. I installed other python…
vdyma updated
2 weeks ago
-
Seems like parts of the code explicitly call cuda functions, so you can't just switch it to MPS for Macs. Any roadmap for supporting Macs?
Io.py
```python
def load_pretrained_model(model_path: st…
-
### Describe the issue
I found that the Java dependency of onnxruntime-gpu 1.18.0 does not work properly on CUDA 11. Is there a parameter that can allow it to run correctly on CUDA 11? If not, could …