gobean commited on
Commit
dfb9953
·
verified ·
1 Parent(s): aefa5fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -11
README.md CHANGED
@@ -22,21 +22,18 @@ Options can be passed in to expose the api etc. See their [docs](https://github.
22
  [Mozilla Blog Announcement for Llamafile](https://hacks.mozilla.org/2023/11/introducing-llamafile/)
23
 
24
 
25
- Windows note:
26
 
27
- If it's over 4gb and you want to use it on Windows, you'll have to run it from WSL.
28
 
29
- WSL note: If you get the error about APE, and the recommended command
30
 
31
- `sudo sh -c 'echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop'`
32
 
33
- doesn't work, the WSLInterop file might be named something else. I had success with
34
 
35
- `sudo sh -c 'echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop-late'`
 
36
 
37
- If that fails too, just navigate to `/proc/sys/fs/binfmt_msc` and see what files look like `WSLInterop` and echo a -1 to whatever it's called by changing that part of the recommended command.
38
 
39
-
40
- FreeBSD note:
41
-
42
- Yes, it actually works on a fresh install of FreeBSD.
 
22
  [Mozilla Blog Announcement for Llamafile](https://hacks.mozilla.org/2023/11/introducing-llamafile/)
23
 
24
 
25
+ - Windows note: If it's over 4gb and you want to use it on Windows, you'll have to run it from WSL.
26
 
27
+ - WSL note: If you get the error about APE, and the recommended command
28
 
29
+ `sudo sh -c 'echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop'`
30
 
31
+ doesn't work, the WSLInterop file might be named something else. I had success with
32
 
33
+ `sudo sh -c 'echo -1 > /proc/sys/fs/binfmt_misc/WSLInterop-late'`
34
 
35
+ If that fails too, just navigate to `/proc/sys/fs/binfmt_msc` and see what files look like `WSLInterop`
36
+ and echo a -1 to whatever they're called by changing that part of the recommended command.
37
 
 
38
 
39
+ - FreeBSD note: Yes, it actually works on a fresh install of FreeBSD.