David Coles
David Coles
Hi @GrahamboJangles, > I think you can submit false positive reports to Windows Defender, VirusTotal, etc. https://www.microsoft.com/en-us/wdsi/filesubmission/ https://docs.virustotal.com/docs/false-positive-contacts I submitted the file to Microsoft, though haven't got a response back...
> I'm trying to build it myself, but get the following error: @GrahamboJangles You should run the CMake configure step (`cmake --preset windows`) from the top-level `gemma.cpp` directory, then run...
Hi @nfe213, We're currently waging a bit of a war with Google's code sync tool Capybarra, which keeps undoing the changes from this PR. This is likely the reason that...
Latest build ([8034688123](https://github.com/google/gemma.cpp/actions/runs/8034688123)) is ~~[no longer being detected as a threat](https://www.virustotal.com/gui/file/7c90062438c30d6927ae79893c4232321c9a44919e9debe69827b75a4c95df89). 🤞~~ spoke too soon. 🤦
> Looks good to me, thanks. Would you mind rebasing? Unfortunately I can't. Copybarra wiped away the Windows build again: https://github.com/google/gemma.cpp/commit/696597383cabbd7e78c5e581e6425b452f267ab1
Hi @dan-zheng, > Sorry about that! Changes should have been restored in https://github.com/google/gemma.cpp/commit/4c155bd3df70e45837a50a3d7496733ba47e000f, and we've aligned on our workflows so reversions shouldn't happen again. No worries. I know how much...
One thought that came to mind was to provide a mechanism for safely using `printf`-style functions from Rust (e.g. a procedural macro that generates safe printf calls). Another possibility would...
Hi @fabian-paul, Sorry! I only just noticed this PR (end-of-year was pretty crazy). Supporting streaming uploads sounds like a great idea. I'll take a look over the PR tomorrow morning....
Hi @ASoldo, At this point we don't have an example of using Bluetooth or USB from the Rust bindings, but it should be possible via the low-level [flipperzero-sys](https://crates.io/crates/flipperzero-sys) crate. Typically...
Yes. That's right. The [`gpio`](https://github.com/flipperzero-rs/flipperzero/blob/main/crates/flipperzero/examples/gpio.rs) and [`gui`](https://github.com/flipperzero-rs/flipperzero/blob/main/crates/flipperzero/examples/gui.rs) examples are good ones that show what working directly with the `flipperzero-sys` crate is like. If you get stuck, I or one of...