apaz
apaz
It seems like interpreter debugging tools have regressed in my absence. Only user code is supposed to be colored. Will fix and make a regression test. Repro: ```py import thunder...
I'm writing a performance monitor for my desktop. Basically, it just queries `nvidia-smi` every second. `nvidia-smi` reports utilization as a percentage of the number of SMs that have been used...
Antimage persona default weapon and default offhand weapon render particle effects on the wrong side
To reproduce: Equip the default weapon and any non-default offhand weapon, and look at the back. The default weapon and default offhand weapon render each other's particle effects, and not...
Trying to use Claude to index a folder from the command line. ```sh pqa \ --llm "anthropic/litellm-claude-3-5-sonnet-20241022" \ --summary_llm "anthropic/litellm-claude-3-5-sonnet-20241022" \ index . ``` But although my API key is...
I've been working on something similar, see https://github.com/PrimeIntellect-ai/CPUOptimizer, but I see a problem in your implementation. If you hide the optimizer step inside the backward pass, the grads are applied...
See the appropriate part of the code, it appears to special case on each specific arch: https://github.com/huggingface/text-embeddings-inference/blob/main/Dockerfile-cuda#L50-L63