mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-10-30 18:40:16 +08:00
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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -127,5 +127,10 @@ dmypy.json
|
||||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# .DS_Store files
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user