Results 3 comments of Liang Qiu

`pip install progressbar2` worked for me as well.

@krrishdholakia Thank you for bringing this up! Do you mind submitting a PR for this change? I didn't specify the anthropic package version in requirement. Claude v2 should be a...

Thanks for the great feature. ``` enable_async_reward = ( self.reward_router_address is not None and self.config.reward_model.enable_resource_pool ) or not self.config.reward_model.enable ``` Does this disallow using reward vLLM server in collocate mode?