We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when runing the docker compose up to build it fails :
[bloop-app builder 7/7] RUN --mount=target=/root/.cache/sccache,type=cache --mount=target=/build/target,type=cache cargo --locked build --bin bleep --release && cp /build/target/release/bleep / && sccache --show-stats && mkdir /dylib && cp /build/target/release/libonnxruntime.so /dylib/: 0.646 Updating git repository https://github.com/bloopai/esaxx-rs 2.008 Updating crates.io index 2.474 Updating git repository https://github.com/BloopAI/comrak 4.204 Updating git submodule https://github.com/BloopAI/cmark-gfm 6.496 Updating git submodule https://github.com/rlidwka/markdown-it.rs.git 8.298 Updating git submodule https://github.com/raphlinus/pulldown-cmark.git 10.61 Updating git repository https://github.com/BloopAI/gitoxide 29.48 Updating git repository https://github.com/bloopai/hyperpolyglot 39.20 Updating git repository https://github.com/BloopAI/tree-sitter-cobol 109.3 Updating git repository https://github.com/tree-sitter/tree-sitter-cpp 137.9 Updating git repository https://github.com/tree-sitter/tree-sitter-go 143.6 Updating git repository https://github.com/tree-sitter/tree-sitter-java 150.3 Updating git repository https://github.com/tree-sitter/tree-sitter-php 211.6 Updating git repository https://github.com/bloopai/llm 214.7 Updating git submodule https://github.com/ggerganov/llama.cpp 237.3 error: failed to get llm as a dependency of package bleep v0.6.4 (/build/server/bleep) 237.3 237.3 Caused by: 237.3 failed to load source for dependency llm 237.3 237.3 Caused by: 237.3 Unable to update https://github.com/bloopai/llm?branch=batch-metal-kernels#e338add1 237.3 237.3 Caused by: 237.3 failed to update submodule crates/ggml/sys/llama-cpp 237.3 237.3 Caused by: 237.3 object not found - no match for id (f19897937c819f507241932d478a500706b54947); class=Odb (9); code=NotFound (-3)
https://github.com/bloopai/esaxx-rs
https://github.com/BloopAI/comrak
https://github.com/BloopAI/cmark-gfm
https://github.com/rlidwka/markdown-it.rs.git
https://github.com/raphlinus/pulldown-cmark.git
https://github.com/BloopAI/gitoxide
https://github.com/bloopai/hyperpolyglot
https://github.com/BloopAI/tree-sitter-cobol
https://github.com/tree-sitter/tree-sitter-cpp
https://github.com/tree-sitter/tree-sitter-go
https://github.com/tree-sitter/tree-sitter-java
https://github.com/tree-sitter/tree-sitter-php
https://github.com/bloopai/llm
https://github.com/ggerganov/llama.cpp
llm
bleep v0.6.4 (/build/server/bleep)
crates/ggml/sys/llama-cpp
failed to solve: process "/bin/sh -c cargo --locked build --bin bleep --release && cp /build/target/release/bleep / && sccache --show-stats && mkdir /dylib && cp /build/target/release/libonnxruntime.so /dylib/" did not complete successfully: exit code: 101
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when runing the docker compose up to build it fails :
failed to solve: process "/bin/sh -c cargo --locked build --bin bleep --release && cp /build/target/release/bleep / && sccache --show-stats && mkdir /dylib && cp /build/target/release/libonnxruntime.so /dylib/" did not complete successfully: exit code: 101
The text was updated successfully, but these errors were encountered: