Skip to content

Conversation

@rebel-thkim
Copy link
Contributor

Pull Request Description

Type of Change

  • New Model Support
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Performance improvement
  • Code refactoring
  • Other (please describe):

Changes Overview

Motivation and Context

Checklist

  • I have performed a self-review of my own code
  • I have added tests that prove my fix is effective or that my feature works (If needed)

Additional Information

Related Issues


Conventional commit

type(optional scope): description

Type candidate

  • Model Updates
    • model: Adding New models or Bugfix for existing models
      • ex) Add LlavaNext
      • ex) Bugfix Whisper
  • Enhancements
    • performance: Optimizing some models or this library itself
      • ex) Loading RBLNModel faster
      • ex) Optimizing Memory Usage of DecoderOnlyModel
  • Code Refactor
    • refactor: Re-arrange class architecture, or more.
      • ex) Refactor Seq2Seq
  • Documentation
    • doc: Update docstring only
  • Library Dependencies
    • dependency: Update requirements, something like that.
  • Other
    • other: None of above.
      • ex) ci update
      • ex) pdm update

@github-actions
Copy link

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

type(optional Scope): description

type candidate:

No release type found in pull request title "Gpt oss sink". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - model
 - performance
 - refactor
 - doc
 - dependency
 - other

@rebel-thkim rebel-thkim marked this pull request as draft October 17, 2025 08:22
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.

6 participants