Skip to content

Tags: jkrukowski/swift-embeddings

Tags

0.0.19

Toggle 0.0.19's commit message
added support for

0.0.18

Toggle 0.0.18's commit message
removed benchmarks because of compilation fail on tvOS, visionOS and …

…watchOS

0.0.17

Toggle 0.0.17's commit message
updated libs, fixed issues

0.0.16

Toggle 0.0.16's commit message
updated swift-transformers

0.0.15

Toggle 0.0.15's commit message
tokenOffset in XLMRobertaTokenizer, accuracy tests fixes

0.0.14

Toggle 0.0.14's commit message
Add Roberta model and updates to embeddings

0.0.13

Toggle 0.0.13's commit message
Relax swift argument parser version

0.0.12

Toggle 0.0.12's commit message
Refactored tokenizer config, added more supported models

0.0.11

Toggle 0.0.11's commit message
added static embeddings

0.0.10

Toggle 0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Lower deployment target to macOS 14 and aligned releases (#2)

* Lower deployment target to macOS 14 and aligned releases

* Add missing test annoations

* Applied formatting