You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--gpu flag in generation CLI commands (#205) (ef501f9)
specialTokens parameter on model.detokenize (#205) (ef501f9)
interactively select a model from CLI commands (#191) (b542b53)
automatically adapt to current free VRAM state (#182) (35e6f50)
GGUF file metadata info on LlamaModel (#182) (35e6f50)
use the tokenizer.chat_template header from the gguf file when available - use it to find a better specialized chat wrapper or use JinjaTemplateChatWrapper with it as a fallback (#182) (35e6f50)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
✨
node-llama-cpp
3.0 is here! ✨Read about the release in the blog post
3.0.0 (2024-09-24)
Features
pull
command (#214) (453c162)inspect gpu
command (#175) (5a70576)inspect gguf
command (#182) (35e6f50)inspect estimate
command (#309) (4b3ad61)inspect measure
command (#182) (35e6f50)init
command to scaffold a new project from a template (withnode-typescript
andelectron-typescript-react
templates) (#217) (d6a0f43)download
,build
andclear
commands to be subcommands of asource
command (#309) (4b3ad61)seed
option to the prompt level (#309) (4b3ad61)TemplateChatWrapper
: custom history template for each message role (#309) (4b3ad61)onTextChunk
option (#273) (e3e0994)stopOnAbortSignal
andcustomStopTriggers
onLlamaChat
andLlamaChatSession
(#214) (453c162)--gpu
flag in generation CLI commands (#205) (ef501f9)specialTokens
parameter onmodel.detokenize
(#205) (ef501f9)LlamaModel
(#182) (35e6f50)tokenizer.chat_template
header from thegguf
file when available - use it to find a better specialized chat wrapper or useJinjaTemplateChatWrapper
with it as a fallback (#182) (35e6f50)chat
,complete
,infill
(#182) (35e6f50)getLlama
when using"lastBuild"
(#164) (ede69c1)chatWrapper
getter on aLlamaChatSession
(#161) (46235a2)LlamaChat
(#139) (5fcdf9b)LlamaText
util (#139) (5fcdf9b)llama.cpp
release in GitHub releases (#142) (36c779d)BREAKING CHANGES
Shipped with
llama.cpp
releaseb3808
This discussion was created from the release v3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions