mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
parent
3f0cb36bdb
commit
548a9f56a6
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,7 +1,6 @@
|
|||
package llama
|
||||
|
||||
// #cgo CXXFLAGS: -std=c++17
|
||||
// #cgo CPPFLAGS: -O3
|
||||
// #cgo CPPFLAGS: -I${SRCDIR}/../include
|
||||
// #cgo CPPFLAGS: -I${SRCDIR}/../../../ml/backend/ggml/ggml/include
|
||||
// #cgo windows CPPFLAGS: -D_WIN32_WINNT=0x0602
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue