Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Go language:Java language:Java

Filter by

204M results  (2 s)

204M results

Summary A few small polish changes to the Studio chat UI to bring it closer to the Gemini look. - Composer shadow: both chat composers (.unsloth-composer-surface and .chat-composer-surface) now use ...

- fix: Response statuses were not raised. - style: Fix format.

Adds optional frequency-weighting diagnostics for small-subset training. Includes: - loss_weight: float = 1.0 on SupervisedTrial - conditional loss scaling in train_step() - scripts/compare_frequency_weighting.py ...

See Commits and Changes for more details. Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4) Can you help keep this open source service alive? 💖 Please ...
⤵️ pull

This hotfix removes three files that were not intended to live on main: - SWOPP3_FMS_SCRIPT_SUMMARY.md - scripts/SWOPP3_APPLY_FMS_SCORED_USAGE.py - tests/test_swopp3_run.py The swopp3 tag was retargeted ...

Bumps actions/checkout from 4 to 6. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/checkout/releases actions/checkout s releases /a . /em /p blockquote h2 v6.0.0 ...
dependencies
github_actions

Summary PR #13 s hand-crafted merge brought in the v0.5.0 security hardening but dropped several pieces, leaving `main` importing symbols that don t exist. The current main hits: ``` ImportError: cannot ...

🤖 AI Security Remediation 🟢 Auto-merge eligible — will merge after CI passes. 📊 Analysis - Severity: LOW - Confidence: 85% - Auto-fix allowed: True 📝 Summary The application uses the subprocess ...
ai-remediation
severity-low

✨ 요약 WebSocket 기반 채팅 기능을 구현했습니다. 🔗 작업 내용 - WebSocket(STOMP) 기반 채팅 전송 기능 구현 - 채팅 조회 및 삭제 REST API 구현 - WebSocket JWT 인증 및 @CurrentUser 사용자 주입 기능 구현 - 채팅 관련 테스트 작성 💻 상세 구현 내용 - WebSocket ...