mirror of https://gitee.com/namelin2022/ollama
11 changed files with 1 additions and 13 deletions
@ -1,7 +1,6 @@ |
|||
package llava |
|||
|
|||
// #cgo CXXFLAGS: -std=c++11
|
|||
// #cgo CPPFLAGS: -O3
|
|||
// #cgo CPPFLAGS: -I${SRCDIR}/../../include -I${SRCDIR}/../../common
|
|||
// #cgo CPPFLAGS: -I${SRCDIR}/../../../../ml/backend/ggml/ggml/include
|
|||
import "C" |
|||
|
|||
@ -1,6 +1,5 @@ |
|||
package llamafile |
|||
|
|||
// #cgo CXXFLAGS: -std=c++17
|
|||
// #cgo CPPFLAGS: -O3
|
|||
// #cgo CPPFLAGS: -I${SRCDIR}/.. -I${SRCDIR}/../.. -I${SRCDIR}/../../../include
|
|||
import "C" |
|||
|
|||
Loading…
Reference in new issue