Skip to content

Commit e58a0c3

Browse files
authored
Merge pull request #2 from EnflameTechnology/enflame
Switch to Github dependencies
2 parents bab99b5 + 138bc3e commit e58a0c3

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ rustflags = ["-C", "target-feature=+simd128"]
1010
rustflags = ["-C", "target-feature=-avx,-avx2"]
1111

1212
[env]
13-
ATOMIC_URL = "http://artifact.enflame.cn:80/artifactory/module_package/acore"
14-
ATOMIC_VERSION = "01d7f5d"
15-
ATOMIC_TAG = "3.3.20250314"
13+
ATOMIC_URL = "https://github.com/EnflameTechnology/Ubridge/releases/download/v0.1.0/"

candle-core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ ug-metal = { workspace = true, optional = true }
3434
yoke = { workspace = true }
3535
zip = { workspace = true }
3636

37-
ubridge = { path = "../../ubridge", version = "0.1.0", optional=true}
38-
uhal = { path = "../../UHHI/uhal", version = "0.1.0", optional=true}
39-
cust_core = { path = "../../UHHI/common_features/cust_core", version = "0.1.0", optional=true}
37+
ubridge = { git = "https://github.com/EnflameTechnology/Ubridge.git", version = "0.1.0", optional=true, rev = "c6423ab"}
38+
uhal = { git = "https://github.com/EnflameTechnology/UHHI.git", version = "0.1.0", optional=true, rev = "06356e7"}
39+
cust_core = { git = "https://github.com/EnflameTechnology/UHHI.git", version = "0.1.0", optional=true, rev = "06356e7"}
4040

4141
float_eq = { version = "0.7.0"}
4242

candle-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tokenizers = { workspace = true, features = ["onig"] }
3838
float_eq = "1"
3939
cpal = { version = "0.15.2", optional = true }
4040
pdf2image = { version = "0.1.2" , optional = true}
41-
ubridge = { path = "../../ubridge", version = "0.1.0", optional=true}
41+
ubridge = { git = "https://github.com/EnflameTechnology/Ubridge.git", version = "0.1.0", optional=true, rev = "c6423ab"}
4242

4343
[dev-dependencies]
4444
anyhow = { workspace = true }

0 commit comments

Comments
 (0)