Skip to content

Commit

Permalink
Minor updates to Java docs (#21269)
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Jul 11, 2024
1 parent 8c073f9 commit 2b75c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/genai/api/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Java API reference for ONNX Runtime generate() API
has_children: false
parent: API docs
grand_parent: Generate API (Preview)
nav_order: 1
nav_order: 4
---

# ONNX Runtime generate() Java API
Expand All @@ -17,7 +17,7 @@ _Note: this API is in preview and is subject to change._
{:toc}

## Install and import
The Java API is delivered by the ai.onnxruntime.genai Java package. Package publication is pending. To build the package from source, see the [installation guide](../howto/build-from-source.md).
The Java API is delivered by the ai.onnxruntime.genai Java package. Package publication is pending. To build the package from source, see the [build from source guide](../howto/build-from-source.md).

```java
import ai.onnxruntime.genai.*;
Expand Down
2 changes: 1 addition & 1 deletion docs/genai/howto/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nav_order: 2
## Pre-requisites

- `cmake`
- `.Net v6` (if building C# library or API)
- `.Net v6` (if building C#)

## Clone the onnxruntime-genai repo

Expand Down

0 comments on commit 2b75c9b

Please sign in to comment.