Skip to content

Commit

Permalink
Fix the versions in the doc (#6164)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayv25 authored Aug 9, 2023
1 parent 82d4110 commit 0529476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/jetson.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/llvm-8/lib"
```

**Note**: On Jetson, the backend directory must be explicitly specified using the
`--backend-directory` flag. Starting from 23.06, Triton no longer supports
TensorFlow 1.x. If you'd like to use TensorFlow 1.x with Triton prior to 23.06,
`--backend-directory` flag. Starting from 23.04, Triton no longer supports
TensorFlow 1.x. If you'd like to use TensorFlow 1.x with Triton prior to 23.04,
a version string is required to use TensorFlow 1.x.

```
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Count*. The count metrics are illustrated by the following examples:

### Latencies

Starting in 23.06, Triton exposes the ability to choose the types of metrics
Starting in 23.04, Triton exposes the ability to choose the types of metrics
that are published through the `--metrics-config` CLI options.

#### Counters
Expand Down

0 comments on commit 0529476

Please sign in to comment.