Skip to content

Commit

Permalink
move doc comment up
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Mar 18, 2024
1 parent ef29770 commit 4fe51d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/odh/test/e2e/standard/ModelServingST.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ void testMultiModelServerInference() {
final String runtimeName = "some-runtime";
final String modelName = "some-model";

// https://github.com/onnx/models/blob/main/validated/vision/classification/mnist/README.md
final String modelStorageUrl = "https://github.com/onnx/models/blob/bec48b6a70e5e9042c0badbaafefe4454e072d08/validated/vision/classification/mnist/model/mnist-8.onnx?raw=true";
final String modelInputPath = "modelmesh/modelmesh-mnist-input.json";
final String expectedModelOutput = "\"data\":[-8.233052,-7.7497034,-3.42368,12.363029,-12.079105,17.266596,-10.570976,0.71307594,3.321714,1.362123]";
Expand Down Expand Up @@ -203,7 +204,6 @@ void testMultiModelServerInference() {
.withVersion("1")
.endModelFormat()
.withRuntime(runtimeName)
// https://github.com/onnx/models/blob/main/validated/vision/classification/mnist/README.md
.withStorageUri(modelStorageUrl)
.endPredictorModel()
.endInferenceservicespecPredictor()
Expand Down

0 comments on commit 4fe51d0

Please sign in to comment.