Skip to content

Commit dc4fd87

Browse files
authored
Merge pull request #148 from DenisovAV/feature/function-gemma
Feature/function gemma
2 parents a66a4e0 + e10631e commit dc4fd87

31 files changed

+4590
-86
lines changed

.pubignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ web/*.js.map
3131
# Media files (for README, not needed in package)
3232
assets/
3333
colabs/
34+
training_data/
35+
36+
# IDE files
37+
*.iml
38+
39+
# Example app model files
40+
example/assets/models/
3441

3542
# Test files
3643
test/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.11.14
2+
- 🤖 **FunctionGemma Support**: Added `ModelType.functionGemma` for Google's specialized function calling model
3+
- Pre-converted models available on HuggingFace
4+
- Fine-tuning Colab notebooks (3-step pipeline)
5+
- 🐛 **Batch Embeddings Fix**: Fixed type cast issue in platform channel for batch embeddings (#142)
6+
17
## 0.11.13
28
-**iOS Embeddings Fix**: XNNPACK + SentencePiece integration for better results on iOS
39
- 🌐 **Web CDN**: Modules available via jsDelivr (`@0.11.13/web/*.js`)

0 commit comments

Comments
 (0)