From 532324ceb095fa1e73b2215f93bcd64a7297fc1c Mon Sep 17 00:00:00 2001
From: sanj <67624670+iodrift@users.noreply.github.com>
Date: Fri, 31 Jan 2025 11:14:40 -0800
Subject: [PATCH] Apply new gitignore rules

---
 .gitignore                              |  1 +
 mlx_models/distil-medium.en/config.json | 13 -------------
 2 files changed, 1 insertion(+), 13 deletions(-)
 delete mode 100644 mlx_models/distil-medium.en/config.json

diff --git a/.gitignore b/.gitignore
index 9925998..a9325ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@ log.txt
 .Trash-*
 .nfs*
 
+mlx_models/
diff --git a/mlx_models/distil-medium.en/config.json b/mlx_models/distil-medium.en/config.json
deleted file mode 100644
index 90b9b4e..0000000
--- a/mlx_models/distil-medium.en/config.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
-    "n_mels": 80,
-    "n_audio_ctx": 1500,
-    "n_audio_state": 1024,
-    "n_audio_head": 16,
-    "n_audio_layer": 24,
-    "n_vocab": 51864,
-    "n_text_ctx": 448,
-    "n_text_state": 1024,
-    "n_text_head": 16,
-    "n_text_layer": 2,
-    "model_type": "whisper"
-}
\ No newline at end of file