72a579e0a7
The framework install pulls protobuf 7.x into an image whose baked wandb predates protobuf 7 support, so `import wandb` dies with "cannot import name ... from wandb_telemetry_pb2" and the unittest job fails at import time for every module touching swift.rlhf_trainers.utils. Upgrade wandb so its generated protobuf code matches the installed protobuf.