Skip to content

Commit

Permalink
Added Phi4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenzopf committed Jan 20, 2025
1 parent 21a419f commit 75b9a54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ We plan on adding more models as we have time and based upon request. The librar

- llama2_7b_chat
- llama3_8b_instruct
- llama3_1_8b_instruct
- llama3_2_3b_instruct
- phi_3
- phi_3_5
- phi_4
- zephyr_7b_beta
- gemma_7b

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lapet"
version = "0.8.11"
version = "0.8.12"
authors = [
{name = "Jonathan Eisenzopf", email = "[email protected]"},
]
Expand Down

0 comments on commit 75b9a54

Please sign in to comment.