Skip to content

Commit c16ba8e

Browse files
Release v0.1.5 (#33)
* [create-pull-request] automated change * chore: empty commit --------- Co-authored-by: NJordan72 <[email protected]> Co-authored-by: Nick Jordan <[email protected]>
1 parent 0444f93 commit c16ba8e

File tree

3 files changed

+7
-16
lines changed

3 files changed

+7
-16
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pip install narrative-llm-tools
3030
To use the HuggingFace Inference Endpoints Handler, via HuggingFace Inference Endpoints you will need to reference this library from a `requirements.txt` file in your repository:
3131

3232
```text
33-
narrative-llm-tools @ git+https://github.com/narrative-io/[email protected].4
33+
narrative-llm-tools @ git+https://github.com/narrative-io/[email protected].5
3434
```
3535

3636
Additionally, you will need to add the following `handler.py` file to your repository:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "narrative-llm-tools"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "A set of tools to use when calling Narrative I/O LLMs."
55
classifiers = [
66
"Programming Language :: Python :: 3",

release_notes.md

+5-14
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,8 @@
44
### 🐛 Bug Fixes
55

66
### 🔧 Other Changes
7-
* ci: configure github user (#23) (d99f908)
8-
* Release v0.1.3 (#21) (40d1018)
9-
* ci: fix tagging and version update process (#22) (13e43d9)
10-
* ci: remove main commit (#20) (57374f3)
11-
* ci: codeql not on push to main (#19) (807ae25)
12-
* chore(deps): update peter-evans/create-pull-request action to v7 (#18) (604a782)
13-
* chore: update release workflow to include pr (#17) (1076331)
14-
* feat: reward model for json similarity (#15) (0433b43)
15-
* fix(deps): update dependency torch to v2.6.0 (#16) (7329014)
16-
* Create backup-daily.yml (#14) (5515517)
17-
* feat: pass in tools with `tool_catalog` message (#13) (0883acf)
18-
* ci: create greetings.yml (cd013a6)
19-
* feat: allow models to return non-json / unenforced responses (#12) (f7d28e4)
20-
* chore: add jinja template (170ee19)
7+
* fix: export reward functions (#32) (0444f93)
8+
* chore: pypi workflow (#26) (869575b)
9+
* chore: revert to torch 2.5.1 (#29) (49a938d)
10+
* chore: allow 3.12 point releases (#28) (da965b8)
11+
* docs: start docs w/mkdocs (#25) (8a61827)

0 commit comments

Comments
 (0)