forked from kserve/kserve
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
In the E2E testing for TorchServe, in test/e2e/predictor/test_torchserve.py
it is stated that pytest.skip("ODH does not support TorchServe at the moment", allow_module_level=True)
is used, indicating that ODH does not support TorchServe at the moment.
This statement causes the entire test module to be skipped, meaning none of the tests in the module will execute.
However, when we tested TorchServe using ODH, the inference was working fine. Here are the test results:
(base) [root@m42lp48 ~]# curl -k https://densenet-kserve-torchserve.apps.ocpz-standard.m42lp48.lnxero1.boe/predictions/densenet161 -T kitten.jpg
{
"tabby": 0.4666193723678589,
"tiger_cat": 0.46449044346809387,
"Egyptian_cat": 0.06614018976688385,
"lynx": 0.0012924389448016882,
"plastic_bag": 0.00022909781546331942
}
Given this, is there any reason why the test case marked as not supported?
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working
Type
Projects
Status
New/Backlog