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

[Q] run on Android ? #57

Closed
azman0101 opened this issue Sep 20, 2022 · 3 comments
Closed

[Q] run on Android ? #57

azman0101 opened this issue Sep 20, 2022 · 3 comments

Comments

@azman0101
Copy link

Is there any chance that this project is able to run on android TV (Nvidia Shield Pro, which has a Tegra X1) ?

@Frederisk
Copy link
Contributor

You mentioned Tegra X1 that is NVIDIA's chip, which I take to mean that you want to use CUDA on it.

First let's ignore annoying drivers, performance, etc. According to this document, we can notice that this chip uses the Maxwell architecture(Compute Capability is 5.x). But the minimum Compute Capability required for this project is 6.0.

So I don't think it's a good idea, at least not yet.

@moyix
Copy link
Collaborator

moyix commented Sep 21, 2022

Yep. Also, given the computational requirements of the model, running on the Tegra X1 would not be a very pleasant experience, I think.

@moyix moyix closed this as completed Sep 21, 2022
@JBOClara
Copy link

Thanks for your answers @moyix @Frederisk

And for your work (I've not tested yet because of GPU requirement).
It's amazing to see open-source project that ease the use of alternative to Github Copilot.

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

4 participants