Skip to content

Commit

Permalink
feat: Add 7b control models
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchtnerAA committed Apr 22, 2024
1 parent 0421ab2 commit fcfe7e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


### New Features
- Add new models `luminous-nextgen-7b-control-384k` and `luminous-nextgen-7b-control-384k-kto` to selection

### Fixes
- fix: `ChunkWithIndices` now additionally returns end_index
Expand Down
2 changes: 2 additions & 0 deletions src/intelligence_layer/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ def __init__(
"luminous-base-control-20240215",
"luminous-extended-control-20240215",
"luminous-supreme-control-20240215",
"luminous-nextgen-7b-control-384k",
"luminous-nextgen-7b-control-384k-kto",
] = "luminous-base-control",
client: Optional[AlephAlphaClientProtocol] = None,
) -> None:
Expand Down

0 comments on commit fcfe7e1

Please sign in to comment.