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 @@ -10,7 +10,7 @@ state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs.<
1010[ ![ python] ( https://img.shields.io/badge/python-3.10-green )] ( https://www.python.org/downloads/release/python-31012/ )
1111[ ![ cuda] ( https://img.shields.io/badge/cuda-13.0.0-green )] ( https://developer.nvidia.com/cuda-downloads )
1212[ ![ trt] ( https://img.shields.io/badge/TRT-10.13.2-green )] ( https://developer.nvidia.com/tensorrt )
13- [ ![ version] ( https://img.shields.io/badge/release-1.2.0rc3 -green )] ( https://github.com/NVIDIA/TensorRT-LLM/blob/main/tensorrt_llm/version.py )
13+ [ ![ version] ( https://img.shields.io/badge/release-1.2.0rc4 -green )] ( https://github.com/NVIDIA/TensorRT-LLM/blob/main/tensorrt_llm/version.py )
1414[ ![ license] ( https://img.shields.io/badge/license-Apache%202-blue )] ( https://github.com/NVIDIA/TensorRT-LLM/blob/main/LICENSE )
1515
1616[ Architecture] ( https://nvidia.github.io/TensorRT-LLM/developer-guide/overview.html )   ;  ;  ; |  ;  ;  ; [ Performance] ( https://nvidia.github.io/TensorRT-LLM/developer-guide/perf-overview.html )   ;  ;  ; |  ;  ;  ; [ Examples] ( https://nvidia.github.io/TensorRT-LLM/quick-start-guide.html )   ;  ;  ; |  ;  ;  ; [ Documentation] ( https://nvidia.github.io/TensorRT-LLM/ )   ;  ;  ; |  ;  ;  ; [ 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==1.2.0rc3
1+ tensorrt_llm==1.2.0rc4
22evaluate~=0.4.1
33rouge_score~=0.1.2
Original file line number Diff line number Diff line change 1212# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313# See the License for the specific language governing permissions and
1414# limitations under the License.
15- __version__ = "1.2.0rc3 "
15+ __version__ = "1.2.0rc4 "
You can’t perform that action at this time.
0 commit comments