Tracking summarization example results

@muellerzr

I am using this script to train some models.

I saw this answe for using wandb by accelerator.

The question is as follow for the script hyperparameters I used the following paramters for tracking

–with_tracking --report_to=‘wandb’ --checkpointing_steps=‘epoch’

still I can not see the results anywhere or track them. I think I missed something. Also If I want to use all how can I track the results?
prcisely I am getting warning ``log_with=wandb was passed but no supported trackers are currently installed. accelerate

for anyone stuck with this issue you need to install wandb using
pip install wandb