Skip to content
Snippets Groups Projects
Unverified Commit 35a75d51 authored by Mirco Ravanelli's avatar Mirco Ravanelli Committed by GitHub
Browse files

Merge pull request #2189 from speechbrain/Adel-Moumen-patch-1

Update README.md
parents 7cfd162c 629b99ea
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ Key point: **specify `test_debug_flags` and make sure testing your recipe works ...@@ -6,7 +6,7 @@ Key point: **specify `test_debug_flags` and make sure testing your recipe works
For GPU testing, install all extra requirements: For GPU testing, install all extra requirements:
``` ```
find recipes | grep extra | xargs cat | sort -u | grep -v \# | xargs -I {} pip install {} find recipes | grep extra_requirements.txt | xargs cat | sort -u | grep -v \# | xargs -I {} pip install {}
``` ```
--- ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment