Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding gitattributes: text encoding as UTF-8 (microsoft#383)
Text files checked in as UTF-16 are being treated by git as binaries, not appropriately showing in diffs. This adds an attribute that instructs git to treat text files as UTF-8 and automatically convert as needed. Updating huggingface requirements.txt to UTF-8 format
- Loading branch information