steveepreston
steveepreston
@github-actions no
@cogwheel0 Looks great!
trl v0.13.0 ```python from trl.commands.cli_utils import TrlParser ``` error: ``` ModuleNotFoundError: No module named 'trl.commands' ```
Solution: ```python from trl.scripts.utils import TrlParser ```
Still getting this error
facing same issue
How can we comply mute `grpc`/`abseil`? It spams until the Kernel crash. I get these satanic logs x1000 on TPU env: ```python (pid=) Log file created at: 2025/11/14 09:32:22 (pid=)...
@sergiitk Hi! Thanks for attention After days struggling with this issue, i muted logs via this: ```python os.environ["LIBTPU_INIT_ARGS"] = "--logtostderr --minloglevel=3 --v=0"` ```