Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Williams <m@technovangelist.com>
  • Loading branch information
technovangelist committed Oct 26, 2023
1 parent 04b41b8 commit d470455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const localModels = local_models_raw.complete.map((model) => ({ "name": model.na

for await (const model of localModels) {
const localdigest = model.digest
// const model = localModels[0]
// console.log(model)
let [repo, tag] = model.name.split(":")
if (!repo.includes("/")) {
Expand Down

0 comments on commit d470455

Please sign in to comment.