From 127674d5e70abe898a0a9fb89f7d3677fe1c8163 Mon Sep 17 00:00:00 2001 From: Calychas Date: Tue, 25 Apr 2023 19:42:11 +0200 Subject: [PATCH] docs: update getting_started with torch optional group --- docs/getting_started/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started/README.md b/docs/getting_started/README.md index 249dbb8e..23bb6491 100644 --- a/docs/getting_started/README.md +++ b/docs/getting_started/README.md @@ -19,6 +19,7 @@ The following optional dependencies can be installed to enable additional functi * `srai[voronoi]` - dependencies to use Voronoi-based regionization method * `srai[gtfs]` - dependencies to process GTFS data * `srai[plotting]` - dependencies to plot graphs and maps +* `srai[torch]` - dependencies to use torch-based embedders ## Usage