Skip to content

Staging#1065

Merged
iamzoltan merged 6 commits into
mainfrom
staging
Jul 6, 2026
Merged

Staging#1065
iamzoltan merged 6 commits into
mainfrom
staging

Conversation

@iamzoltan

Copy link
Copy Markdown
Contributor

No description provided.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Notebook Processing Failure Context

projects/NaturalLanguageProcessing/audio_speech_recognition_with_gemma4.ipynb

2026-07-01T23:44:17.9324061Z Executing projects/NaturalLanguageProcessing/audio_speech_recognition_with_gemma4.ipynb
2026-07-01T23:44:19.0800796Z [IPKernelApp] WARNING | Kernel is running over TCP without encryption. All communication (including code and outputs) is sent in plain text and is susceptible to eavesdropping. Use IPC transport or launch with kernel manager-provisioned CurveZMQ keys to enable transport encryption.
2026-07-01T23:44:19.6365210Z projects/NaturalLanguageProcessing/audio_speech_recognition_with_gemma4.ipynb failed quality control.
2026-07-01T23:44:19.6366206Z ============================== Failure ==============================
2026-07-01T23:44:19.6366838Z An error occurred while executing the following cell:
2026-07-01T23:44:19.6367334Z ------------------
2026-07-01T23:44:19.6367715Z # Installation & Environment Setup
2026-07-01T23:44:19.6368420Z # This cell installs all required dependencies for fine-tuning Gemma 4 with audio support.
2026-07-01T23:44:19.6369447Z 
2026-07-01T23:44:19.6369603Z %%capture
2026-07-01T23:44:19.6369904Z import os, re
2026-07-01T23:44:19.6370264Z if "COLAB_" not in "".join(os.environ.keys()):
2026-07-01T23:44:19.6370812Z     !pip install unsloth  # Do this in local & cloud setups
2026-07-01T23:44:19.6371312Z else:
2026-07-01T23:44:19.6371794Z     import torch; v = re.match(r'[\d]{1,}\.[\d]{1,}', str(torch.__version__)).group(0)
2026-07-01T23:44:19.6372666Z     xformers = 'xformers==' + {'2.10':'0.0.34','2.9':'0.0.33.post1','2.8':'0.0.32.post2'}.get(v, "0.0.34")
2026-07-01T23:44:19.6373590Z     !pip install sentencepiece protobuf "datasets==4.3.0" "huggingface_hub>=0.34.0" hf_transfer
2026-07-01T23:44:19.6374882Z     !pip install --no-deps unsloth_zoo bitsandbytes accelerate {xformers} peft trl triton unsloth
2026-07-01T23:44:19.6375688Z     !pip install --no-deps --upgrade "torchao>=0.16.0"
2026-07-01T23:44:19.6376324Z !pip install --no-deps transformers==5.5.0 "tokenizers>=0.22.0,<=0.23.0"
2026-07-01T23:44:19.6376932Z !pip install torchcodec
2026-07-01T23:44:19.6377395Z import torch; torch._dynamo.config.recompile_limit = 64;
2026-07-01T23:44:19.6377903Z ------------------
2026-07-01T23:44:19.6378109Z 
2026-07-01T23:44:19.6378248Z ----- stderr -----
2026-07-01T23:44:19.6378681Z UsageError: Line magic function `%%capture` not found.
2026-07-01T23:44:19.6379152Z ------------------
2026-07-01T23:44:19.6379346Z 
2026-07-01T23:44:19.6379352Z 
2026-07-01T23:44:19.6379358Z 
2026-07-01T23:44:19.7993080Z ##[error]Process completed with exit code 1.

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Notebook Processing Failure Context

projects/NaturalLanguageProcessing/audio_speech_recognition_with_gemma4.ipynb

2026-07-03T05:02:57.2979050Z Executing projects/NaturalLanguageProcessing/audio_speech_recognition_with_gemma4.ipynb
2026-07-03T05:02:58.6339387Z [IPKernelApp] WARNING | Kernel is running over TCP without encryption. All communication (including code and outputs) is sent in plain text and is susceptible to eavesdropping. Use IPC transport or launch with kernel manager-provisioned CurveZMQ keys to enable transport encryption.
2026-07-03T05:02:59.2431667Z projects/NaturalLanguageProcessing/audio_speech_recognition_with_gemma4.ipynb failed quality control.
2026-07-03T05:02:59.2432687Z An error occurred while executing the following cell:
2026-07-03T05:02:59.2433057Z ------------------
2026-07-03T05:02:59.2433346Z # Installation & Environment Setup
2026-07-03T05:02:59.2433845Z # This cell installs all required dependencies for fine-tuning Gemma 4 with audio support.
2026-07-03T05:02:59.2434276Z 
2026-07-03T05:02:59.2434366Z %%capture
2026-07-03T05:02:59.2434577Z import os, re
2026-07-03T05:02:59.2435195Z if "COLAB_" not in "".join(os.environ.keys()):
2026-07-03T05:02:59.2435609Z     !pip install unsloth  # Do this in local & cloud setups
2026-07-03T05:02:59.2435987Z else:
2026-07-03T05:02:59.2436331Z     import torch; v = re.match(r'[\d]{1,}\.[\d]{1,}', str(torch.__version__)).group(0)
2026-07-03T05:02:59.2436964Z     xformers = 'xformers==' + {'2.10':'0.0.34','2.9':'0.0.33.post1','2.8':'0.0.32.post2'}.get(v, "0.0.34")
2026-07-03T05:02:59.2437669Z     !pip install sentencepiece protobuf "datasets==4.3.0" "huggingface_hub>=0.34.0" hf_transfer
2026-07-03T05:02:59.2438428Z     !pip install --no-deps unsloth_zoo bitsandbytes accelerate {xformers} peft trl triton unsloth
2026-07-03T05:02:59.2439003Z     !pip install --no-deps --upgrade "torchao>=0.16.0"
2026-07-03T05:02:59.2439444Z !pip install --no-deps transformers==5.5.0 "tokenizers>=0.22.0,<=0.23.0"
2026-07-03T05:02:59.2439866Z !pip install torchcodec
2026-07-03T05:02:59.2440185Z import torch; torch._dynamo.config.recompile_limit = 64;
2026-07-03T05:02:59.2440530Z ------------------
2026-07-03T05:02:59.2440665Z 
2026-07-03T05:02:59.2440749Z ----- stderr -----
2026-07-03T05:02:59.2441192Z UsageError: Line magic function `%%capture` not found.
2026-07-03T05:02:59.2441545Z ------------------
2026-07-03T05:02:59.2441672Z 
2026-07-03T05:02:59.2441676Z 
2026-07-03T05:02:59.2441680Z 
2026-07-03T05:02:59.2441818Z ============================== Failure ==============================
2026-07-03T05:02:59.4151764Z ##[error]Process completed with exit code 1.

projects/NaturalLanguageProcessing/sentiment_analysis.ipynb

2026-07-03T05:03:02.3637656Z projects/NaturalLanguageProcessing/sentiment_analysis.ipynb failed quality control.
2026-07-03T05:03:02.3638590Z Notebook is not sequentially executed on a fresh kernel.
2026-07-03T05:03:02.3639181Z Please do 'Restart and run all' before pushing to Github.
2026-07-03T05:03:02.3639721Z ============================== Failure ==============================
2026-07-03T05:03:02.5155853Z ##[error]Process completed with exit code 1.

@iamzoltan
iamzoltan merged commit 09493f6 into main Jul 6, 2026
2 of 4 checks passed
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