[index-tts]能用RTX50系显卡跑吗?

2025-10-28 495 views
1

请问有大佬用RTX50系显卡跑的吗?现在是 run in CPU mode. RTX50系是否支持?还是我环境没搭好。

vmware ubuntu22.04

index-tts$ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2025 NVIDIA Corporation
Built on Fri_Feb_21_20:23:50_PST_2025
Cuda compilation tools, release 12.8, V12.8.93
Build cuda_12.8.r12.8/compiler.35583870_0

回答

4

用wsl去跑。我可以正常。

2

用wsl去跑。我可以正常。

好的,感谢,晚点试试

1

支持,Python版本换成3.12就行了

7

Running fine for me on a 5060. Installed through conda with Python 3.11, then just switched the torch install to 12.8, everything else seems fine. I'm on windows btw.

5

性能如何,5060Ti,100字,大概要90秒 python: 3.10 cuda: 12.9

6

性能如何,5060Ti,100字,大概要90秒 python: 3.10 cuda: 12.9

你这个应该时没有跑GPU的,你可以运行时看一下显卡使用率。虚拟机上的话,好像是没办法用GPU的,我用的是wls上跑的,5070,100字好像不到10s吧,60Ti应该也差不多。

7

性能如何,5060Ti,100字,大概要90秒 python: 3.10 cuda: 12.9

你这个应该时没有跑GPU的,你可以运行时看一下显卡使用率。虚拟机上的话,好像是没办法用GPU的,我用的是wls上跑的,5070,100字好像不到10s吧,60Ti应该也差不多。

显卡使用率100%的。你的环境是什么版本python, cuda

5

性能如何,5060Ti,100字,大概要90秒 python: 3.10 cuda: 12.9

你这个应该时没有跑GPU的,你可以运行时看一下显卡使用率。虚拟机上的话,好像是没办法用GPU的,我用的是wls上跑的,5070,100字好像不到10s吧,60Ti应该也差不多。

显卡使用率100%的。你的环境是什么版本python, cuda

python3.10, cuda12.8, torch128