From: Mathieu Baudier Date: Sun, 16 Feb 2025 13:07:25 +0000 (+0100) Subject: Add CUDA build example X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=62ff73b3351eb0ac9a059da96d6f9435ef268ab5;p=pkg%2Fggml Add CUDA build example --- diff --git a/README.md b/README.md index b33d2d3..88d9423 100644 --- 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: