Steve Hanov
Steve Hanov
I can confirm that version 2.6.1 works properly and the **latest version does not.** Note if anyone is trying to reproduce it in zwibbler docs, I have reverted to that...
This also reworks the Options parsing. It removes the Option.java enumeration, and instead passes any options that it does not understand to coffeescript. This is necessary because we do not...
I ended up using [llama.cpp](https://github.com/ggerganov/llama.cpp) instead. It is *very* easy to get up and running and also supports alpaca and vicuna models. But it only runs on CPU, not GPU.