add hermes llm

This commit is contained in:
Adil Hafeez 2025-05-29 13:33:41 -07:00
parent 470cdf9843
commit cd7b8ef649
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
4 changed files with 160 additions and 1 deletions

7
crates/Cargo.lock generated
View file

@ -1006,6 +1006,13 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hermesllm"
version = "0.1.0"
dependencies = [
"common",
]
[[package]]
name = "hermit-abi"
version = "0.1.19"