Skip to content

Commit aa09e3e

Browse files
alabulei1Copilot
andauthored
Update doc/dev/2025-12-19-echokit-day-20-local-gpt-sovits.md
Co-authored-by: Copilot <[email protected]>
1 parent 0a6270d commit aa09e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dev/2025-12-19-echokit-day-20-local-gpt-sovits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ unzip libtorch-macos-arm64-2.4.0.zip
5252
Then, tell the system where to find LibTorch:
5353

5454
```bash
55-
export LD_LIBRARY_PATH=$(pwd)/libtorch/lib:$LD_LIBRARY_PATH
55+
export DYLD_LIBRARY_PATH=$(pwd)/libtorch/lib:$DYLD_LIBRARY_PATH
5656
export LIBTORCH=$(pwd)/libtorch
5757
```
5858

0 commit comments

Comments
 (0)