From 675895420f8627dc1ad4224886169a27eb262403 Mon Sep 17 00:00:00 2001 From: inel Date: Fri, 11 Oct 2024 12:07:51 +0200 Subject: [PATCH] update readme, modifying git source url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb1b336b..afa2d504 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ pip install torchgfn[scripts] To install the cutting edge version (from the `main` branch): ```bash -git clone https://github.com/saleml/torchgfn.git +git clone https://github.com/GFNOrg/torchgfn.git conda create -n gfn python=3.10 conda activate gfn cd torchgfn