From c781df114a45a34b2e8830689aacb57f4dec2f20 Mon Sep 17 00:00:00 2001 From: wangxingjun778 Date: Sat, 11 Jan 2025 03:13:28 +0800 Subject: [PATCH] update --- llms/mlx_lm/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llms/mlx_lm/utils.py b/llms/mlx_lm/utils.py index 07f0db5e..a22585a0 100644 --- a/llms/mlx_lm/utils.py +++ b/llms/mlx_lm/utils.py @@ -165,7 +165,6 @@ def get_model_path(path_or_hf_repo: str, revision: Optional[str] = None) -> Path Path: The path to the model. """ model_path = Path(path_or_hf_repo) - os.environ['MLX_USE_MODELSCOPE'] = 'False' if not model_path.exists(): try: