mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[None][chore] Bump version to 1.2.0rc0 (#7941)
Signed-off-by: Yiqing Yan <yiqingy@nvidia.com>
This commit is contained in:
parent
48e779ae8c
commit
560ded5450
@ -9,7 +9,7 @@ TensorRT LLM
|
|||||||
[](https://www.python.org/downloads/release/python-31012/)
|
[](https://www.python.org/downloads/release/python-31012/)
|
||||||
[](https://developer.nvidia.com/cuda-downloads)
|
[](https://developer.nvidia.com/cuda-downloads)
|
||||||
[](https://developer.nvidia.com/tensorrt)
|
[](https://developer.nvidia.com/tensorrt)
|
||||||
[](./tensorrt_llm/version.py)
|
[](./tensorrt_llm/version.py)
|
||||||
[](./LICENSE)
|
[](./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](https://nvidia.github.io/TensorRT-LLM/) | [Roadmap](https://github.com/NVIDIA/TensorRT-LLM/issues?q=is%3Aissue%20state%3Aopen%20label%3Aroadmap)
|
[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](https://nvidia.github.io/TensorRT-LLM/) | [Roadmap](https://github.com/NVIDIA/TensorRT-LLM/issues?q=is%3Aissue%20state%3Aopen%20label%3Aroadmap)
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
tensorrt_llm==1.1.0rc6
|
tensorrt_llm==1.2.0rc0
|
||||||
evaluate~=0.4.1
|
evaluate~=0.4.1
|
||||||
rouge_score~=0.1.2
|
rouge_score~=0.1.2
|
||||||
|
|||||||
@ -12,4 +12,4 @@
|
|||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
__version__ = "1.1.0rc6"
|
__version__ = "1.2.0rc0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user