File: README.Source

package info (click to toggle)
ggml 0.9.4-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 17,140 kB
  • sloc: cpp: 107,161; ansic: 36,329; lisp: 9,094; python: 1,558; objc: 1,045; sh: 825; makefile: 77
file content (17 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Build Profiles
==============

This package supports a number of build profiles:

pkg.ggml.nohip:   Disable the HIP build (very time consuming)
pkg.ggml.minhip:  Build HIP only for gfx1030, saves time, useful for Salsa CI
                  (only active if pkg.ggml.nohip is inactive)


src:ggml-cuda
=============

The source package src:ggml can be converted to src:ggml-cuda (for building the
CUDA backend) by running the debian/cudabuild.sh in an unpacked source tree.
Note that you'll need to rename the .orig.tar.gz from ggml_ to ggml-cuda_
before building anything.