Skip to content

Investigate precidence order in .gitattributes and what happens when multiple filters are used. #95

Description

@blester125

Currently when adding the checkpoint to .gitattributes file, we will add the filter=theta to any line that matches our model checkpoint. This might be over eager.

In the case where they have a rule like *.pt that they are tracking with some overfilter, like git lfs, does adding our filter to this attribute (instead of adding an exact match rule at the end) cause issues? Either with other files that match this pattern or our model getting these filters run on it?

Part of this hinges on how git handles multiple filters and multiple matches.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions