mirandrom

Results 8 comments of mirandrom

Ah wonderful thank you, I had missed those with the keywords I searched before posting this. Apologies for the duplicate. I think it could be helpful to have a note...

Happy to take a stab at it if its something you decide is worthwhile.

You can try `from pathlib import Path` `import shutil` `tmp_dir = Path(rouge._model_dir).parent` `shutil.rmtree(tmp_dir)`

So it seems like the issue is with latexml not supporting the standalone package and breaking when the \input directive is used to include tex source files with preambles. Running...

I also found that using latexml version 0.8.5 (instead of the 0.8.4 that is in the Ubuntu package repositories) fixed that issue without the need for subfiles.

I had the same issue. The underlying reason was `$LOCAL_WORLD_SIZE` not being set properly and resulting in only one device per node loading the optimizer state [here](https://github.com/allenai/OLMo/blob/a87c459d038c049045b09a05c4987fdddb01393e/olmo/checkpoint.py#L753C39-L753C61). I have to...

Would it also be possible to make model/optimizer checkpoints for the OLMo tiny suite of models down the line for research on scaling and learning dynamics?

I don't have permission to re-open the issue @baileykuehl Could this please be re-opened?