Can libtorch run on the bare-metal device?

Hi, I found some information on the release page that pytorch builds can support the Newlib c library
“Added Pytorch build support with Newlib c library (#60345, #60052)”
URL: Releases · pytorch/pytorch · GitHub

  1. Does this mean we can infer torchscript model with libtorch on the bare-metal device (without OS)?

  2. I found another message saying “Glow builds and runs on macOS and Linux”, does this conflict with the release notes I mentioned above (“Pytorch build support with Newlib c library”)?
    REF URL: Code Generation for PyTorch C++ Bare Metal (without OS)? - #2 by pkmital

It would be grateful if you could help with these doubts

Thanks.