Raeid
Raeid
Sorry, any update on using zappa with anaconda? Looks like there are still issues with this. Thanks.
@kaigett it works - you'll need to restart the kernel though. :)
Yes, `device_map` should work. Check `xpu` and use `PartialState` if using `accelerate`. ``` from accelerate import PartialState from trl import is_xpu_available device_map = ( {"": f"xpu:{PartialState().local_process_index}"} if is_xpu_available() else {"":...
I'll participate. Affiliation: University of Toronto.