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

use GPU if True else CPU #2

Open
NitkarshChourasia opened this issue Jan 3, 2024 · 1 comment
Open

use GPU if True else CPU #2

NitkarshChourasia opened this issue Jan 3, 2024 · 1 comment

Comments

@NitkarshChourasia
Copy link

If GPU is available in the machine of the user. Instead of using CPU for processing the gif(s) files, using GPU would prove a much more efficient and effective solution in terms of time complexity.

https://github.com/PromtEngineer/localGPT
This repository was forked and was made into something special.
The repository it was forked from was using CPU for generation of prompts from the LLM models.
This fork instead of using CPU's calculating and processing power used GPU's if it was available in the user's machine else CPU.
Why GPU?
Because it is much faster and efficient then CPU for this task.

If I get the time in future, I'll try to pull request this feature.
Thank you.
@NitkarshChourasia

@WofWca
Copy link

WofWca commented Jul 4, 2024

Is this available in ffmpeg.wasm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants