We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
接入OneKE模型的时候,在/nn4k/executor/huggingface/hf_decode_only_executor.py函数中,model.to(device)将模型移动到GPU上卡住了,GPU显存利用毫无变化;直接将模型load到GPU上也会卡住。 但是单独load OneKE模型到GPU上是可以的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
接入OneKE模型的时候,在/nn4k/executor/huggingface/hf_decode_only_executor.py函数中,model.to(device)将模型移动到GPU上卡住了,GPU显存利用毫无变化;直接将模型load到GPU上也会卡住。
但是单独load OneKE模型到GPU上是可以的
The text was updated successfully, but these errors were encountered: