Skip to content

Commit 087aee1

Browse files
committed
publish latest xcframework and jnilibs
1 parent f9fc74e commit 087aee1

File tree

18 files changed

+21
-11
lines changed

18 files changed

+21
-11
lines changed

flutter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.2.7
2+
3+
* Agents capable of phone tool use
4+
8 Gemma3 270m support
5+
* Separare model download as a separate function
6+
17
## 0.2.4
28

39
* Bugfix

flutter/android/jniLibs.zip

71.2 MB
Binary file not shown.

flutter/ios/cactus.xcframework.zip

177 Bytes
Binary file not shown.

flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cactus
22
description: "Framework for running AI models on mobile devices"
3-
version: 0.2.4
3+
version: 0.2.7
44
homepage: https://cactuscompute.com
55
repository: https://github.com/cactus-compute/cactus
66

ios/cactus.xcframework/ios-arm64/cactus.framework/Headers/minja/chat-template.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class chat_template {
9999
// fprintf(stderr, "try_raw_render: %s\n", prompt.c_str());
100100
return prompt;
101101
} catch (const std::exception & e) {
102+
(void)e; // Suppress unused variable warning in MSVC builds.
102103
// fprintf(stderr, "try_raw_render error: %s\n", e.what());
103104
return "";
104105
}
0 Bytes
Binary file not shown.

ios/cactus.xcframework/ios-arm64_x86_64-simulator/cactus.framework/Headers/minja/chat-template.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class chat_template {
9999
// fprintf(stderr, "try_raw_render: %s\n", prompt.c_str());
100100
return prompt;
101101
} catch (const std::exception & e) {
102+
(void)e; // Suppress unused variable warning in MSVC builds.
102103
// fprintf(stderr, "try_raw_render error: %s\n", e.what());
103104
return "";
104105
}
Binary file not shown.

ios/cactus.xcframework/ios-arm64_x86_64-simulator/cactus.framework/_CodeSignature/CodeResources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dict>
77
<key>Info.plist</key>
88
<data>
9-
IZXklQ3AEYRu0y+3B+RU0m576Pc=
9+
Gx4DnC3Ma4tU2Ci8wUBo1y8gxds=
1010
</data>
1111
</dict>
1212
<key>files2</key>
Binary file not shown.

0 commit comments

Comments
 (0)