Pavol Rusnak
Pavol Rusnak
$SUBJ says it all :-)
Is there a demand or plan to add various AES modes?
It's needed for bridge 1 anyway. (And probably Chrome extension, but we don't support that anymore, or do we?)
It seems that both libusb and hidapi are now properly maintained and actively developed in the libusb organization: * https://github.com/libusb/hidapi * https://github.com/libusb/libusb It might make sense to drop the local...
Please fix https://travis-ci.org/trezor/trezor-chrome-extension/jobs/315056837
Is this still used in the extension? On 15th of August, I will remove this from our server infrastructure. We need to make sure this file is no longer required...
one can use `./main ... 2>dev/null` to suppress any diagnostic output Fixes https://github.com/ggerganov/llama.cpp/issues/5
fixes https://github.com/ggerganov/llama.cpp/issues/975
Stats can be enabled by changing #if 0 to #if 1. Stats are printed at the end, when mmap block is being unmapped, but the print_pages_stats can be called at...