Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- feat: add v1 Model API by @abetlen in #2280

## [0.3.27]

- feat: update llama.cpp to ggml-org/llama.cpp@465b1f0e7
Expand Down
5 changes: 5 additions & 0 deletions llama_cpp/v1/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Experimental v1 model API."""

from .model import Model

__all__ = ["Model"]
Loading
Loading