-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aaff8fd
commit 6594580
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "fast-sentence-transformers" | ||
version = "0.3.4" | ||
version = "0.3.5" | ||
description = "This repository contains code to run faster sentence-transformers using tools like quantization, ONNX and pruning." | ||
authors = ["David Berenstein <[email protected]>"] | ||
license = "MIT" | ||
|