Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

30 lines (22 loc) · 1.08 KB

CHANGELOG

All notable project-wide changes will be documented in this file. Note that each subproject has its own CHANGELOG.

The format is based on Keep a Changelog and Commons Changelog. This project adheres to Semantic Versioning.

Types of Changes

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

[0.1.x]

  • Added low-level simple wrapper using cyllama

  • Added high-level simple wrapper using cyllama

  • Added llamalib.h, a single-header library which includes common high-level c++ code

  • Added low-level simple wrapper using nbllama

  • Added high-level simple wrapper using nbllama

  • Added low-level simple wrapper using pbllama

  • Added high-level simple wrapper using pbllama

  • Added nbllama.cpp nanobind wrapper.

  • Added pbllama.cpp pybind11 wrapper.

  • Added llama.pxd file for cyllama