mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-29 06:22:46 +08:00
Fix import
This commit is contained in:
parent
28f3f3adab
commit
9f422b4729
@ -7,7 +7,7 @@ from typing import Any, Literal, NamedTuple, Optional, Union
|
||||
import mlx.core as mx
|
||||
import mlx.nn as nn
|
||||
|
||||
from .base import BaseModelArgs, create_attention_mask
|
||||
from mlx_lm.models.base import BaseModelArgs, create_attention_mask
|
||||
|
||||
|
||||
def _is_first_token(mask: mx.array) -> mx.array:
|
||||
|
Loading…
Reference in New Issue
Block a user