-
What are differences between v2 and v3 Cublas and cudnn except kepler chip support, I am running it on RTX 3050. Also do I have to download the pytorch that in the repos even tho I installed pytorch 2.1.2 with pip? I asked it cus maybe its some fine tuned stuff |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 90 replies
-
v3 currently contains the latest libs, v2 contains the last with Kepler support. I don't know the other differences, you can read the docs at NVIDIA site. Use
You don't need installed Python at all. |
Beta Was this translation helpful? Give feedback.
-
Benchmarks posted below were reported by @despairTK : Benchmark results of 1:15:42 long audio on |
Beta Was this translation helpful? Give feedback.
-
Here you can download It has |
Beta Was this translation helpful? Give feedback.
-
Environment: Windows 10 Pro 22H2, Ryzen 5 5500 CPU, RTX 3050 GPU, 8x2 3200mhz DDR4 ram v2 Results:
v3 Results:
|
Beta Was this translation helpful? Give feedback.
-
Here you go, test2 build with CUDA12 libs ->https://we.tl/t-H37FJfdgkF |
Beta Was this translation helpful? Give feedback.
-
v4 for linux when @Purfview |
Beta Was this translation helpful? Give feedback.
v3 currently contains the latest libs, v2 contains the last with Kepler support. I don't know the other differences, you can read the docs at NVIDIA site.
Or you can do own benchmarks, use longer audio and run 3 times with one libs then run 3 times with other libs, look at the transcription speeds. Then report the results of the benchmarks.
Use
-fallback=None
to ensure that benchmarks are consistent.You don't need installed Python at all.