diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-09-29 18:04:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 17:04:52 +0100 |
commit | 0ac2db577b69a387eee577ee4bb7362a3b3ae691 (patch) | |
tree | 86b0ed069ffde6231e5aac5c7715650a5f269460 | |
parent | fc59bc31bf49e707d64ed25fd29a8803f9a12fb4 (diff) | |
download | candle-0ac2db577b69a387eee577ee4bb7362a3b3ae691.tar.gz candle-0ac2db577b69a387eee577ee4bb7362a3b3ae691.tar.bz2 candle-0ac2db577b69a387eee577ee4bb7362a3b3ae691.zip |
Add an entry about WSL slowness to the faq. (#997)
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -321,6 +321,11 @@ mdbook test candle-book -L .\target\debug\deps\ ` -L native=$env:USERPROFILE\.cargo\registry\src\index.crates.io-6f17d22bba15001f\windows_x86_64_msvc-0.48.5\lib ``` +#### Extremely slow model load time with WSL + +This may be caused by the models being loaded from `/mnt/c`, more details on +[stackoverflow](https://stackoverflow.com/questions/68972448/why-is-wsl-extremely-slow-when-compared-with-native-windows-npm-yarn-processing). + #### Tracking down errors You can set `RUST_BACKTRACE=1` to be provided with backtraces when a candle |