Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lcarrere committed Dec 25, 2024
1 parent 52cb92d commit 2d6401e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LM-Kit-Maestro/Services/LLMFileManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ private static bool ContainsModel(IList<ModelCard> models, ModelCard modelCard,
}
else if (model.SHA256 == modelCard.SHA256)
{
//todo: propagate feedback indicating that a duplicate file exists.
return true;
}
}
Expand Down

0 comments on commit 2d6401e

Please sign in to comment.