]> git.djapps.eu Git - pkg/ggml/commitdiff
Add CUDA build example
authorMathieu Baudier <redacted>
Sun, 16 Feb 2025 13:07:25 +0000 (14:07 +0100)
committerMathieu Baudier <redacted>
Sun, 16 Feb 2025 13:07:25 +0000 (14:07 +0100)
README.md

index b33d2d3b0f705b8856e98d2051a34e4c6a2d00c9..88d94235f153f7b210168cd1725a56ad8de92894 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,6 +94,8 @@ Update `/etc/pbuilderrc`. For example:
 and create a `create-pbuilder.settings` file which will be sourced by the `create-pbuilder` script:
 
        export GIT_PBUILDER_OPTIONS="--aptcache /var/cache/pbuilder/aptcache --othermirror 'deb [trusted=yes] file:/srv/repo/deb/$DIST/ml/1.1/ ./'"
+       # CUDA
+       #export GIT_PBUILDER_OPTIONS="--aptcache /var/cache/pbuilder/aptcache --components 'main contrib non-free' --othermirror 'deb [trusted=yes] file:/srv/repo/deb/$DIST/ml/1.1/ ./'"
 
 Apply the same procedure by editing `build-pbuilder.settings` which will be sourced by the `build-pbuilder` script: