commit 287945447a0f28ba4199b6a5c09d64451e6a6449 parent e3d1d0b7ba51d08978875641a9dfc2b7ff2c2e66 Author: Steven Atkinson <steven@atkinson.mn> Date: Mon, 6 Nov 2023 17:27:53 -0800 Update README.md Mention Mamba solver (cf #327) Diffstat:
M | README.md | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -47,6 +47,8 @@ Otherwise, for a CPU-only install (will train much more slowly): conda env create -f environment_cpu.yml ``` +_Note: if Anaconda takes a long time "`Solving environment...`", then you can speed up installing the environment by using the mamba experimental sovler with `--experimental-solver=libmamba`._ + Then activate the environment you've created with ```bash