Skip to content

Conversation

@jonathancaevans
Copy link

This PR adds a missing installation cell for neuronx-cc==2.21.* before the model compilation step in the Finetune-Qwen3-1.7B notebook.

The cell ensures the correct Neuron compiler version is available before running the optimum-cli export command.

Changes

  • Added code cell with: !pip install --upgrade neuronx-cc==2.21.* --extra-index-url=https://pip.repos.neuron.amazonaws.com
  • Positioned between the compilation markdown and the optimum-cli export command

Ubuntu added 2 commits December 2, 2025 17:52
Added pip install command for neuronx-cc==2.21.* to ensure the correct
compiler version is available before the model compilation step.
Added Step 4.5 with instructions on how to configure env.example to test
participants' own fine-tuned models against Stockfish. Includes clear
guidance on when to make this change and step-by-step instructions.
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

Successfully merging this pull request may close these issues.

1 participant