From c7925c5d089d9927d93525a92180a3b66c649091 Mon Sep 17 00:00:00 2001 From: YuliangLiu0306 <72588413+YuliangLiu0306@users.noreply.github.com> Date: Mon, 14 Nov 2022 17:22:45 +0800 Subject: [PATCH] [sc demo] add requirements to spmd README (#1941) --- examples/tutorial/auto_parallel/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/tutorial/auto_parallel/README.md b/examples/tutorial/auto_parallel/README.md index 4d66bd955..a510e8d38 100644 --- a/examples/tutorial/auto_parallel/README.md +++ b/examples/tutorial/auto_parallel/README.md @@ -10,6 +10,12 @@ If you wish to use customized directory for the dataset. You can set the environ export DATA=/path/to/data ``` +## extra requirements to use autoparallel + +```bash +pip install pulp +conda install coin-or-cbc +``` ## Run on 2*2 device mesh