From 61297f547b57417672738e398852265c58670102 Mon Sep 17 00:00:00 2001 From: bojanbabic Date: Thu, 18 Jan 2024 19:04:24 -0800 Subject: [PATCH] Missing requirements needed for convert script (#320) * fix requirements and add eos parameter * fix black * address comment * address comments - remove new arg --- llms/llama/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llms/llama/requirements.txt b/llms/llama/requirements.txt index f9a728c4..755af473 100644 --- a/llms/llama/requirements.txt +++ b/llms/llama/requirements.txt @@ -1,3 +1,4 @@ mlx>=0.0.6 sentencepiece torch +numpy