Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 88 additions & 28 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 dotscope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tokio = { version = "1.50.0", optional = true, features = ["rt-multi-thread"] }

# Metal GPU acceleration for LLM inference on macOS (Apple Silicon / AMD GPU).
[target.'cfg(target_os = "macos")'.dependencies]
mistralrs = { version = "0.7", optional = true, features = ["metal"] }
mistralrs = { version = "0.8", optional = true, features = ["metal"] }

# CUDA GPU acceleration for LLM inference on Linux/Windows with NVIDIA GPUs.
[target.'cfg(not(target_os = "macos"))'.dependencies]
Expand Down
Loading