How to Get Pre-release DotNet packages? #1227
Replies: 2 comments
-
The source of the repo contains a nuget.config file. Could you please delete the file and try again. The file restricts the nuget feed to ort-nightly which does not contain the prerelease package rc4 |
Beta Was this translation helpful? Give feedback.
-
@baijumeswani Thanks that worked! Now I have built the HelloPhi example with the Debug-DirectML and x64 configuration (I am on Windows x64) and I can run the sample with the commandline switches: -m myModelPath -e cpu and it runs fine. However, if I try -m myModelPath -e dml I get an error saying Unknown provider type: dml. According to the Readme for the sample an Execution Provider of dml should be supported. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I grab the repo and open it the HelloPhi C# example. I try restoring the NuGet packages used by the project and it complains it can't find version 0.6.0-dev of the packaged dependencies. So I launch the NuGet Package Manager and try to get the latest pre-release versions but I get an error that they were found but can't be downloaded:
The feed 'ORT-Nightly [https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json]' lists package 'Microsoft.ML.OnnxRuntimeGenAI.0.6.0-rc4' but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again.
Package restore failed. Rolling back package changes for 'HelloPhi'.
Any thoughts why I can't the pre-release packages?
Beta Was this translation helpful? Give feedback.
All reactions