Closed emiehling closed 1 year ago
Running into the error: AssertionError: Torch not compiled with CUDA enabled when calling get_evaluator(task)
AssertionError: Torch not compiled with CUDA enabled
get_evaluator(task)
Would be good if there was a check for cuda (else mps, for those of us on an M1) in the code.
Because you don't have cuda in Mac
Running into the error:
AssertionError: Torch not compiled with CUDA enabled
when callingget_evaluator(task)
Would be good if there was a check for cuda (else mps, for those of us on an M1) in the code.