Skip to content

Releases: rahuldshetty/llm.js

2.0.1

11 Jul 12:26
641c03d
Compare
Choose a tag to compare

What's Changed

  • Structured LLM output with JSON Schema and GBNF Grammar Support for model type 'GGUF_CPU'

Full Changelog: 2.0.0...2.0.1

2.0.0

26 Jun 20:51
1f179ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...2.0.0

1.0.2

22 Nov 16:20
Compare
Choose a tag to compare

Added

  • Latest GGUF format supported with latest updated llama2-cpp module.
  • Added context_size parameter for llama models.

Changed

  • Rebranded project to "LLM.JS".
  • Removed STACK_SIZE flag from build scripts.

1.0.1

12 Aug 18:12
b9c819a
Compare
Choose a tag to compare

Added

Changed

  • Added tokenizer_url parameter in GGML Wrapper for supporting LLaMa2.
  • Upgraded ggml version to 244776a

1.0.0

07 Aug 18:57
Compare
Choose a tag to compare

Added

  • ggml.js package
  • Added Model Support for Dollyv2, GPT2, GPT J, GPT Neo X, MPT, Replit, StarCoder
  • docsify documentation