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

fix(container): update image jank.ing/jjgadgets/mlc-llm-nightly to v2024.10.18 #1195

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

tinfoild[bot]
Copy link
Contributor

@tinfoild tinfoild bot commented Oct 18, 2024

This PR contains the following updates:

Package Update Change OpenSSF
jank.ing/jjgadgets/mlc-llm-nightly (source) patch 2024.10.17 -> 2024.10.18 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

cloudflare-workers-and-pages bot commented Oct 18, 2024

Deploying jjgadgets-biohazard with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0c26184
Status: ✅  Deploy successful!
Preview URL: https://80ab7bf3.jjgadgets-biohazard.pages.dev
Branch Preview URL: https://renovate-jank-ing-jjgadgets-d1zh.jjgadgets-biohazard.pages.dev

View logs

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Oct 18, 2024

--- kube/deploy/apps/mlc-llm/app Kustomization: flux-system/mlc-llm-app HelmRelease: mlc-llm/mlc-llm

+++ kube/deploy/apps/mlc-llm/app Kustomization: flux-system/mlc-llm-app HelmRelease: mlc-llm/mlc-llm

@@ -52,13 +52,13 @@

               MLC_DOWNLOAD_CACHE_POLICY: READONLY
               MLC_JIT_POLICY: 'ON'
               MODEL: Llama-3.2-3B-Instruct-q4f16_1-MLC
               TZ: null
             image:
               repository: jank.ing/jjgadgets/mlc-llm-nightly
-              tag: 2024.10.17@sha256:4a6f5c7205c474b10740c66918d819be5c40678346b5f664a0dc63dfd540fb63
+              tag: 2024.10.18@sha256:b62bd8806be4d91f5a6c00c608ac84b9fc9d522df3598ad3064bee73dbd2bf54
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:
@@ -104,13 +104,13 @@

               MLC_DOWNLOAD_CACHE_POLICY: 'ON'
               MLC_JIT_POLICY: 'OFF'
               MODEL: Llama-3.2-3B-Instruct-q4f16_1-MLC
               TZ: null
             image:
               repository: jank.ing/jjgadgets/mlc-llm-nightly
-              tag: 2024.10.17@sha256:4a6f5c7205c474b10740c66918d819be5c40678346b5f664a0dc63dfd540fb63
+              tag: 2024.10.18@sha256:b62bd8806be4d91f5a6c00c608ac84b9fc9d522df3598ad3064bee73dbd2bf54
             resources:
               limits:
                 cpu: 1000m
                 memory: 2Gi
               requests:
                 cpu: 10m
@@ -136,13 +136,13 @@

               MLC_DOWNLOAD_CACHE_POLICY: READONLY
               MLC_JIT_POLICY: 'ON'
               MODEL: Phi-3.5-mini-instruct-q4f16_1-MLC
               TZ: null
             image:
               repository: jank.ing/jjgadgets/mlc-llm-nightly
-              tag: 2024.10.17@sha256:4a6f5c7205c474b10740c66918d819be5c40678346b5f664a0dc63dfd540fb63
+              tag: 2024.10.18@sha256:b62bd8806be4d91f5a6c00c608ac84b9fc9d522df3598ad3064bee73dbd2bf54
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
               startup:
@@ -188,13 +188,13 @@

               MLC_DOWNLOAD_CACHE_POLICY: 'ON'
               MLC_JIT_POLICY: 'OFF'
               MODEL: Phi-3.5-mini-instruct-q4f16_1-MLC
               TZ: null
             image:
               repository: jank.ing/jjgadgets/mlc-llm-nightly
-              tag: 2024.10.17@sha256:4a6f5c7205c474b10740c66918d819be5c40678346b5f664a0dc63dfd540fb63
+              tag: 2024.10.18@sha256:b62bd8806be4d91f5a6c00c608ac84b9fc9d522df3598ad3064bee73dbd2bf54
             resources:
               limits:
                 cpu: 1000m
                 memory: 2Gi
               requests:
                 cpu: 10m

@tinfoild
Copy link
Contributor Author

tinfoild bot commented Oct 18, 2024

--- HelmRelease: mlc-llm/mlc-llm Deployment: mlc-llm/mlc-llm-llama3

+++ HelmRelease: mlc-llm/mlc-llm Deployment: mlc-llm/mlc-llm-llama3

@@ -71,13 +71,13 @@

         - name: MLC_JIT_POLICY
           value: 'ON'
         - name: MODEL
           value: Llama-3.2-3B-Instruct-q4f16_1-MLC
         - name: TZ
           value: null
-        image: jank.ing/jjgadgets/mlc-llm-nightly:2024.10.17@sha256:4a6f5c7205c474b10740c66918d819be5c40678346b5f664a0dc63dfd540fb63
+        image: jank.ing/jjgadgets/mlc-llm-nightly:2024.10.18@sha256:b62bd8806be4d91f5a6c00c608ac84b9fc9d522df3598ad3064bee73dbd2bf54
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080
--- HelmRelease: mlc-llm/mlc-llm Deployment: mlc-llm/mlc-llm-phi3

+++ HelmRelease: mlc-llm/mlc-llm Deployment: mlc-llm/mlc-llm-phi3

@@ -71,13 +71,13 @@

         - name: MLC_JIT_POLICY
           value: 'ON'
         - name: MODEL
           value: Phi-3.5-mini-instruct-q4f16_1-MLC
         - name: TZ
           value: null
-        image: jank.ing/jjgadgets/mlc-llm-nightly:2024.10.17@sha256:4a6f5c7205c474b10740c66918d819be5c40678346b5f664a0dc63dfd540fb63
+        image: jank.ing/jjgadgets/mlc-llm-nightly:2024.10.18@sha256:b62bd8806be4d91f5a6c00c608ac84b9fc9d522df3598ad3064bee73dbd2bf54
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 8080
--- HelmRelease: mlc-llm/mlc-llm CronJob: mlc-llm/mlc-llm-llama3-pull

+++ HelmRelease: mlc-llm/mlc-llm CronJob: mlc-llm/mlc-llm-llama3-pull

@@ -79,13 +79,13 @@

             - name: MLC_JIT_POLICY
               value: 'OFF'
             - name: MODEL
               value: Llama-3.2-3B-Instruct-q4f16_1-MLC
             - name: TZ
               value: null
-            image: jank.ing/jjgadgets/mlc-llm-nightly:2024.10.17@sha256:4a6f5c7205c474b10740c66918d819be5c40678346b5f664a0dc63dfd540fb63
+            image: jank.ing/jjgadgets/mlc-llm-nightly:2024.10.18@sha256:b62bd8806be4d91f5a6c00c608ac84b9fc9d522df3598ad3064bee73dbd2bf54
             name: main
             resources:
               limits:
                 cpu: 1000m
                 memory: 2Gi
               requests:
--- HelmRelease: mlc-llm/mlc-llm CronJob: mlc-llm/mlc-llm-phi3-pull

+++ HelmRelease: mlc-llm/mlc-llm CronJob: mlc-llm/mlc-llm-phi3-pull

@@ -79,13 +79,13 @@

             - name: MLC_JIT_POLICY
               value: 'OFF'
             - name: MODEL
               value: Phi-3.5-mini-instruct-q4f16_1-MLC
             - name: TZ
               value: null
-            image: jank.ing/jjgadgets/mlc-llm-nightly:2024.10.17@sha256:4a6f5c7205c474b10740c66918d819be5c40678346b5f664a0dc63dfd540fb63
+            image: jank.ing/jjgadgets/mlc-llm-nightly:2024.10.18@sha256:b62bd8806be4d91f5a6c00c608ac84b9fc9d522df3598ad3064bee73dbd2bf54
             name: main
             resources:
               limits:
                 cpu: 1000m
                 memory: 2Gi
               requests:

@tinfoild tinfoild bot merged commit 34462dd into main Oct 18, 2024
3 checks passed
@tinfoild tinfoild bot deleted the renovate/jank.ing-jjgadgets-mlc-llm-nightly-2024.x branch October 18, 2024 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants