Skip to content

Fix dependency errors and deprecated JAX syntax in qlora_gemma notebook - #1740

Open
selamw1 wants to merge 1 commit into
mainfrom
qlora_gemma
Open

Fix dependency errors and deprecated JAX syntax in qlora_gemma notebook#1740
selamw1 wants to merge 1 commit into
mainfrom
qlora_gemma

Conversation

@selamw1

@selamw1 selamw1 commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

Overview
This PR resolves missing module errors, updates deprecated JAX syntax.

Changes Made

  • Switched pip install tensorboardX to tensorboard to fix the ModuleNotFoundError while %load_ext tensorboard.
  • Changed the installation check from dotenv to tensorflow to guarantee required libraries are installed.
  • Replaced the deprecated with mesh: context manager with with jax.set_mesh(mesh):.

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.

2 participants