Skip to content

Commit

Permalink
repo
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Feb 5, 2025
1 parent 17de7e5 commit 7dfc79a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/llama.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.description = <<-DESC
A new Flutter FFI plugin project.
DESC
s.homepage = 'https://github.com/Mobile-Artificial-Intelligence/dart_llama'
s.homepage = 'https://github.com/Mobile-Artificial-Intelligence/llama_dart'
s.license = { :file => '../LICENSE' }
s.author = { 'Dane Madsen' => '[email protected]' }
s.dependency 'Flutter'
Expand Down
2 changes: 1 addition & 1 deletion macos/llama.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.description = <<-DESC
A new Flutter FFI plugin project.
DESC
s.homepage = 'https://github.com/Mobile-Artificial-Intelligence/dart_llama'
s.homepage = 'https://github.com/Mobile-Artificial-Intelligence/llama_dart'
s.license = { :file => '../LICENSE' }
s.author = { 'Dane Madsen' => '[email protected]' }
s.dependency 'FlutterMacOS'
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: llama
description: "llama is a dart implementation of llama.cpp used by the mobile artificial intelligence distribution (maid)"
version: 1.0.1
homepage: "https://github.com/Mobile-Artificial-Intelligence/dart_llama"
version: 0.0.1
homepage: "https://github.com/Mobile-Artificial-Intelligence/llama_dart"

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down

0 comments on commit 7dfc79a

Please sign in to comment.