Download Latest Version 1.2.9 source code.tar.gz (2.9 MB)
Email in envelope

Get an email when there's a new version of Text2vec

Home / 1.2.9
Name Modified Size InfoDownloads / Week
Parent folder
1.2.9 source code.tar.gz 2023-09-20 2.9 MB
1.2.9 source code.zip 2023-09-20 3.0 MB
README.md 2023-09-20 597 Bytes
Totals: 3 Items   5.9 MB 0

1.2.9版本

  1. 支持多卡推理(多进程实现多GPU、多CPU推理),text2vec支持多卡推理(计算文本向量): examples/computing_embeddings_multi_gpu_demo.py (github.com)

  2. 新增命令行工具(CLI),可以无需代码开发批量获取文本向量:

    :::zsh pip install text2vec>=1.2.9 text2vec --input_file input.txt --output_file out.csv --batch_size 128 --multi_gpu True

Full Changelog: https://github.com/shibing624/text2vec/compare/1.2.8...1.2.9

Source: README.md, updated 2023-09-20