Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adnormal GPU memory increase? #762

Open
6 tasks done
David-19940718 opened this issue Dec 17, 2024 · 0 comments
Open
6 tasks done

Adnormal GPU memory increase? #762

David-19940718 opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@David-19940718
Copy link

Self Checks

  • This template is only for bug reports. For questions, please visit Discussions.
  • I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English 中文 日本語 Portuguese (Brazil)
  • I have searched for existing issues, including closed ones. Search issues
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template and fill in all required fields.

Cloud or Self Hosted

Self Hosted (Source)

Environment Details

python3.10 torch2.3.0+cuda12.1 fish-speech-1.5

Steps to Reproduce

As it is called, the gpu memory will increase irregularly from time to time and will not be released actively. How can I limit the following processing length? Can I set the maximum number of processing tokens for splitting?

image

Another issue:

<frozen importlib._bootstrap_external>:883: _call_with_frames_removed: block: [0,0,0], thread: [191,0,0] Assertion `index out of bounds: 0 <= tmp4 < 1024` failed.

✔️ Expected Behavior

Stable GPU utilization

❌ Actual Behavior

Random increase in GPU utilization until the memory is exhausted or the following errors occur:

<frozen importlib._bootstrap_external>:883: _call_with_frames_removed: block: [0,0,0], thread: [191,0,0] Assertion `index out of bounds: 0 <= tmp4 < 1024` failed.
@David-19940718 David-19940718 added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
@David-19940718 and others