issues
search
cpcdoy
/
rust-sbert
Rust port of sentence-transformers (https://github.com/UKPLab/sentence-transformers)
Apache License 2.0
106
stars
12
forks
source link
Use rayon for multithreading and simplify code
#12
Closed
lerouxrgd
closed
4 years ago
lerouxrgd
commented
4 years ago
Use rayon for multi-threading (instead of crossbeam scope threads)
Remove Arc/Mutex based Safe* wrappers
Ensure tests/benches consistency with seeded random input
Add Dockerfile and instructions for model preparation