Skip to content

Commit a0afbde

Browse files
committed
temp: test bot
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent d67f60f commit a0afbde

File tree

16 files changed

+21
-16
lines changed

16 files changed

+21
-16
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ members = [
2020
]
2121
resolver = "2"
2222

23+
[workspace.package]
24+
edition = "2021"
25+
2326
[workspace.dependencies]
2427
common.path = "common"
2528
gguf.path = "gguf"

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "common"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition.workspace = true
55
authors = ["YdrMaster <ydrml@hotmail.com>"]
66

77
[dependencies]

gguf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gguf"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition.workspace = true
55
authors = ["YdrMaster <ydrml@hotmail.com>"]
66

77
[dependencies]

models/clip/common-cpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clip-cpu"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition.workspace = true
55
authors = ["YdrMaster <ydrml@hotmail.com>"]
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

models/clip/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clip"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition.workspace = true
55
authors = ["YdrMaster <ydrml@hotmail.com>"]
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

models/gpt2/common-cpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gpt2-cpu"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition.workspace = true
55
authors = ["onenewcode <lovestudy@qq.com>", "YdrMaster <ydrml@hotmail.com>"]
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

models/gpt2/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gpt2"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition.workspace = true
55
authors = ["onenewcode <lovestudy@qq.com>", "YdrMaster <ydrml@hotmail.com>"]
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

models/gpt2/cuda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gpt2-cuda"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition.workspace = true
55
authors = ["onenewcode <lovestudy@qq.com>", "YdrMaster <ydrml@hotmail.com>"]
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

models/llama/common-cpu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "llama-cpu"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition.workspace = true
55
authors = ["YdrMaster <ydrml@hotmail.com>"]
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

models/llama/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "llama"
33
version = "0.0.0"
4-
edition = "2021"
4+
edition.workspace = true
55
authors = ["YdrMaster <ydrml@hotmail.com>"]
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)