This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Lukas Kreussel <[email protected]> Co-authored-by: Philpax <[email protected]>
- Loading branch information
1 parent
c3b868a
commit 7a10cfb
Showing
6 changed files
with
522 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[package] | ||
name = "llm-bert" | ||
version = "0.2.0-dev" | ||
license = { workspace = true } | ||
repository = { workspace = true } | ||
description = "An implementation of BERT for the `llm` ecosystem." | ||
edition = "2021" | ||
readme = "../../../README.md" | ||
|
||
[dependencies] | ||
bytemuck.workspace = true | ||
llm-base = { path = "../../llm-base", version = "0.2.0-dev" } | ||
tracing = { version = "0.1", features = ["log"] } | ||
|
Oops, something went wrong.