Fix LLM model path to verified public repository
This commit is contained in:
@@ -9,7 +9,7 @@ from mlx_lm import load, generate
|
|||||||
|
|
||||||
# Parameters
|
# Parameters
|
||||||
WHISPER_MODEL = "mlx-community/whisper-small.en-mlx"
|
WHISPER_MODEL = "mlx-community/whisper-small.en-mlx"
|
||||||
LLM_MODEL = "mlx-community/SmolLM2-135M-Instruct-4bit" # Tiny but fast LLM for translation
|
LLM_MODEL = "mlx-community/SmolLM2-135M-Instruct" # Verified public model
|
||||||
TARGET_LANG = "Spanish"
|
TARGET_LANG = "Spanish"
|
||||||
CHANNELS = 1
|
CHANNELS = 1
|
||||||
SAMPLERATE = 16000
|
SAMPLERATE = 16000
|
||||||
|
|||||||
Reference in New Issue
Block a user