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
plmblast.py
It seems that part of mathematical operations should be done on gpu - which may speed up the whole search.
This task will require to create a specific embedding loader for main loop. Which should
map_location
torch.load
gpu
concurrent/multiprocessing
torch.multiprocessing
Further main loop should work on cpu, (from this point:
pLM-BLAST/alntools/base.py
Line 62 in 24c136d
For now I suggest to work on copy of scripts/plmblast.py for instance scripts/plmblastgpu.py
scripts/plmblast.py
scripts/plmblastgpu.py
The text was updated successfully, but these errors were encountered:
MiTRonGTE
When branches are created from issues, their pull requests are automatically linked.
It seems that part of mathematical operations should be done on gpu - which may speed up the whole search.
This task will require to create a specific embedding loader for main loop. Which should
map_location
intorch.load
)both on
gpu
concurrent/multiprocessing
packages all multiprocessing routines should usetorch.multiprocessing
Further main loop should work on cpu, (from this point:
pLM-BLAST/alntools/base.py
Line 62 in 24c136d
For now I suggest to work on copy of
scripts/plmblast.py
for instancescripts/plmblastgpu.py
The text was updated successfully, but these errors were encountered: