Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyRoseman committed Jun 5, 2023
1 parent b7375e2 commit acd1a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlmodel/src/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ bool CoreML::hasIOS16Features(const Specification::Model& model) {

bool CoreML::hasIOS17Features(const Specification::Model& model) {
// New in IOS17 features:
// - Apple Vision feature extractor for scenes using scene net V5 (revision == 2)
// - Revision 2 of Apple Vision feature extractor for scenes
// - BERT embedding for text classifier and word tagger (revision == 4)

bool result = false;
Expand Down

0 comments on commit acd1a6e

Please sign in to comment.