File tree 9 files changed +18
-18
lines changed
9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
21
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
22
22
with :
23
23
submodules : recursive
24
24
- name : Install Compile Deps
43
43
target : [ linux/arm64, linux/amd64 ]
44
44
steps :
45
45
- name : checkout
46
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
46
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
47
47
- name : Setup QEMU
48
48
uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
49
49
with :
61
61
runs-on : macos-latest
62
62
steps :
63
63
- name : checkout
64
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
64
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
65
65
with :
66
66
submodules : recursive
67
67
- name : Setup Rust
73
73
runs-on : windows-latest
74
74
steps :
75
75
- name : checkout
76
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
76
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
77
77
with :
78
78
submodules : recursive
79
79
- name : Setup Rust
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
17
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
18
18
with :
19
19
submodules : recursive
20
20
- name : Publish crates for llama-cpp-sys-2
Original file line number Diff line number Diff line change 15
15
steps :
16
16
- name : Set date
17
17
run : echo "DATE=$(date -I)" >> $GITHUB_ENV
18
- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
18
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
19
19
name : Checkout latest
20
20
with :
21
21
submodules : recursive
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
18
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
19
19
with :
20
20
submodules : recursive
21
21
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " embeddings"
3
- version = " 0.1.54 "
3
+ version = " 0.1.55 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.54 " }
9
+ llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.55 " }
10
10
hf-hub = { workspace = true }
11
11
clap = { workspace = true , features = [" derive" ] }
12
12
anyhow = { workspace = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " llama-cpp-2"
3
3
description = " llama.cpp bindings for Rust"
4
- version = " 0.1.54 "
4
+ version = " 0.1.55 "
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/utilityai/llama-cpp-rs"
8
8
9
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
10
11
11
[dependencies ]
12
- llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.54 " }
12
+ llama-cpp-sys-2 = { path = " ../llama-cpp-sys-2" , version = " 0.1.55 " }
13
13
thiserror = { workspace = true }
14
14
tracing = { workspace = true }
15
15
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " llama-cpp-sys-2"
3
3
description = " Low Level Bindings to llama.cpp"
4
- version = " 0.1.54 "
4
+ version = " 0.1.55 "
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
7
7
repository = " https://github.com/utilityai/llama-cpp-rs"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " simple"
3
- version = " 0.1.54 "
3
+ version = " 0.1.55 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
7
8
8
[dependencies ]
9
- llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.54 " }
9
+ llama-cpp-2 = { path = " ../llama-cpp-2" , version = " 0.1.55 " }
10
10
hf-hub = { workspace = true }
11
11
clap = { workspace = true , features = [" derive" ] }
12
12
anyhow = { workspace = true }
You can’t perform that action at this time.
0 commit comments