まだまだ途中なので追記していく予定
それぞれの表記が変わりました
| 0.8.x | 0.9.x |
|---|
| # Clone llama.cpp | |
| git clone https://github.com/ggerganov/llama.cpp.git | |
| cd llama.cpp | |
| # Build it | |
| make clean | |
| LLAMA_METAL=1 make | |
| # Download model | |
| export MODEL=llama-2-13b-chat.ggmlv3.q4_0.bin |
mostly in the realm of creative coding and graphics programming
lots of these are my own :)
https://www.npmjs.org/package/wzrd (browserify dev server)
https://www.npmjs.org/package/budo (like wzrd but with incremental watching & LiveReload)
https://www.npmjs.org/package/beefy (more fully-featured dev server)
| for hiro | |
| //-------------------------------------------------------------- | |
| void testApp::draw(){ | |
| ofSetColor(255,0,127); | |
| ofBeginShape(); |