Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions o/ollama/ollama_v0.12.10_ubi_9.6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ echo "**** Building Ollama with CMake..."
cmake -B build
cmake --build build -j$(nproc)

export LD_LIBRARY_PATH=$(pwd)/build/lib/ollama:$LD_LIBRARY_PATH
export CGO_LDFLAGS="-L$(pwd)/build/lib/ollama/ -lggml-cpu-power10"

echo "**** Building Ollama binary with Go..."
Expand Down