Skip to content

Commit cdf8275

Browse files
committed
Bump v0.9.6
1 parent 93fa0bb commit cdf8275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/select_a_language_model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Here's a quick example (which will download a small GPT-2 model to your computer
4949
5050
So far, CAPPr has been tested for code correctness on the following architectures:
5151

52-
- Llama, Llama 2
52+
- Llama, Llama 2, and (since CAPPr v0.9.6) Llama 3
5353
- Mistral
5454
- Gemma 2
5555
- Phi

src/cappr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
https://cappr.readthedocs.io/
55
"""
66

7-
__version__ = "0.9.5"
7+
__version__ = "0.9.6"
88

99
from . import utils # noqa: F401
1010
from ._example import Example # noqa: F401

0 commit comments

Comments
 (0)