Skip to content
Closed
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
4 changes: 2 additions & 2 deletions ios/llamafu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ and LoRA adapters. Powered by llama.cpp for efficient on-device inference.
# This runs during pod install
s.script_phase = {
:name => 'Build llama.cpp for iOS',
:script => <<-SCRIPT
:script => <<-SCRIPT,
echo "Note: llama.cpp will be built as part of the Xcode project."
echo "Ensure llama.cpp submodule is initialized with: git submodule update --init --recursive"
SCRIPT,
SCRIPT
:execution_position => :before_compile,
:shell_path => '/bin/bash'
}
Expand Down