⌜ ᐸ ᐊ ᐯ Ⲷ Ⲡ ⌟
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update docs

yzzxyz fa0888a3 74365963

+5 -1
+5 -1
README.md
··· 54 54 Build mesh-llm for Linux/MacOS/Windows (needs CMAKE/programmer tools): 55 55 56 56 ``` 57 - cargo run setup.rs 57 + cd mesh-build-scripts 58 + sh install-prereq.sh 59 + sh setup.sh 58 60 ``` 59 61 60 62 Build mesh-llm for non-M-series MAC (x86_64): 61 63 62 64 ``` 65 + cd mesh-build-scripts 66 + sh install-prereq.sh 63 67 sh build-mac-cpu.sh --backend cpu 64 68 ``` 65 69