Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
777ki
/
CTranslate2
Public
forked from
OpenNMT/CTranslate2
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Breadcrumbs
History for
CTranslate2
src
on
master
User selector
All users
All time
Commit History
Commits on Nov 17, 2023
Sliding window + chunking input for mistral model (#1524)
Show description for 120746e
minhthuc2502
and
thucpham
authored
120746e
Copy full SHA for 120746e
Commits on Nov 8, 2023
whisper-large-v3 compatibility (#1530)
Show description for 23f744f
funboarder13920
authored
23f744f
Copy full SHA for 23f744f
Commits on Nov 7, 2023
Minimal support for Mistral 7B model. (#1528)
Show description for 50e9ba4
vince62s
authored
50e9ba4
Copy full SHA for 50e9ba4
Commits on Nov 3, 2023
Support Transformers in the Wav2Vec2 Encoder for the ASR Inference (#1520)
Show description for f92a8a2
homink
and
hkwon
authored
f92a8a2
Copy full SHA for f92a8a2
Commits on Sep 14, 2023
Add missing PROFILE block in Rotary op
guillaumekln
committed
d240717
Copy full SHA for d240717
Use float dispatch macro in Gemm op
guillaumekln
committed
98a36e8
Copy full SHA for 98a36e8
Commits on Sep 13, 2023
Add some missing std::move reported by clang-tidy
guillaumekln
committed
f9f584b
Copy full SHA for f9f584b
Mark lambda as mutable in Whisper::align
guillaumekln
committed
d2a6776
Copy full SHA for d2a6776
Use a macro to declare Quantize::quantize specializations
guillaumekln
committed
bdcb096
Copy full SHA for bdcb096
Commits on Sep 12, 2023
Remove epsilon in the Softmax CPU kernel for consistency (#1468)
guillaumekln
authored
7bd0369
Copy full SHA for 7bd0369
Commits on Sep 11, 2023
Optimize indexing in function negative_dtw (#1464)
guillaumekln
authored
5262f81
Copy full SHA for 5262f81
Use a macro to factorize declaration of some float specializations (#1463)
guillaumekln
authored
eec0bf1
Copy full SHA for eec0bf1
Commits on Aug 31, 2023
Fix shape error in models using both MQA and relative positions (#1451)
guillaumekln
authored
942d07b
Copy full SHA for 942d07b
Implement converter for FalconConfig (#1405) (#1449)
Show description for 6fc0615
Natalia Segal
and
guillaumekln
authored
6fc0615
Copy full SHA for 6fc0615
Commits on Aug 29, 2023
Fix max_time definition in PositionEncoder (#1447)
guillaumekln
authored
4c898a1
Copy full SHA for 4c898a1
Relax shape checks for Whisper input features (#1446)
Show description for f4ef902
guillaumekln
authored
f4ef902
Copy full SHA for f4ef902
Make the RoPE base period configurable (#1445)
guillaumekln
authored
28e6ffb
Copy full SHA for 28e6ffb
Increase revision of TransformerDecoderModelSpec to 8 (#1444)
guillaumekln
authored
7a20870
Copy full SHA for 7a20870
Implement linear RoPE scaling (#1442)
Show description for 3da5619
guillaumekln
authored
3da5619
Copy full SHA for 3da5619
Commits on Aug 28, 2023
Restore the original batch_id before calling the callback (#1440)
guillaumekln
authored
fd94aaf
Copy full SHA for fd94aaf
Fix AVX512 compilation with GCC 7 (#1438)
guillaumekln
authored
ffe6bcb
Copy full SHA for ffe6bcb
Add property hypothesis_id in GenerationStepResult (#1437)
guillaumekln
authored
a7b2c38
Copy full SHA for a7b2c38
Fix indentation in file src/translator.cc
guillaumekln
committed
8fbd285
Copy full SHA for 8fbd285
token type ids can be set by optional argument up to python wrapper (#1418)
Show description for e3d0bb0
hachall
and
guillaumekln
authored
e3d0bb0
Copy full SHA for e3d0bb0
Vectorize GEMM output dequantization and fuse bias & activation (#1402)
Show description for f3e2ac6
guillaumekln
authored
f3e2ac6
Copy full SHA for f3e2ac6
Commits on Aug 4, 2023
Cleanup specialization of functor absolute_maximum_func (#1398)
guillaumekln
authored
61d3450
Copy full SHA for 61d3450
Commits on Aug 2, 2023
Fix relative positions shape when forwarding a sequence in the decoder (#1395)
guillaumekln
authored
6973aa5
Copy full SHA for 6973aa5
By default, keep the same FP precision when converting models (#1389)
Show description for b6daa04
guillaumekln
authored
b6daa04
Copy full SHA for b6daa04
Commits on Jul 27, 2023
Enable GPU tests for Alibi and RotaryEmbeddings layers (#1371)
guillaumekln
authored
892b354
Copy full SHA for 892b354
Commits on Jul 26, 2023
Fix bfloat16 dispatch in logits processor ApplyTimestampRules (#1366)
Show description for 4c72b57
guillaumekln
authored
4c72b57
Copy full SHA for 4c72b57
Commits on Jul 19, 2023
Fix float dispatch in operator DequantizeGemmOutput (#1352)
guillaumekln
authored
a564c90
Copy full SHA for a564c90
Commits on Jul 17, 2023
Support bfloat16 execution on the GPU (#1316)
Show description for 7218d48
guillaumekln
authored
7218d48
Copy full SHA for 7218d48
Commits on Jul 12, 2023
Support multi-query attention for encoder-decoder models (#1339)
Show description for dac2f62
guillaumekln
authored
dac2f62
Copy full SHA for dac2f62
Disable the first timestamp decoding rule when there is a prefix (#1338)
guillaumekln
authored
662c421
Copy full SHA for 662c421
Optimize creation of the relative position buckets (#1340)
guillaumekln
authored
6416602
Copy full SHA for 6416602
Pagination
Previous
Next
You can’t perform that action at this time.