Question about Cuda #111
-
Hey, I finally get the webui to launch on Windows with the last commit (thank you for that). Now I have a question: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 32 replies
-
your system cuda libs are 12.1, but torch is compiled against 11.8, so it reports that. and yeah, rtx4090 should give you >40it/s, but only at higher batch sizes as it cannot get saturated enough otherwise. 30it/s is about as expected at batch size 1. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
your system cuda libs are 12.1, but torch is compiled against 11.8, so it reports that.
normally mixing major versions is a no-no, but this is a known good combo, so no issues.
and yeah, rtx4090 should give you >40it/s, but only at higher batch sizes as it cannot get saturated enough otherwise. 30it/s is about as expected at batch size 1.