Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
9e25ba5
Add .gemini/config.yaml for gemini-code-assist bot configuration
danielhanchen Apr 19, 2026
3614701
Add .gitattributes with merge=ours for staging-only files
danielhanchen Apr 19, 2026
6cae5db
Merge remote-tracking branch 'staging/main'
danielhanchen Apr 20, 2026
447b9be
Merge remote-tracking branch 'staging/main'
danielhanchen May 5, 2026
9f155fc
fix: persist MLX LoRA adapter metadata
Lyxot May 19, 2026
a0bce35
fix: preserve MLX LoRA dropout metadata
Lyxot May 19, 2026
f0dd900
fix: sync MLX LoRA adapter config fields
Lyxot May 19, 2026
fc12979
fix: prefer live MLX LoRA metadata
Lyxot May 19, 2026
9f3d11c
fix: handle MLX adapter reload edge cases
Lyxot May 19, 2026
91535bc
fix: handle zero-token MLX CCE inputs
Lyxot May 20, 2026
41d5d41
fix: poison invalid MLX CCE labels
Lyxot May 20, 2026
76cc2da
fix(mlx): save only adapter tensors
Lyxot May 22, 2026
31e8e30
Merge remote-tracking branch 'upstream/main' into staging/mlx-prs-679…
danielhanchen May 24, 2026
1999026
Merge remote-tracking branch 'lyxot/fix/mlx-cce-edge-cases' into stag…
danielhanchen May 24, 2026
b4f1ec4
Merge remote-tracking branch 'lyxot/fix/mlx-lora-adapter-metadata' in…
danielhanchen May 24, 2026
d41aa4d
Merge remote-tracking branch 'lyxot/fix-mlx-export-adapters' into sta…
danielhanchen May 24, 2026
969a23d
[CI-validation] Run unsloth-zoo MLX PRs 679/682/692 on real CI runners
danielhanchen May 24, 2026
c35d0c3
[CI-validation] Drop inherited upstream workflows from staging branch
danielhanchen May 24, 2026
cc4278d
[CI-validation] fix install steps for first-round failures
danielhanchen May 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .gemini/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
have_fun: false
memory_config:
disabled: false
code_review:
disable: false
comment_severity_threshold: LOW
max_review_comments: -1
pull_request_opened:
help: false
summary: false
code_review: false
include_drafts: false
ignore_patterns: []
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Normalize Python files to LF line endings
*.py text eol=lf

# Preserve staging-only files during upstream merges
.gemini/** merge=ours
.gitattributes merge=ours
255 changes: 0 additions & 255 deletions .github/workflows/consolidated-tests-ci.yml

This file was deleted.

122 changes: 0 additions & 122 deletions .github/workflows/lint-ci.yml

This file was deleted.

Loading
Loading