Andrew Zhao

Results 4 comments of Andrew Zhao

I am also wondering if it is possible to release the code for data collection, I've tried running URL Benchmark and generating the code myself, however, the results didn't match...

If you add some dummy args to the end of your bash script: +actor.fsdp_config.wrap_policy.min_num_params=0 \ +actor.fsdp_config.param_offload=False \ +actor.fsdp_config.grad_offload=False \ +actor.fsdp_config.optimizer_offload=False \ +actor.fsdp_config.fsdp_size=-1 This will pass the above but show a...