Samuel Marks
Samuel Marks
@hertschuh Ahh this fell through the cracks. I'll get to it this week. Thanks for your patience
@KostyaSha yay; tested and that works
@divyashreepathihalli Ok sure I can do that. Reopen this issue and I'll make the API change
1. Honestly the reuse, portability, and modularity advantage. And yes, you can do this all in shell—like I did in [libscript](https://github.com/SamuelMarks/libscript)—but you'll need to majorly rewrite the shell scripts to...
Hey! Great that you're interested. Ok well I'll need to deep-dive into hatch. Will probably implement the whole thing with no LLMs or other AI-tools. But for documentation purposes and...
So I think the main thing is that every build system tries to replace all other build systems; like that [old xkcd comic](https://xkcd.com/927/). My development philosophy is aggressive [open-source] interoperability....
@rubisher Yeah I tried this one also https://wiki.alpinelinux.org/wiki/Packer_installation The closest I've gotten to a working build is https://github.com/SamuelMarks/alpine-packer/tree/3.21 But would prefer the bento build working as it supports more VM...
Sounds good FYI: I have commented on https://github.com/SamuelMarks/bento/pull/1 Happy to collaborate to finish this PR
Thanks for the bug report. @gpupuck Hmm, I'm not able to replicate. Can you tell me if either of these solutions resolve the issue for you? ```patch diff --git a/MaxText/inference_microbenchmark.py...
@gpupuck No that should be fine, `inference_microbenchmark_sweep.py` calls `MaxText.inference_microbenchmark.run_benchmarks` not `MaxText.inference_microbenchmark.main`. Sending PR now