From 1a13ba99092e55d5e236be46a7bf7f20ea57f599 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 26 Feb 2022 12:06:21 -0600 Subject: Revert "Fix pip command to install pytorch instead of old torch package" This reverts commit 123846ed7dd429387e069c186bb4d47c24eb8124. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38b7218..f10a28f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Fediverse ebooks bot using neural networks ## Usage -First, install Python dependencies with `pip install psycopg2 pytorch transformers datasets Mastodon.py`. Currently only Mastodon with PostgreSQL is supported, but it should be easy to add support for other platforms and databases. +First, install Python dependencies with `pip install psycopg2 torch transformers datasets Mastodon.py`. Currently only Mastodon with PostgreSQL is supported, but it should be easy to add support for other platforms and databases. Generate the training data from the Mastodon database using `python data.py -d 'dbname=test user=postgres password=secret'`. You can skip this step if you have training data from another source. -- cgit v1.2.3-70-g09d2