From 456cdfd8e6fd3a74fe1532b3be4225945c4f995e Mon Sep 17 00:00:00 2001 From: DylanAlloy Date: Sat, 23 Dec 2023 06:52:17 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20fix(wip):=20no=20mlx=20req?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c21de1b..8759808 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,5 @@ pandas tqdm spacy pymilvus -mlx boto3 nats-py \ No newline at end of file diff --git a/setup.py b/setup.py index c45d112..94424df 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ , "sentence_transformers" , "vllm" , "pymilvus" - , "mlx" ], url = 'https://github.com/Prismadic/magnet' ) \ No newline at end of file