Skip to content

Commit

Permalink
fix: GPU memory check threshold (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
6drf21e authored Jun 21, 2024
1 parent 56227f4 commit c42852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatTTS/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def _load(
compile: bool = True,
):
if not device:
device = select_device(4096)
device = select_device(4095)
self.logger.log(logging.INFO, f'use {device}')

if vocos_config_path:
Expand Down

0 comments on commit c42852e

Please sign in to comment.