Rename block sparse to gather (#793)

* rename block sparse to gather

* pin mlx version
This commit is contained in:
Awni Hannun
2024-05-23 19:47:35 -07:00
committed by GitHub
parent 69700d8431
commit ca7ce60c91
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import mlx.nn as nn
from huggingface_hub import snapshot_download
from huggingface_hub.utils._errors import RepositoryNotFoundError
from mlx.utils import tree_flatten
from transformers import AutoTokenizer, PreTrainedTokenizer
from transformers import PreTrainedTokenizer
# Local imports
from .models.base import KVCache