Skip to content

Commit 55c8997

Browse files
committed
feat: 添加张量格式化功能
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent c6ac5a4 commit 55c8997

File tree

5 files changed

+166
-183
lines changed

5 files changed

+166
-183
lines changed

Cargo.lock

Lines changed: 5 additions & 182 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
members = [
33
"gguf",
44
"tensor",
5-
"causal-lm",
65
"models/llama/common",
76
"models/llama/common-cpu",
87
"test-utils",

tensor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ authors = ["YdrMaster <ydrml@hotmail.com>"]
88
ggml-quants.workspace = true
99
ndarray-layout.workspace = true
1010
operators.workspace = true
11+
half = "2.4"

0 commit comments

Comments
 (0)