Adding notes on local build and example image (#1136)

This commit is contained in:
Raivis Dejus 2025-03-30 19:23:19 +03:00 committed by GitHub
commit b80b47807c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 18 deletions

View file

@ -113,6 +113,8 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
13. Build Buzz `poetry build`
14. Run Buzz `python -m buzz`
Note: It should be safe to ignore any "syntax errors" you see during the build. Buzz will work. Also you can ignore any errors for FFmpeg. Buzz tries to load FFmpeg by several different means and some of them throw errors, but FFmpeg should eventually be found and work.
#### GPU Support
GPU support on Windows with Nvidia GPUs is included out of the box in the `.exe` installer.

View file

@ -60,8 +60,8 @@ winget install ChidiWilliams.Buzz
To have GPU support for Nvidia GPUS on Windows, for PyPI installed version ensure, CUDA support for [torch](https://pytorch.org/get-started/locally/)
```
pip3 uninstall torch torchaudio
pip3 install torch==2.2.2+cu121 torchaudio==2.2.2+cu121 --index-url https://download.pytorch.org/whl/cu121
pip3 uninstall torch torchaudio
pip3 install torch==2.2.2+cu121 torchaudio==2.2.2+cu121 nvidia-cublas-cu12==12.1.3.1 nvidia-cuda-cupti-cu12==12.1.105 nvidia-cuda-nvrtc-cu12==12.1.105 nvidia-cuda-runtime-cu12==12.1.105 nvidia-cufft-cu12==11.0.2.54 nvidia-curand-cu12==10.3.2.106 nvidia-cusolver-cu12==11.4.5.107 nvidia-cusparse-cu12==12.1.0.106 nvidia-nccl-cu12==2.19.3 nvidia-nvtx-cu12==12.1.105 --extea-index-url https://download.pytorch.org/whl/cu121 --extea-index-url https://pypi.ngc.nvidia.com
```
### Linux

View file

@ -72,6 +72,7 @@ Latest development version will have latest bug fixes and most recent features.
2. Click on the link to the latest build, the most recent successful build entry in the list
3. Scroll down to the artifacts section in the build page
4. Download the installation file. Please note that you need to be logged in the Github to see the download links.
![Latest build example](https://chidiwilliams.github.io/buzz/img/latest-development-build.jpeg "Latest build example")
### 10. Why is my system theme not applied to Buzz installed from Flatpak?

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View file

@ -1,16 +0,0 @@
--extra-index-url https://download.pytorch.org/whl/cu121
--extra-index-url https://pypi.ngc.nvidia.com
torch==2.2.2+cu121
torchaudio==2.2.2+cu121
nvidia-cublas-cu12==12.1.3.1
nvidia-cuda-cupti-cu12==12.1.105
nvidia-cuda-nvrtc-cu12==12.1.105
nvidia-cuda-runtime-cu12==12.1.105
nvidia-cufft-cu12==11.0.2.54
nvidia-curand-cu12==10.3.2.106
nvidia-cusolver-cu12==11.4.5.107
nvidia-cusparse-cu12==12.1.0.106
nvidia-nvtx-cu12==12.1.105