Simplify installation by replacing TornadoVM submodule with pre-built SDK#82
Merged
mikepapadim merged 9 commits intobeehive-lab:mainfrom Dec 11, 2025
Merged
Conversation
Updated installation instructions for TornadoVM SDK on Linux, macOS, and Windows. Removed unnecessary commands and added wget commands for downloading SDKs.
Updated model download links and improved organization in README.
Revise model download section in README.md
…ama3.java into remove/external-submodule
Added PATH export command for TornadoVM SDK setup.
Updated the README to clarify GCC/G++ version requirement.
mikepapadim
reviewed
Dec 11, 2025
Member
There was a problem hiding this comment.
Thanks @stratika , LGTM lets wait the PR that updates the poms
mikepapadim
approved these changes
Dec 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
This PR removes the TornadoVM git submodule and simplifies the installation process by using pre-built TornadoVM SDK packages instead of building from
source.
Key Changes:
- Deleted
external/tornadovmsubmodule- Emptied
.gitmodulesfile- Eliminated need for
--recursive git cloneREADME.md- Removed Maven from prerequisites
- Replaced build-from-source instructions with pre-built SDK download steps
- Added platform-specific installation guides (Linux x86_64, macOS Apple Silicon)
- Updated to use TornadoVM v2.1.0 SDK packages from releases page
- Replaced individual wget commands with organized Hugging Face collection links
- Created collections for: Llama3.2, Qwen 2.5, Qwen 3, Phi-3, Mistral, and DeepSeek-R1-Distill-Qwen
- Modified set_paths script to expect externally installed TORNADO_SDK
- Removed TORNADO_ROOT variable references
Note
This PR requires the pom.xml file to be updated, since the instructions are updated to use
TornadoVM 2.1.0.