-
-
Notifications
You must be signed in to change notification settings - Fork 600
Open
Description
If trying to manually load a model to a cuda device and you load up a voice via torch.load to the device, pipeline.py doesn't like that the tensor type is a torch.cuda.TorchTensor. Specifically the load_voice method.
Line 167 in dfb907a
| def load_voice(self, voice: Union[str, torch.FloatTensor], delimiter: str = ",") -> torch.FloatTensor: |
Metadata
Metadata
Assignees
Labels
No labels