yerang commited on
Commit
379f058
1 Parent(s): 69f7f0d

Update stf_utils.py

Browse files
Files changed (1) hide show
  1. stf_utils.py +1 -1
stf_utils.py CHANGED
@@ -77,7 +77,7 @@ class STFPipeline:
77
  checkpoint_path: str = "089.pth",
78
  root_path: str = "works",
79
  wavlm_path: str = "microsoft/wavlm-large",
80
- device: str = "cuda:0"
81
  ):
82
  self.device = device
83
  self.stf_path = stf_path
 
77
  checkpoint_path: str = "089.pth",
78
  root_path: str = "works",
79
  wavlm_path: str = "microsoft/wavlm-large",
80
+ device: str = "cuda"
81
  ):
82
  self.device = device
83
  self.stf_path = stf_path