Skip to content

Commit

Permalink
Update docs/genai/tutorials/phi3-android.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nat Kershaw (MSFT) <[email protected]>
  • Loading branch information
fionabos and natke authored Aug 5, 2024
1 parent c138c60 commit 7c1f236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/tutorials/phi3-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a basic [Phi-3](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct)
### Java API
This app uses the [generate() Java API's](https://github.com/microsoft/onnxruntime-genai/tree/main/src/java/src/main/java/ai/onnxruntime/genai) GenAIException, Generator, GeneratorParams, Model, and TokenizerStream classes ([documentation](https://onnxruntime.ai/docs/genai/api/java.html)). The [generate() C API](https://onnxruntime.ai/docs/genai/api/c.html), [generate() C# API](https://onnxruntime.ai/docs/genai/api/csharp.html), and [generate() Python API](https://onnxruntime.ai/docs/genai/api/python.html) are also available.

### Model Downloads
### Model Download
This app downloads the [Phi-3](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) model through Hugging Face. To use a different model, change the path links to refer to your chosen model.
```java
final String baseUrl = "https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-onnx/resolve/main/cpu_and_mobile/cpu-int4-rtn-block-32-acc-level-4/";
Expand Down

0 comments on commit 7c1f236

Please sign in to comment.