mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
chore: bump version to 0.20.0 (#4469)
Signed-off-by: ZhanruiSunCh <184402041+ZhanruiSunCh@users.noreply.github.com>
This commit is contained in:
parent
3485347584
commit
0e7abba952
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
@ -4,7 +4,7 @@
|
||||
# The rule below requires that any PR to release/**/* branches must be approved by at least one member
|
||||
# of the NVIDIA/trt-llm-release-branch-approval team, regardless of who else approves the PR.
|
||||
# Without approval from a member of this team, PRs cannot be merged to release branches.
|
||||
# * @NVIDIA/trt-llm-release-branch-approval
|
||||
* @NVIDIA/trt-llm-release-branch-approval
|
||||
|
||||
# The rule below requires that any PR modifying public APIs must be approved by at least one member
|
||||
# of the NVIDIA/trt-llm-committed-api-review-committee or NVIDIA/trt-llm-noncommitted-api-review-committee team.
|
||||
|
||||
@ -9,7 +9,7 @@ TensorRT-LLM
|
||||
[](https://www.python.org/downloads/release/python-31012/)
|
||||
[](https://developer.nvidia.com/cuda-downloads)
|
||||
[](https://developer.nvidia.com/tensorrt)
|
||||
[](./tensorrt_llm/version.py)
|
||||
[](./tensorrt_llm/version.py)
|
||||
[](./LICENSE)
|
||||
|
||||
[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)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
tensorrt_llm==0.21.0rc0
|
||||
tensorrt_llm==0.20.0
|
||||
evaluate~=0.4.1
|
||||
rouge_score~=0.1.2
|
||||
|
||||
@ -12,4 +12,4 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
__version__ = "0.21.0rc0"
|
||||
__version__ = "0.20.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user