# 5070ti could not be recognized in slicer 5.8.1

**URL:** https://discourse.slicer.org/t/5070ti-could-not-be-recognized-in-slicer-5-8-1/43436
**Category:** Support
**Tags:** segmentation
**Created:** [June 20, 2025, 2:47pm UTC](https://discourse.slicer.org/t/5070ti-could-not-be-recognized-in-slicer-5-8-1/43436 "2025-06-20T14:47:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![reka\_wolf](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/reka_wolf/32/70447_2.png) [@reka\_wolf](https://discourse.slicer.org/u/reka_wolf)
#### Post date: [June 20, 2025, 2:47pm UTC](https://discourse.slicer.org/t/5070ti-could-not-be-recognized-in-slicer-5-8-1/43436/1 "2025-06-20T14:47:47Z")

</div>

5070ti could not be recognized in slicer 5.8.1.  
The newest cuda 12.8 is only for 50series, but it could not be supported in slicer 5.8.1 which cuda version is 12.6.  
Please help

---

<div class="post-metadata">

### Author: ![chz31](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/chz31/32/77363_2.png) [@chz31](https://discourse.slicer.org/u/chz31)
#### Post date: [June 20, 2025, 10:12pm UTC](https://discourse.slicer.org/t/5070ti-could-not-be-recognized-in-slicer-5-8-1/43436/2 "2025-06-20T22:12:58Z")

</div>

Is it possible to install it manually such as go to terminal, then go to Slicer-5.8.1./bin and run ./PythonSlicer -m pip install to install pytorch with cu128?

---

<div class="post-metadata">

### Author: ![jamesobutler](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/jamesobutler/32/7511_2.png) [@jamesobutler](https://discourse.slicer.org/u/jamesobutler)
#### Post date: [June 20, 2025, 11:19pm UTC](https://discourse.slicer.org/t/5070ti-could-not-be-recognized-in-slicer-5-8-1/43436/4 "2025-06-20T23:19:10Z")

</div>

There are indeed Python 3.9 whls for cu128 torch.

See [https://download.pytorch.org/whl/torch/](https://download.pytorch.org/whl/torch/)

> torch-2.7.1+cu128-cp39-cp39-manylinux\_2\_28\_aarch64.whl  
> torch-2.7.1+cu128-cp39-cp39-manylinux\_2\_28\_x86\_64.whl  
> torch-2.7.1+cu128-cp39-cp39-win\_amd64.whl

---

<div class="post-metadata">

### Author: ![Mark\_Ryan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/mark_ryan/32/69613_2.png) [@Mark\_Ryan](https://discourse.slicer.org/u/Mark_Ryan)
#### Post date: [June 22, 2025, 2:34pm UTC](https://discourse.slicer.org/t/5070ti-could-not-be-recognized-in-slicer-5-8-1/43436/5 "2025-06-22T14:34:06Z")

</div>

This is what I entered into python console in slicer. 4 GB download so takes a while:

slicer.util.pip\_install(“torch torchvision torchaudio --index-url [https://download.pytorch.org/whl/cu128](https://download.pytorch.org/whl/cu128)”)
