ValueError: Some specified arguments are not used by the HfArgumentParser

I’m just going through the SFT tutorial in Google Colab and I am getting this error:

ValueError: Some specified arguments are not used by the HfArgumentParser: ['-f', '/root/.local/share/jupyter/runtime/kernel-14779804-9894-4330-af4d-1b232324be42.json']

on this line:
script_args = parser.parse_args_into_dataclasses()[0]

Edit: I saw this Github issue for the same thing: https://github.com/huggingface/trl/issues/762