FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for FasterTransformer - LinkDecoder/DeepLearningExamples · GitHub
LinkDecoder
/
DeepLearningExamples
Public
forked from
NVIDIA/DeepLearningExamples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
DeepLearningExamples
FasterTransformer
on
foo
User selector
Datepicker
Commit history
Commits on Aug 24, 2025
ok
LinkDecoder
committed
94b8e8a
View commit details
Copy full SHA for 94b8e8a
View code at this point
Browse repository at this point
commit anyway
LinkDecoder
committed
525564f
View commit details
Copy full SHA for 525564f
View code at this point
Browse repository at this point
Commits on Jun 16, 2021
Update README.md
jdemouth
authored
a079758
View commit details
Copy full SHA for a079758
View code at this point
Browse repository at this point
Commits on Apr 17, 2021
[FT] Remove the source codes of FT and add the link of new repo
byshiue
committed
fd13bbd
View commit details
Copy full SHA for fd13bbd
View code at this point
Browse repository at this point
Commits on Apr 5, 2021
[FT] Add the deprecation in readme
byshiue
authored
a64351f
View commit details
Copy full SHA for a64351f
View code at this point
Browse repository at this point
Commits on Mar 10, 2021
Fix the bug of mismatching datatype in print_to_screen (#866)
Show description for 596d11a
menggeliu1205
and
liumg
authored
596d11a
View commit details
Copy full SHA for 596d11a
View code at this point
Browse repository at this point
Commits on Mar 7, 2021
Update URLs for GLUE downloader.
lazykyama
committed
c33299b
View commit details
Copy full SHA for c33299b
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
fix two obvious bugs. (#635)
feifeibear
authored
0f5ff94
View commit details
Copy full SHA for 0f5ff94
View code at this point
Browse repository at this point
Commits on Jan 8, 2021
Byshiue patch 2 (#805)
Show description for 3d0d45b
byshiue
authored
3d0d45b
View commit details
Copy full SHA for 3d0d45b
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
Byshiue patch 2 (#788)
Show description for ae76b89
byshiue
authored
ae76b89
View commit details
Copy full SHA for ae76b89
View code at this point
Browse repository at this point
Commits on Nov 9, 2020
Fix: Fix the bugs of allocating workspace (#746,#747)
byshiue
authored
a095658
View commit details
Copy full SHA for a095658
View code at this point
Browse repository at this point
Commits on Sep 23, 2020
[FT] FasterTransformer 3.0 Release (#696)
Show description for b2e89e6
byshiue
authored
b2e89e6
View commit details
Copy full SHA for b2e89e6
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
[FT] 1. Fix the bug of TensorRT plugin of FasterTransformer encoder. (#640)
Show description for 1aa6813
byshiue
authored
1aa6813
View commit details
Copy full SHA for 1aa6813
View code at this point
Browse repository at this point
Commits on Jul 21, 2020
fix typo (#605)
372046933
authored
108a783
View commit details
Copy full SHA for 108a783
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
[FT] 1. Push the FasterTransformer v2.1 (#582)
byshiue
authored
4972eb1
View commit details
Copy full SHA for 4972eb1
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
Update README.md
Show description for b50add4
byshiue
authored
b50add4
View commit details
Copy full SHA for b50add4
View code at this point
Browse repository at this point
Update README.md
Show description for 4bcf426
byshiue
authored
4bcf426
View commit details
Copy full SHA for 4bcf426
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
Update translate_sample.py
Show description for fe2cef5
372046933
authored
fe2cef5
View commit details
Copy full SHA for fe2cef5
View code at this point
Browse repository at this point
Commits on May 13, 2020
1. Fix the bugs of trt sample codes
byshiue
committed
13e601c
View commit details
Copy full SHA for 13e601c
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
[FasterTransformer] Fix the bug of Readme.
byshiue
authored
bee3ddf
View commit details
Copy full SHA for bee3ddf
View code at this point
Browse repository at this point
1. [FasterTransformer] Fix the bug of encoder trt plugin.
byshiue
committed
5ee9b2e
View commit details
Copy full SHA for 5ee9b2e
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
1. Update the README.
byshiue
committed
f0809df
View commit details
Copy full SHA for f0809df
View code at this point
Browse repository at this point
Commits on Mar 26, 2020
1. Add License to FT.
byshiue
committed
9519b96
View commit details
Copy full SHA for 9519b96
View code at this point
Browse repository at this point
Commits on Mar 18, 2020
Update encoder_gemm.h
byshiue
authored
4cbd73f
View commit details
Copy full SHA for 4cbd73f
View code at this point
Browse repository at this point
Commits on Mar 6, 2020
1. Fix LGTM alerts, remove useless module from python files.
byshiue
committed
77505ce
View commit details
Copy full SHA for 77505ce
View code at this point
Browse repository at this point
Fix the LGTM alert.
byshiue
authored
e7c9404
View commit details
Copy full SHA for e7c9404
View code at this point
Browse repository at this point
Fix the LGTM alert
byshiue
authored
4b421a9
View commit details
Copy full SHA for 4b421a9
View code at this point
Browse repository at this point
1. Fix bug of README.
byshiue
committed
ecfad37
View commit details
Copy full SHA for ecfad37
View code at this point
Browse repository at this point
1. Fix bug of README.
byshiue
committed
b69fec3
View commit details
Copy full SHA for b69fec3
View code at this point
Browse repository at this point
1. Using install the OpenNMT-tf to replace clone the OpenNMT-tf repo.
byshiue
committed
9560a30
View commit details
Copy full SHA for 9560a30
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
[FasterTransformer] Add translation_sample, fix some bugs.
byshiue
committed
bd89bca
View commit details
Copy full SHA for bd89bca
View code at this point
Browse repository at this point
Commits on Mar 3, 2020
1. Update the readme.
byshiue
committed
b162523
View commit details
Copy full SHA for b162523
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
[FasterTransformer] Adding v2
nvpstr
committed
2ebdf71
View commit details
Copy full SHA for 2ebdf71
View code at this point
Browse repository at this point
Commits on Sep 18, 2019
refine assert/cmake
xjia
committed
61d96c2
View commit details
Copy full SHA for 61d96c2
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
refine softmax/diff
xjia
committed
392d6be
View commit details
Copy full SHA for 392d6be
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL