Skip to content

Commit

Permalink
Workaround for kserve nightly failure (#3079)
Browse files Browse the repository at this point in the history
* Downgrade kserve version

* Downgrade kserve version

* Downgrade ray serve version as a workaround
  • Loading branch information
agunapal committed Apr 10, 2024
1 parent 89c5389 commit 322615c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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.11.1
ref: v0.12.0
path: kserve
- name: Validate torchserve-kfs and Open Inference Protocol
run: ./kubernetes/kserve/tests/scripts/test_mnist.sh
3 changes: 2 additions & 1 deletion kubernetes/kserve/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
kserve[storage]>=0.11.0
kserve[storage]>=0.12.0
ray[serve]<=2.9.3,>=2.9.2
transformers
captum
grpcio
Expand Down

0 comments on commit 322615c

Please sign in to comment.