Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

feat: set up machine learning model with knative #24

Merged
merged 38 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
701ffa5
chore: start with basic deploy
zalsader Jan 31, 2024
4a72d9b
feat: add basic eventing
zalsader Jan 31, 2024
25e00f1
chore: update operator version
zalsader Jan 31, 2024
a53bfdd
feat: add eventing
zalsader Jan 31, 2024
e3cf0c0
feat: add obc.yaml
zalsader Feb 1, 2024
f7664e6
feat: add basic ml func
zalsader Feb 1, 2024
b4ceca4
feat: add env from secret and configmap
zalsader Feb 1, 2024
b607bec
feat: add output bucket
zalsader Feb 15, 2024
2de8cff
chore: downgrade knative
zalsader Feb 15, 2024
ebffb4a
feat: connect to S3
zalsader Feb 15, 2024
eba4438
feat: add ingress and upload directions
zalsader Feb 15, 2024
3b43852
func: test copying files
zalsader Feb 15, 2024
7d744ac
feat: bucket notifications work
zalsader Feb 15, 2024
b4f050f
feat: extract name and copy objects between buckets
zalsader Feb 15, 2024
8ff4c5e
chore: filter events
zalsader Feb 16, 2024
7c60ff8
feat: use a stable diffusion model
zalsader Feb 16, 2024
c593145
feat: add images and update prompt
zalsader Feb 16, 2024
2c344e3
fix: errors
zalsader Feb 16, 2024
1d8fc1e
fix: io
zalsader Feb 16, 2024
0a71328
fix: lint
zalsader Feb 16, 2024
733daba
chore: add debugs
zalsader Feb 17, 2024
79ccf20
fix: reduce num_inference_steps
zalsader Feb 17, 2024
f079942
dummy
zalsader Feb 17, 2024
1db5b9d
fixes file extension?
zalsader Feb 17, 2024
a934f43
feat: use a broker and a trigger
zalsader Feb 21, 2024
9905cee
fix: ceph source sink
zalsader Feb 21, 2024
43df27b
chore: update sha
zalsader Feb 21, 2024
f8ab164
feat: add input and output images
zalsader Feb 21, 2024
bcc3d14
fix: add timeout
zalsader Feb 21, 2024
5bf92f3
fix: add flushes
zalsader Feb 21, 2024
875fc46
10 minutes
zalsader Feb 21, 2024
7663c5f
chore: change .tech to .dev
zalsader Feb 21, 2024
da63845
feat: add generic user
zalsader Feb 21, 2024
e9ba5ed
docs: update readme
zalsader Feb 21, 2024
dbb6f20
chore: more stuff
zalsader Feb 21, 2024
699bb06
chore: update readme
zalsader Feb 21, 2024
1d092ad
chore: add cert-manager
zalsader Feb 21, 2024
e12252d
docs: add ingress
zalsader Feb 21, 2024
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
Prev Previous commit
Next Next commit
chore: filter events
Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
  • Loading branch information
zalsader committed Feb 16, 2024
commit 8ff4c5e598c71b93a925262c859567aa872e4cee
4 changes: 3 additions & 1 deletion exp/knative-ml/deploy/notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ metadata:
name: my-notification
namespace: default
spec:
topic: my-topic
topic: my-topic
events:
- s3:ObjectCreated:*
3 changes: 2 additions & 1 deletion exp/knative-ml/deploy/serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ spec:
enabled: true
config:
autoscaler:
scale-to-zero-grace-period: "40s"
# Helps with debugging
scale-to-zero-pod-retention-period: "20s"
domain:
"knative-staging.koor.tech": ""
network:
Expand Down