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
Hello. Thank you for providing a greate code.
I have a issue on running prediction.
if i predice on cuda:1, the inference is not working.....
i trace the code step by step and I found "op/fused_act.py" load fused_bias_Act.cpp and fused_bias_act_kernel.cu. that cpp code cannot another gpu...
how can i predict with other gpu?.....
The text was updated successfully, but these errors were encountered:
Same issue, @Mombin have you found a solution yet?
Sorry, something went wrong.
@hunghn-dmobin Insert the following keywords into the introduction of your code.
torch.cuda.set_device(device)
then it is working fine.
Hi @Mombin ,
Exactly where we have to insert this line: torch.cuda.set_device(device), in the model.py ?
I have tried like this, but this it is not working for me.
No branches or pull requests
Hello. Thank you for providing a greate code.
I have a issue on running prediction.
if i predice on cuda:1, the inference is not working.....
i trace the code step by step and I found "op/fused_act.py" load fused_bias_Act.cpp and fused_bias_act_kernel.cu.
that cpp code cannot another gpu...
how can i predict with other gpu?.....
The text was updated successfully, but these errors were encountered: