You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, there are only three options to cater for different hardwares. Will there be a dynamic version or could anyone share some insight how to configure on MPS and CPU only machine?
For now, there are only three options to cater for different hardwares. Will there be a dynamic version or could anyone share some insight how to configure on MPS and CPU only machine?
if self.gpu_mem is not None and self.gpu_mem <= 4: x_pad = 1 x_query = 5 x_center = 30 x_max = 32 elif self.is_half: # 6G PU_RAM conf x_pad = 3 x_query = 10 x_center = 60 x_max = 65 else: # 5G GPU_RAM conf x_pad = 1 x_query = 6 x_center = 38 x_max = 41
The text was updated successfully, but these errors were encountered: