From 0489ed1e89b007f30fc3eaf02f3b3d6605e717ac Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 25 Jul 2019 19:55:22 -0400 Subject: [PATCH] updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec55f47f..af6029ed 100644 --- a/README.md +++ b/README.md @@ -303,4 +303,8 @@ python single_gpu_node_template.py --gpus "0,1" python multi_node_cluster_template.py --nb_gpu_nodes 4 --gpus '0,1,2,3,4,5,6,7' ``` - +## Bleeding edge +If you can't wait for the next release, install the most up to date code with: +```bash +pip install git+https://github.com/williamFalcon/pytorch-lightning.git@master --upgrade +``` \ No newline at end of file