File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ TensorRT-LLM
9
9
[ ![ python] ( https://img.shields.io/badge/python-3.10-green )] ( https://www.python.org/downloads/release/python-31012/ )
10
10
[ ![ cuda] ( https://img.shields.io/badge/cuda-12.9.1-green )] ( https://developer.nvidia.com/cuda-downloads )
11
11
[ ![ trt] ( https://img.shields.io/badge/TRT-10.11.0-green )] ( https://developer.nvidia.com/tensorrt )
12
- [ ![ version] ( https://img.shields.io/badge/release-0.21.0 -green )] ( ./tensorrt_llm/version.py )
12
+ [ ![ version] ( https://img.shields.io/badge/release-0.21.1 -green )] ( ./tensorrt_llm/version.py )
13
13
[ ![ license] ( https://img.shields.io/badge/license-Apache%202-blue )] ( ./LICENSE )
14
14
15
15
[ Architecture] ( ./docs/source/torch/arch_overview.md )   ;  ;  ; |  ;  ;  ; [ Performance] ( ./docs/source/performance/perf-overview.md )   ;  ;  ; |  ;  ;  ; [ Examples] ( https://nvidia.github.io/TensorRT-LLM/quick-start-guide.html )   ;  ;  ; |  ;  ;  ; [ Documentation] ( ./docs/source/ )   ;  ;  ; |  ;  ;  ; [ Roadmap] ( https://github.com/NVIDIA/TensorRT-LLM/issues?q=is%3Aissue%20state%3Aopen%20label%3Aroadmap )
Original file line number Diff line number Diff line change 1
- tensorrt_llm==0.21.0
1
+ tensorrt_llm==0.21.1
2
2
evaluate~=0.4.1
3
3
rouge_score~=0.1.2
Original file line number Diff line number Diff line change 12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
- __version__ = "0.21.0 "
15
+ __version__ = "0.21.1 "
You can’t perform that action at this time.
0 commit comments