From 13f4d4865b9625c649c7a774dd71d9d515b57f06 Mon Sep 17 00:00:00 2001 From: Raphael Tang Date: Wed, 30 Nov 2022 00:46:17 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 005cbb1..8ada620 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ You can see more options for `daam` by running `daam -h`. ## Using DAAM as a Library -First, install [PyTorch <= 1.12.1](https://pytorch.org) for your platform. +First, install [PyTorch <= 1.13.0](https://pytorch.org) for your platform. Then, install DAAM with `pip install daam`. If you want an editable version, then do `git clone https://github.com/castorini/daam && pip install -e daam`. Using DAAM as a library is easy.