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

index 88d94235f153f7b210168cd1725a56ad8de92894..51d97d66045cb6ab382035b12f5b02398f46dc47 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,8 +94,10 @@ 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/ ./'"
+
+or (for a CUDA build).
+
+       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: