David Manouchehri

Results 272 comments of David Manouchehri

This is what Langfuses looks like after applying this patch:

I've been running this for a few days with no problems. :)

Using bear + https://github.com/github/codeql-cli-binaries/issues/9 would be a decent solution in my opinion. =)

In some situations you might be able to just get smooth playback with VP8, but not have quite enough power for VP9; VP8 takes quite a bit [less processing power](http://digitalstudio7.blogspot.com/2014/02/x264-vs-vp8-vs-h265-vs-vp9-performance.html).

Sounds good, thanks!

That would work, but yeah, my use-case is in the >1,000 range of files. =)

I can confirm this working perfectly with LiteLLM on my end!

Is this the same issue as #3241?

CONFIG_COMPAT depends on the arch too. For example, neither `X86_X32_ABI` or `X86_X32` will cover arm64 systems. ``` menuconfig COMPAT bool "Kernel support for 32-bit EL0" depends on ARM64_4K_PAGES || EXPERT...