Fulton Byrne
Fulton Byrne
I figure I'd link the Docker issue that's perhaps most relevant to this work: https://github.com/moby/moby/issues/2259 I'm assuming the Concourse team's stance (I'm not on the team) is to wait for...
@ClementTsang I see! That's helpful to get more context from those other issues. I think I'll fork and make a mess, but try some things out. If I come up...
Ok so my main focus area is the fact that all of these widgets for graphs have to implement a different draw function depending on the data they receive. ```mermaid...
~~My plan is to invert control here a bit. Instead of a CPU Widget or a Network Widget... We can have a Graph Widget or a Table Widget.~~ ~~So then...
I've been exploring more and it seems like separation of concerns is a bit difficult. There are good reasons for everything to be scoped the way it is, but there...
We've tried using an action to label PRs by CODEOWNERS, but the label needs be added _before_ opening the PR in order to get the notification. The integration only listens...
`pacman -S pacman -S extra/webkit2gtk-4.1` solves that issue, but then we run into some import errors in `navicula`. ``` error[E0432]: unresolved import `dioxus_desktop::EvalResult` --> /home/fbyrne/.cargo/git/checkouts/navicula-66e4e16cd8702a1c/b7eb3d0/src/types.rs:5:50 | 5 | use dioxus_desktop::{use_window,...
Following the AUR building with `cargo build --release` makes it progress much further. You might also need to set the C compiler using `CC`. And finally if the `ld` command...
looking at the bindgen it seems like there's support for both GGML and GGUF in 0.13 https://github.com/sobelio/llm-chain/blob/5e153919fd2d900b66c2ea0d51c5ca1a520ad8da/crates/llm-chain-llama-sys/src/bindings.rs#L3755 just CTRL + F for either and you'll see an abundance.
`llama_init_from_file` was deprecated. Likely it doesn't support gguf? https://github.com/ggerganov/llama.cpp/commit/527b6fba1d237befb324fd846bda7418c0fa394d#diff-a2f09a47e379eeeb66a7398e3a1d11a391af75829d3e7a6dd7218e221b4fcaf3R161-R164