-
-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Description
client.persist() API provided an option to provide workers as 'dict' in order to specify which keys/computation needs to be run on which worker. However in PR #4406 this was removed and I now get TypeError: unhashable type "dict'.
To provide more information on what I'm trying to do:
I have each worker mapped to a GPU in my system. When I run dask shuffle, I need partition 0 to got to GPU 0, partition 1 to GPU 1 and so on. Prior to the change I accomplished this by passing a dict mapping keys to intended workers/GPUs in client.persist.
- Is this feature permanently removed?
- Is there some other way in dask to accomplish what I'm trying to do?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels