From 8b6bda2d2e2713f7895af64137ee5891ff1b35ad Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Sat, 10 Jan 2026 09:11:09 -0600 Subject: [PATCH] Fix issue with code block on stable audio Learning Path --- .../run-stable-audio-with-executorch/4-build-run-macos.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/learning-paths/mobile-graphics-and-gaming/run-stable-audio-with-executorch/4-build-run-macos.md b/content/learning-paths/mobile-graphics-and-gaming/run-stable-audio-with-executorch/4-build-run-macos.md index cd39c9fb91..5ad0a7fe86 100644 --- a/content/learning-paths/mobile-graphics-and-gaming/run-stable-audio-with-executorch/4-build-run-macos.md +++ b/content/learning-paths/mobile-graphics-and-gaming/run-stable-audio-with-executorch/4-build-run-macos.md @@ -24,11 +24,10 @@ Start a fresh virtual environment to avoid dependency conflicts from earlier ste cd $WORKSPACE/ML-examples/kleidiai-examples/audiogen-et/ python3.10 -m venv new-venv source new-venv/bin/activate +``` Start a fresh virtual environment: - - ```bash cd $WORKSPACE/ML-examples/kleidiai-examples/audiogen-et/ python3.10 -m venv new-venv