pmarques-dev
pmarques-dev
The output is "substeps per second" where a substep is 1/64 of an hardware encoder step. So if you know how many steps your encoder has per rotation, it's easy...
This has been sitting here since July. Anything I can do to help review this pull request?
sorry about that. How do you want to proceed: do you want to just close this MR and I'll submit a new one using the correct branch? or something else?...
there's a much easier fix: don't invert the X register and use Y to do the increment: mov Y, !X jmp Y--, next mov X, !Y This way the value...
looking at the certificate details for *.llamameta.net it says it expires on "Fri, 06 Jun 2025 23:59:59 GMT". I'm guessing the certificate needs to be renewed
this seems to happen on the domains serving LLAMA 3 models. The server at llama4.llamameta.net provides a certificate for *.llamameta.net that only expires in "Tue, 14 Apr 2026 23:59:59 GMT",...
as a horrible workaround, I've edited my "_client.py" file in the llama environment at "llama/lib/python3.12/site-packages/httpx/_client.py" and changed all "verify" default values from True to False and all parameters named verify...
in theory, an attacker could fake the meta site and send you a fake model, but this is so unlikely that I risked it myself. I worry more about the...