Skip to content

Commit

Permalink
Merge pull request #115 from wenyangchou/main
Browse files Browse the repository at this point in the history
fix: topK and topP not valid
  • Loading branch information
zhzLuke96 authored Jul 26, 2024
2 parents 241bceb + c0bfe02 commit f9cb075
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 0 additions & 2 deletions modules/ChatTTS/ChatTTS/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,5 @@ def _refine_text(
)

del emb, input_ids
del_all(logits_warpers)
del_all(logits_processors)

return result

0 comments on commit f9cb075

Please sign in to comment.