Skip to content

Commit

Permalink
PA Migration: Doc Updates (#80)
Browse files Browse the repository at this point in the history
* PA Migration: Doc Updates

* Update copyrights
  • Loading branch information
fpetrini15 authored Aug 6, 2024
1 parent 6efffcc commit a9bc5b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
Copyright (c) 2022-2024, NVIDIA CORPORATION. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -197,7 +197,7 @@ We introduced new alpha feature to PyTriton that allows to stream partial respon

### Profiling model

The [Perf Analyzer](https://github.com/triton-inference-server/client/blob/main/src/c++/perf_analyzer/README.md) can be
The [Perf Analyzer](https://github.com/triton-inference-server/perf_analyzer/blob/main/README.md) can be
used to profile models served through PyTriton. We have prepared an example of
using the Perf Analyzer to profile the BART PyTorch model. The example code can be found
in [examples/perf_analyzer](../examples/perf_analyzer).
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -43,7 +43,7 @@ The list of example models deployments:

## Profiling models

The [Perf Analyzer](https://github.com/triton-inference-server/client/blob/main/src/c++/perf_analyzer/README.md) can be
The [Perf Analyzer](https://github.com/triton-inference-server/perf_analyzer/blob/main/README.md) can be
used to profile the models served through PyTriton. We have prepared an example of
using Perf Analyzer to profile BART PyTorch. See the example code in
the [GitHub repository](../examples/perf_analyzer).
Expand Down
4 changes: 2 additions & 2 deletions examples/perf_analyzer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -19,7 +19,7 @@ limitations under the License.
## Overview

The example presents profiling of HuggingFace BART model using [Perf
Analyzer](https://github.com/triton-inference-server/client/blob/main/src/c++/perf_analyzer/README.md)
Analyzer](https://github.com/triton-inference-server/perf_analyzer/blob/main/README.md)

Example consists of following scripts:

Expand Down

0 comments on commit a9bc5b0

Please sign in to comment.