Skip to content

Commit

Permalink
[no ci] edit README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed Jul 23, 2023
1 parent 6845378 commit 4e00f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ pip install sumy
# for text.kw.KeywordExtractor
pip install textblob
# for text.qa.generative_qa
pip install paper-qa
pip install paper-qa==2.1.1 langchain==0.0.180
```
- **ktrain** purposely pins to a lower version of **transformers** to include support for older versions of TensorFlow. If you need a newer version of `transformers`, it is usually safe for you to upgrade `transformers`, as long as you do it **after** installing **ktrain**.

Expand Down

0 comments on commit 4e00f9d

Please sign in to comment.