Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refac: use KServe types for InferenceServices #140

Merged
merged 1 commit into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/run-fvt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
kubectl create ns modelmesh-user
kubectl apply -f https://raw.githubusercontent.com/kserve/kserve/master/test/crds/serving.kserve.io_inferenceservices.yaml
./scripts/install.sh --namespace modelmesh-serving -u modelmesh-user --fvt --dev-mode-logging
- name: Free up disk space
run: |
echo "Pruning images"
docker image prune -a -f
docker system df
df -h
- name: Pre-pull runtime images
run: |
docker pull nvcr.io/nvidia/tritonserver:21.06.1-py3
Expand Down
36 changes: 0 additions & 36 deletions apis/serving/v1beta1/groupversion_info.go

This file was deleted.

155 changes: 0 additions & 155 deletions apis/serving/v1beta1/inferenceservice_types.go

This file was deleted.

Loading