Skip to content

Conversation

@Edwardf0t1
Copy link
Contributor

What does this PR do?

Type of change: ?

Overview: Convert compressed-tensor int4 format to GPTQ int4 format to enable deployment with TRT-LLM for kimi-k2-thinking model.

Usage

# Add a code snippet demonstrating how to use this

Testing

Before your PR is "Ready for review"

  • Make sure you read and follow Contributor guidelines and your commits are signed.
  • Is this change backward compatible?: Yes/No
  • Did you write any new necessary tests?: Yes/No
  • Did you add or update any necessary documentation?: Yes/No
  • Did you update Changelog?: Yes/No

Additional Information

@Edwardf0t1 Edwardf0t1 requested a review from a team as a code owner November 20, 2025 20:53
@Edwardf0t1 Edwardf0t1 requested a review from cjluo-nv November 20, 2025 20:53
@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.45%. Comparing base (a703e22) to head (574ca5d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #590   +/-   ##
=======================================
  Coverage   74.45%   74.45%           
=======================================
  Files         182      182           
  Lines       18250    18250           
=======================================
  Hits        13588    13588           
  Misses       4662     4662           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -0,0 +1,371 @@
#!/usr/bin/env python3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Edwardf0t1 do you feel we need to create a kimi_k2 specific folder under the examples?

Also please add readme on how this script should be used and how the output of this script can be used.

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.

3 participants