-
-
Notifications
You must be signed in to change notification settings - Fork 41
i somehow build cuda version #162
Replies: 1 comment · 4 replies
-
If you have cuda, you must've installed it with pip on Linux, or not? On Windows you need to go out of your way to have cuda support, it doesn't happen accidentally. And yes, cuda libs are 5GB fat. You can force the use of cpu-only torch by uninstalling torch and torchvision, then reinstalling with Missing icons shouldn't be happening. Paste your log if you'd like me to help you. The one you get from the button in the bottom right of the gui. Also, if this is meant as a bug report, it belongs in the issues section, not discussions. |
Beta Was this translation helpful? Give feedback.
All reactions
-
well it seem to be problem with pyinstlaller --onefile version. i try build with --onedir it pretty fast and icons are not missing
and this is the log from onefile program
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Aha. Yes, I stopped using onefile because that bundles the _include directory into the exe file in compressed form, which then just gets extracted each time you launch the exe, and that takes a while, which gets pretty annoying. The pre-built windows and linux versions are both with the onedir option, so feel free to use those if you'd wish to avoid python package headaches. |
Beta Was this translation helpful? Give feedback.
All reactions
-
i try build with torch2.7+cuda 128 |
Beta Was this translation helpful? Give feedback.
All reactions
-
i did it !!! |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
but it's so huge and slow to open. It's actually slower to wait for it to open than it is to just wait for the CPU version to finish its task. the icons also missing 😂
well it still pretty fast with multiple file
https://drive.google.com/file/d/1U9QG9j-FgK2jD4YCGqGq0mYsZw_EeeCt/view?usp=sharing
Beta Was this translation helpful? Give feedback.
All reactions