Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rmittal-github
/
TensorRT-LLM
Public
forked from
NVIDIA/TensorRT-LLM
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
4
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Introducing CFG (classifier free guidance)
- #6
#6
Open
vklimkov-nvidia
wants to merge 9 commits into
vklimkov/modeldef
rmittal-github/TensorRT-LLM:vklimkov/modeldef
from
vklimkov/cfg
rmittal-github/TensorRT-LLM:vklimkov/cfg
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Introducing CFG (classifier free guidance)
#6
vklimkov-nvidia
wants to merge 9 commits into
vklimkov/modeldef
rmittal-github/TensorRT-LLM:vklimkov/modeldef
from
vklimkov/cfg
rmittal-github/TensorRT-LLM:vklimkov/cfg
Copy head branch name to clipboard
Commits
Commits on Jul 4, 2025
[DRAFT] Initial implementation of CFG (classifier free guidance) for LLMs
Show description for 7b94adf
vklimkov-nvidia
committed
7b94adf
View commit details
Copy full SHA for 7b94adf
Browse repository at this point
cpp/tensorrt_llm/batch_manager/handleContextLogits.cpp: apply CFG during context phase too (first frame of logits)
vklimkov-nvidia
committed
feba85f
View commit details
Copy full SHA for feba85f
Browse repository at this point
CFG in T5TTS: introduce acoustic token which expands to zeros for unconditional generation
Show description for 3848630
vklimkov-nvidia
committed
3848630
View commit details
Copy full SHA for 3848630
Browse repository at this point
runtimeBuffers: remove print, replace hardcode with vocab size from config
Show description for d9dc161
vklimkov-nvidia
committed
d9dc161
View commit details
Copy full SHA for d9dc161
Browse repository at this point
switch to using cublas to compute logits after cfg
Show description for 0ff0aad
vklimkov-nvidia
committed
0ff0aad
View commit details
Copy full SHA for 0ff0aad
Browse repository at this point
Fixes to freeing cache and slots for case when llm request contains multiple sequences
Show description for 3829d85
vklimkov-nvidia
committed
3829d85
View commit details
Copy full SHA for 3829d85
Browse repository at this point
Adjust gptManagerBenchmark to work with decoder models with cross attention, where encoder features are provided explicitely
Show description for 3100c28
vklimkov-nvidia
committed
3100c28
View commit details
Copy full SHA for 3100c28
Browse repository at this point
gptManagerBenchmark.cpp: pre-copy encoder features to GPU in benchmark
Show description for b626eb7
vklimkov-nvidia
committed
b626eb7
View commit details
Copy full SHA for b626eb7
Browse repository at this point
Commits on Jul 8, 2025
Enable latest grpo checkpoint, apply attention prior in leader thread
Show description for 43daa79
vklimkov-nvidia
committed
43daa79
View commit details
Copy full SHA for 43daa79
Browse repository at this point
You can’t perform that action at this time.