From 8f5fdbf1862bcf5514c7c8149902ca6bf54971c1 Mon Sep 17 00:00:00 2001 From: paul Date: Wed, 15 Nov 2023 03:00:03 +0100 Subject: [PATCH] Update README --- laser_encoders/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laser_encoders/README.md b/laser_encoders/README.md index 4c508824..49b69516 100644 --- a/laser_encoders/README.md +++ b/laser_encoders/README.md @@ -7,10 +7,10 @@ laser_encoders is the official Python package for the Facebook [LASER](https://g ## Dependencies - Python `>= 3.8` -- [PyTorch `>= 2.0`](http://pytorch.org/) +- [PyTorch `>= 1.10.0`](http://pytorch.org/) - sacremoses `>=0.1.0` - sentencepiece `>=0.1.99` -- numpy `>=1.25.0` +- numpy `>=1.21.3` - fairseq `>=0.12.2` You can find a full list of requirements [here](requirements.txt)