From: Mathieu Baudier Date: Sun, 16 Feb 2025 13:08:17 +0000 (+0100) Subject: Improve CUDA example X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=324b7d955d6d81d0820be17a9ee8e670788548eb;p=pkg%2Fggml Improve CUDA example --- diff --git a/README.md b/README.md index 88d9423..51d97d6 100644 --- 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: