From aa9f572611537f93481bd5405afdb42701f82ba4 Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Fri, 19 Jan 2024 09:52:38 +0100 Subject: [PATCH] training dependencies are test dependencies --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f1f07e8..5af2b4b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ Running end-to-end tests is pretty compute-intensive, and you must convert all t First, install test dependencies with: ```bash -rye sync --features test,conversion +rye sync --all-features ``` Then, download and convert all the necessary weights. Be aware that this will use around 50 GB of disk space: