Update README.md

This commit is contained in:
John 2023-06-19 17:53:35 +02:00 committed by GitHub
parent 911226625a
commit 1ca2186189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,8 @@ cmake --build . --config Release
2) Installing on WSL (Windows Subsystem for Linux) 2) Installing on WSL (Windows Subsystem for Linux)
# I am getting slightly better timings on WSL than native windows, though currently mmap does not appear to work in WSL (--no-mmap) - either a binary difference or something else # I am getting slightly better timings on WSL than native windows
# Use --no-mmap in WSL OR copy the model into native directory (not /mnt/) or it will get stuck loading (thanks @nauful)
#Choose a current distro: #Choose a current distro:
wsl.exe --list --online wsl.exe --list --online
wsl --install -d distro wsl --install -d distro