Files
LLM_Engineering_OLD/week4/day4.ipynb
Kevin Bogusch 5a44ed71e0 Fixed run_cmd to account for empty stdout
On Linux, a successful compile does not produce any standard out, which is what I was implicitly expecting. I added a dummy value for stdout if the command is successful, which ensures that even when the compiler produces no output, we still look like a success.
2024-12-24 10:01:27 -05:00

28 KiB