-
**Is your feature request related to a problem? Please describe.**
I am trying to run ldview from python script in nvidia/cuda:12.5.0-runtime-ubuntu22.04 docker image on NVIDIA Tesla T4 in AKS. I hav…
-
Hi!
I have built the docker image from the provided [Dockerfile with cuda11.6](https://github.com/open-mmlab/OpenPCDet/blob/master/docker/cu116.Dockerfile). Now I am trying to run models on an H10…
-
Environment:
- Ubuntu 24.04
- CUDA 12.6
- NVIDIA RTX A5000
- Driver 560.35.03
Issue:
When running with CUDA 12.6, getting error:
CUDA initialization: CUDA unknown error - this may be due to a…
kadmy updated
2 weeks ago
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tensorflow/tensorflow:latest-gpu
### Custom code
Yes
### OS platfo…
-
Hi, I noticed #1500, thank you for this contribution!
I noticed that the CUDA version required for this build is CUDA 10.x, which I struggle to install specifically on Amazon Linux 2023 (for use wi…
-
### 🐛 Describe the bug
Currently, torch.cuda doesn't support changing `CUDA_VISIBLE_DEVICES` on the fly, a demo:
```python
import os
import torch
os.environ["CUDA_VISIBLE_DEVICES"] = ""
prin…
-
### Your current environment
Collecting environment information...
PyTorch version: 2.5.1+cu124 …
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.18
### Custom code
No
### OS platform and dis…
-
# What
[Centos is dead](https://endoflife.date/centos), long live [centos stream (9)](https://endoflife.date/centos-stream)
Ollama should probably not be using centos 7 now that it is unsupporte…
cazlo updated
4 weeks ago
-
I'm using cudacanvas to display images directly from GPU memory in a Python application. However, when I try to display an image using cudacanvas.im_show, I encounter one of two errors:
cudaGraphic…