From 682811e6c67baadf2c778ca37588b7ea8eaf6e13 Mon Sep 17 00:00:00 2001 From: Xudong Sun Date: Tue, 10 Oct 2023 11:00:45 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7c859d66..cff6a3692 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ conda create --name domainlab_py39 python=3.9 conda activate domainlab_py39 conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.6 -c pytorch -c conda-forge conda install torchmetric==0.10.3 +git checkout fbopt pip install -r requirements_notorch.txt conda install tensorboard ```