Skip to content

Releases: yuniko-software/bge-m3-onnx

bge-m3-onnx-v1.0.1

24 Sep 10:47
2a86499

Choose a tag to compare

The assets section contains all files necessary for full functionality, including:

  • Source code
  • onnx.zip containing:
    • bge_m3_model.onnx - BGE-M3 embedding model
    • bge_m3_model.onnx_data - Embedding model weights (2GB)
    • bge_m3_tokenizer.onnx - Tokenizer in ONNX format

What's Changed

  • Add CI Build by @demid-ns in #2
  • Add CUDA support for BGE-M3 inference by @demid-ns in #3
  • Add test for CUDA embeddings by @demid-ns in #4
  • Refactor Python sample to support CUDA and improve test runners by @demid-ns in #5
  • Add Python ONNX vs Transformers embedding tests by @demid-ns in #6
  • Add CUDA Support For Java Sample by @demid-ns in #7
  • Add .NET and Python performance benchmarking by @demid-ns in #8
  • Add performance benchmarking to Java sample by @demid-ns in #9
  • Refactor repository path resolving logic by @demid-ns in #10
  • Add cross-platform performance benchmark scripts by @demid-ns in #11
  • Add BGE-M3 ONNX performance analysis notebook by @demid-ns in #12
  • Update performance tests and analysis notebooks by @demid-ns in #13
  • Add CUDA benchmarking for FlagEmbedding by @demid-ns in #14
  • Update performance data and notebook results by @demid-ns in #15
  • Add Dependabot configuration for dependency updates by @demid-ns in #16
  • Bump org.junit:junit-bom from 5.11.0 to 5.13.4 in /samples/java/bge-m3-onnx by @dependabot[bot] in #28
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.19.2 in /samples/java/bge-m3-onnx by @dependabot[bot] in #27
  • Bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.4 in /samples/java/bge-m3-onnx by @dependabot[bot] in #26
  • Bump org.apache.maven.plugins:maven-site-plugin from 3.15.1 to 3.21.0 in /samples/java/bge-m3-onnx by @dependabot[bot] in #25
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.5.1 in /samples/java/bge-m3-onnx by @dependabot[bot] in #24
  • Bump actions/setup-java from 4 to 5 by @dependabot[bot] in #23
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #22
  • Bump Microsoft.ML.OnnxRuntime.Gpu from 1.22.0 to 1.22.1 by @dependabot[bot] in #21
  • Bump xunit from 2.9.2 to 2.9.3 by @dependabot[bot] in #20
  • Bump coverlet.collector from 6.0.2 to 6.0.4 by @dependabot[bot] in #17
  • Bump xunit.runner.visualstudio from 2.8.2 to 3.1.4 by @dependabot[bot] in #19
  • Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.14.1 by @dependabot[bot] in #18
  • Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #31
  • Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #30
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.19.2 to 2.20.0 in /samples/java/bge-m3-onnx by @dependabot[bot] in #29
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 in /samples/java/bge-m3-onnx by @dependabot[bot] in #32
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 in /samples/java/bge-m3-onnx by @dependabot[bot] in #33

New Contributors

Full Changelog: 1.0.0...1.01

bge-m3-onnx-v1.0.0

25 Jun 19:22
9f1e38d

Choose a tag to compare

The assets section contains all files necessary for full functionality, including:

  • Source code
  • onnx.zip containing:
    • bge_m3_model.onnx - BGE-M3 embedding model
    • bge_m3_model.onnx_data - Embedding model weights (2GB)
    • bge_m3_tokenizer.onnx - Tokenizer in ONNX format