From 4edca1a6a892ae003ccf1fc568cfa116b025c922 Mon Sep 17 00:00:00 2001 From: Jintao Huang Date: Wed, 16 Nov 2022 23:13:47 +0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 954c557..82bbf49 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ 3. Install mini-lightning ```bash # from pypi -pip install mini-lightning==0.1.5 +pip install mini-lightning==0.1.6 # Or download the files from the repository to local, # and go to the folder where setup.py is located, and run the following command @@ -80,3 +80,4 @@ torchrun --nnodes 2 --node_rank 1 --master_addr xxx.xxx.xxx.xxx --nproc_per_node ## TODO 1. Automatic parameter adjustment +2. Examples: GNN, Audio, Meta learning