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

Feature Request: Support for NVIDIA Jetson (Python 3.10, JetPack 6.x, CUDA) #48

Open
peterbb148 opened this issue Feb 28, 2025 · 1 comment

Comments

@peterbb148
Copy link

🚩 Current Situation

Running Evo2 on NVIDIA Jetson (Nano, Orin, Xavier, etc.) currently presents several hurdles:
• The official Jetson PyTorch builds by NVIDIA only support Python 3.10 (JetPack 6.x) with CUDA/GPU acceleration.
• Evo2’s Hugging Face integration explicitly requires Python 3.11 due to dependencies on newer libraries and constructs.
• Attempting to run Evo2 on Python 3.10 leads to compatibility issues with libraries (e.g., NumPy 2.x compatibility, transformers’ trust_remote_code=True requirement).

✅ Desired Outcome

Explicitly support NVIDIA Jetson devices (JetPack 6.x) running Python 3.10, ensuring seamless integration without manual workarounds. Specifically:
• Ensure compatibility with Python 3.10 out-of-the-box (e.g., avoid Python 3.11-only dependencies).
• Provide explicit, verified instructions or dependencies that align with NVIDIA Jetson official PyTorch CUDA wheels.
• Officially document and test Evo2 setup and installation steps for Jetson platforms.

@peterbb148
Copy link
Author

Maybe this is more a request for Nvidia to update JetPack to support Python 3.11 come to think of it...

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

1 participant