Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,8 @@ DiarizationLM GGUF inference on CPU
|
|
9 |
"""
|
10 |
|
11 |
model_path = "models"
|
12 |
-
model_name = "model-unsloth.Q4_K_M.gguf"
|
|
|
13 |
hf_hub_download(repo_id="google/DiarizationLM-13b-Fisher-v1", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
|
14 |
|
15 |
print("Start the model init process")
|
|
|
9 |
"""
|
10 |
|
11 |
model_path = "models"
|
12 |
+
# model_name = "model-unsloth.Q4_K_M.gguf"
|
13 |
+
model_name = "model-unsloth.BF16.gguf"
|
14 |
hf_hub_download(repo_id="google/DiarizationLM-13b-Fisher-v1", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
|
15 |
|
16 |
print("Start the model init process")
|