File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
21+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
2222 with :
2323 submodules : recursive
2424 - name : Install Compile Deps
4343 target : [ linux/arm64, linux/amd64 ]
4444 steps :
4545 - name : checkout
46- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
46+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
4747 - name : Setup QEMU
4848 uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3
4949 with :
6161 runs-on : macos-latest
6262 steps :
6363 - name : checkout
64- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
64+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
6565 with :
6666 submodules : recursive
6767 - name : Setup Rust
7373 runs-on : windows-latest
7474 steps :
7575 - name : checkout
76- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
76+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
7777 with :
7878 submodules : recursive
7979 - name : Setup Rust
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
17+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1818 with :
1919 submodules : recursive
2020 - name : Publish crates for llama-cpp-sys-2
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Set date
1717 run : echo "DATE=$(date -I)" >> $GITHUB_ENV
18- - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
18+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1919 name : Checkout latest
2020 with :
2121 submodules : recursive
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
18+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1919 with :
2020 submodules : recursive
2121
Original file line number Diff line number Diff line change 11[package ]
22name = " embeddings"
3- version = " 0.1.54 "
3+ version = " 0.1.55 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[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 " }
1010hf-hub = { workspace = true }
1111clap = { workspace = true , features = [" derive" ] }
1212anyhow = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " llama-cpp-2"
33description = " llama.cpp bindings for Rust"
4- version = " 0.1.54 "
4+ version = " 0.1.55 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/utilityai/llama-cpp-rs"
88
99# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010
1111[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 " }
1313thiserror = { workspace = true }
1414tracing = { workspace = true }
1515
Original file line number Diff line number Diff line change 11[package ]
22name = " llama-cpp-sys-2"
33description = " Low Level Bindings to llama.cpp"
4- version = " 0.1.54 "
4+ version = " 0.1.55 "
55edition = " 2021"
66license = " MIT OR Apache-2.0"
77repository = " https://github.com/utilityai/llama-cpp-rs"
Original file line number Diff line number Diff line change 11[package ]
22name = " simple"
3- version = " 0.1.54 "
3+ version = " 0.1.55 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
88[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 " }
1010hf-hub = { workspace = true }
1111clap = { workspace = true , features = [" derive" ] }
1212anyhow = { workspace = true }
You can’t perform that action at this time.
0 commit comments