Update README
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user