1.2.9版本
-
支持多卡推理(多进程实现多GPU、多CPU推理),
text2vec
支持多卡推理(计算文本向量): examples/computing_embeddings_multi_gpu_demo.py -
新增命令行工具(CLI),可以无需代码开发批量获取文本向量:
pip install text2vec>=1.2.9
text2vec --input_file input.txt --output_file out.csv --batch_size 128 --multi_gpu True
Full Changelog: 1.2.8...1.2.9