Conversation
Collaborator
|
@0xamlab closing as this isn't building successfully but please do reopen once you've had a chance to fix! |
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.
Checklist
recipe.yamlfile specifies which version(s) of MAX is compatible with my project (see here for an example). If not, my package is compatible with both 24.5 and 24.6.0(for new packages, or if the version changed).Package:
algenta-mojo-quickstartSource recipe: maintained upstream in thyn-ai/algenta-sdk at
examples/mojo-quickstart/recipe/recipe.yaml; kept byte-identical here.What it is: the example package from the Algenta SDK's Mojo FFI quickstart. It resolves the signed
algenta-runtime-nativewheel from PyPI, launches the runtime worker, and speaks the runtime's framed-JSON wire protocol from Mojo over the C-ABI boundary (external_call, Mojo standard library only), performing a deterministic compute round-trip. The recipe packages the quickstart sources sopixi add algenta-mojo-quickstartworks from the modular-community channel.MAX compatibility: the recipe pins the MAX/Mojo toolchain the quickstart is verified against via
max_version: "26.6.*"in the test requirements.Tests:
test_quickstart.sh(included) checks the packaged files, compilesmain.mojowith the test environment's toolchain, then runs the full demo end to end via the pinned pixi workspace. I also validated the recipe locally withrattler-build build --render-only.Links: quickstart docs · SDK repo · integrations
Disclosure: I work on Algenta.