Align CLI args and some smaller fixes (#167)

* Add `.DS_Store` files to `.gitignore`

* Fix variable naming of `config` in `mixtral/convert.py`

* Align CLI args and minor fixes

* standardize

* one more

---------

Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:
Alvaro Bartolome
2023-12-22 23:34:32 +01:00
committed by GitHub
parent 0eaa323c10
commit f4709cb807
4 changed files with 8 additions and 5 deletions

5
.gitignore vendored
View File

@@ -127,5 +127,10 @@ dmypy.json
# Pyre type checker
.pyre/
# IDE files
.idea/
.vscode/
# .DS_Store files
.DS_Store