1e100

Results 21 comments of 1e100

FWIW, I'm seeing similar issues on my own Dockerized instance. After a while loading `/` gets stuck and nginx barfs on gateway timeout. If I hit that same URL again...

Another scenario I'm struggling with: building *.so's for PyTorch. PyTorch installed through rules_python works just fine. I can also compile programs for `libtorch` (installed using workspace declaration) and they work...

I'm going to patch `rules_python` to optionally expose the `include` and `lib` subdirectories, globbing all *.so's in the latter case and all headers in the former. It'll be only for...

@yijianli-autra, after some amount of hacking I was able to accomplish what I wanted without patching, in part because rules_python supports injection of build rules into PIPs via `annotations` property...

Note that I haven't yet got this to work with the actual CUDA libs, but not because it's failing - I simply didn't get to it yet. CPU extension builds,...

LOL at people suggesting that hanging X without the possibility of recovery is WAI. If that's WAI, you gotta reconsider using this popover thing. It quite literally hangs X every...

Irretrievably hanging X every time the user clicks the "Import Impulse" button is catastrophically bad user experience. So maybe not "reconsider", but this is a _bad_ bug that needs attention....

And I agree with you strategically, but tactically this does not help users that are trying (and failing) to use this program right now.

Could be some kind of a timeout. I have two RTX A6000's in my machine and only one is allocated to Ollama, the other is usually training or finetuning something....

Yeah, nobody can build absl-cpp with a recent Bazel without this. And nobody could for quite a while. Is this thing even alive?