I'm trying to fine-tune an LLM using HuggingFace Transformers, but it keeps asking for WORLD_SIZE, MASTER_ADDR and MASTER_PORT. The process is running on a pc with a single gpu, so I guess WORLD_SIZE=1 and RANK=0, but what about the other variables?
`from transformers import TrainingArguments
training_args = TrainingArguments(output_dir="test_trainer")`
error: Error initializing torch.distributed using env:// rendezvous: environment variable MASTER_ADDR expected, but not set