Version 5.0.0 beta on Ubuntu: temporary install steps #64
iwr-redmond
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
|
This looks good, thank you. There are definitely probably some things lurking to fix. Just fixed extra index URL detection for when nvidia-smi reports cuda 13+ Attempting to allow the use of the installer environment for training scripts: https://dgenerate.readthedocs.io/en/version_5.0.0/manual.html#utilizing-the-python-environment-for-training |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
These instructions are intended to be used if the new network installer isn't working correctly for you. They will be unnecessary once the bugs in the network installer are ironed out.
Prepare the environment
Set installation options
pytorch_url="https://download.pytorch.org/whl/cu126"pytorch_url="https://download.pytorch.org/whl/rocm6.4"pytorch_url="https://download.pytorch.org/whl/xpu"dgen_options="ncnn,bitsandbytes,gpt4all_cuda,xformers"dgen_options="ncnn,gpt4all,xformers"dgen_options="ncnn,gpt4all"The available options can be reviewed here.
Install dgenerate
pipx:Beta Was this translation helpful? Give feedback.
All reactions