Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
chore: update llama-rs git
Browse files Browse the repository at this point in the history
  • Loading branch information
hlhr202 committed Mar 24, 2023
1 parent 4c66e03 commit 3e01704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.11.1", default-features = false, features = ["napi6", "tokio_rt"] }
napi-derive = "2.11.0"
llama-rs = { git = "https://github.com/setzer22/llama-rs.git", branch = "main" }
llama-rs = { git = "https://github.com/rustformers/llama-rs.git", branch = "main" }
clap = { version = "4.1.8", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4"
Expand Down

0 comments on commit 3e01704

Please sign in to comment.