Update README

This commit is contained in:
nlpfun
2022-04-18 23:10:51 +08:00
parent 014d3aafa3
commit 520a0bbd34
2 changed files with 7 additions and 8 deletions

View File

@@ -18,7 +18,9 @@ Alignment between 25 languages: Catalan (ca), Chinese (zh), Czech (cs), Danish (
## Installation
Please see [requirements.txt](./requirements.txt) for installation information. If you are running Bertalign on *GPU-enabled Linux* such as Google Colaboratory, please install *faiss-gpu* for faster processing.
Please see [requirements.txt](./requirements.txt) for installation information.
### Run Bertalign directly in a [Google Colab notebook](https://colab.research.google.com/drive/123GhXwgwmQp1F5SVZ74_uIgyxo6hLRq0?usp=sharing)
## Basic example

View File

@@ -1,8 +1,5 @@
faiss_cpu==1.7.2
#faiss_gpu==1.7.2
faiss-gpu==1.7.2
#faiss-cpu==1.7.2
googletrans==4.0.0rc1
numba==0.55.1
numpy==1.21.6
sentence_splitter==1.4
sentence_transformers==2.2.0
torch==1.11.0+cu113
sentence-splitter==1.4
sentence-transformers==2.2.0