Dave Bort

Results 28 comments of Dave Bort

@pytorchbot cherry-pick --onto release/0.2 -c docs

https://github.com/pytorch/executorch/issues/3502 is caused by the hack I added to executorch to work around this "running as root" issue: buck2 does not like running as root.

Part of the issue may be that executorch isn't a "[domain library](https://github.com/pytorch/test-infra/blob/54ee5e79bd91e5a4591ec3c9be91f10bce04bc9b/torchci/lib/drciUtils.ts#L54)", but a new class of standalone repo.

I'm glad that this worked. It is a pain that things behave differently based on the contents of the current directory; that's something that we hope to fix later this...

@tusharxoxoxo are you talking about the block of lowering code in https://github.com/pytorch/executorch/issues/2910#issuecomment-2053865994? That code uses XNNPACK, which isn't appropriate for the top-level Getting Started doc; to keep things simple, we...

@tusharxoxoxo Thanks for all of the details, and I'm sorry you're running into all of these problems. But it sounds like you have issues unrelated to "[No such file or...

Link to landed trunk PR: * https://github.com/pytorch/executorch/pull/3612 Link to release branch PR: * https://github.com/pytorch/executorch/pull/3813 Criteria category and reasons: * Fixes a pte export issue in some environments ---------- @mergennachin merged

Link to landed trunk PR: * https://github.com/pytorch/executorch/pull/3816 Link to release branch PR: * https://github.com/pytorch/executorch/pull/3817 Criteria category and reasons: * Docs updates ----- @dbort merged

Printing a predictable version would help us out a lot. Since the buck2 version seems to be tied to the prelude version (we've had compatibility problems if they're not updated...

The files are now chowned, but does the job still run with `root` as the user?