relative import

This commit is contained in:
Alex Barron 2024-12-06 16:33:25 -08:00
parent b1a4ba0827
commit 47cbc418e2

View File

@ -14,9 +14,9 @@ import mlx.nn as nn
import numpy as np
from lm_eval.api.model import LM
from lm_eval.api.registry import register_model
from mlx_lm.models.cache import make_prompt_cache
from tqdm import tqdm
from .models.cache import make_prompt_cache
from .utils import load, stream_generate
PAD = 0