From 9e4f35722b635402c6fd5a1399d987bc80b45b43 Mon Sep 17 00:00:00 2001 From: Philippe Laban Date: Fri, 6 Oct 2023 16:49:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 263a5cc..2e68d79 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ We release: (1) the trained SummaC models, (2) the SummaC Benchmark and data loa pip install summac ``` +Requirement issues: in v0.0.4, we've reduced package dependencies to facilitate installation. We recommend you install `torch` first and verify it works before installing `summac`. + The two trained models SummaC-ZS and SummaC-Conv are implemented in `model_summac` ([link](https://github.com/tingofurro/summac/blob/master/model_summac.py)). Once the package is installed, the models can be used like this: ### Example use