kherud/java-llama.cpp

Add vocab_only

ardinursyamsu opened this issue · 1 comments

Would you add vocab_only option just like python library do? I want to separate my tokenizer service and model service in my spring boot app.

Hey @ardinursyamsu past versions of this Java binding allowed this too, so it shouldn't be too much effort to bring this back. I'll have a look over the next few days.