mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
Fix DirectML package name in genai/howto/install.md (#20771)
### Description Fix package name from ```dotnet add package Microsoft.ML.OnnxRuntimeGenAI.*Cuda* --prerelease``` to ```dotnet add package Microsoft.ML.OnnxRuntimeGenAI.DirectML --prerelease``` in DirectML section. ### Motivation and Context Clearly confusing for beginners if not fixed (will break further processes)
This commit is contained in:
parent
643a16a6bc
commit
4b919fe2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ dotnet add package Microsoft.ML.OnnxRuntimeGenAI.Cuda --prerelease
|
|||
For the package that has been optimized for DirectML:
|
||||
|
||||
```bash
|
||||
dotnet add package Microsoft.ML.OnnxRuntimeGenAI.Cuda --prerelease
|
||||
dotnet add package Microsoft.ML.OnnxRuntimeGenAI.DirectML --prerelease
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue