Skip to content

Commit 8b6bda2

Browse files
committed
Fix issue with code block on stable audio Learning Path
1 parent 194cdf9 commit 8b6bda2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • content/learning-paths/mobile-graphics-and-gaming/run-stable-audio-with-executorch

content/learning-paths/mobile-graphics-and-gaming/run-stable-audio-with-executorch/4-build-run-macos.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ Start a fresh virtual environment to avoid dependency conflicts from earlier ste
2424
cd $WORKSPACE/ML-examples/kleidiai-examples/audiogen-et/
2525
python3.10 -m venv new-venv
2626
source new-venv/bin/activate
27+
```
2728

2829
Start a fresh virtual environment:
2930

30-
31-
3231
```bash
3332
cd $WORKSPACE/ML-examples/kleidiai-examples/audiogen-et/
3433
python3.10 -m venv new-venv

0 commit comments

Comments
 (0)