Skip to content

Commit

Permalink
Bug fix for kserve build issue and fixing nightly tests (#3251)
Browse files Browse the repository at this point in the history
* Testing kserve build

* Update kserve_cpu_tests.yml
  • Loading branch information
agunapal authored Jul 16, 2024
1 parent b8d69b7 commit 9a0ab89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kserve_cpu_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: kserve/kserve
ref: v0.13.0
ref: v0.12.1
path: kserve
- name: Validate torchserve-kfs and Open Inference Protocol
run: ./kubernetes/kserve/tests/scripts/test_mnist.sh
1 change: 0 additions & 1 deletion kubernetes/kserve/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
kserve[storage]==0.13.0
ray[serve]>=2.32.0
transformers
captum
grpcio
Expand Down

0 comments on commit 9a0ab89

Please sign in to comment.