From fc013bf5e09adca14124201b953580920c2e0e58 Mon Sep 17 00:00:00 2001 From: YdrMaster Date: Mon, 25 Nov 2024 14:26:40 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BD=BF=E7=94=A8=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=89=88=20ggus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YdrMaster --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a51e8d..21c07d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,13 +23,13 @@ tensor.path = "tensor" causal-lm.path = "causal-lm" test-utils.path = "test-utils" +ggus = "0.3" itertools = "0.13" +build-script-cfg = "0.0" -ggus = { git = "https://github.com/YdrMaster/gguf", rev = "b65b1a2" } ndarray-layout = { git = "https://github.com/YdrMaster/ndarray-layout", rev = "48d36c5" } operators = { git = "https://github.com/YdrMaster/operators-rs", rev = "48892b8", default-features = false } -build-script-cfg = "0.0" search-cl-tools = { git = "https://github.com/InfiniTensor/clrt", rev = "6846d52" } search-cuda-tools = { git = "https://github.com/YdrMaster/cuda-driver", rev = "e2ec203" } search-ascend-tools = { git = "https://github.com/InfiniTensor/ascendcl", rev = "bca7489" }