r3gm commited on
Commit
a9d4e50
1 Parent(s): 77a0574

Update src/rvc.py

Browse files
Files changed (1) hide show
  1. src/rvc.py +1 -1
src/rvc.py CHANGED
@@ -82,7 +82,7 @@ class Config:
82
  else:
83
  print("No supported N-card found, use CPU for inference")
84
  self.device = "cpu"
85
- self.is_half = True
86
  use_fp32_config() # cpu config
87
 
88
  if self.n_cpu == 0:
 
82
  else:
83
  print("No supported N-card found, use CPU for inference")
84
  self.device = "cpu"
85
+ self.is_half = False
86
  use_fp32_config() # cpu config
87
 
88
  if self.n_cpu == 0: