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

View File

@@ -9,7 +9,6 @@ from typing import List, Optional, Tuple
import mlx.core as mx
import mlx.nn as nn
import numpy as np
from mlx.utils import tree_map, tree_unflatten
from sentencepiece import SentencePieceProcessor