wq2012 commited on
Commit
b1e4ee0
1 Parent(s): 032ac0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ description = """
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
  model_name = "mistral-7b-instruct-v0.1.Q4_K_M.gguf"
 
8
  DiarizationLM GGUF inference on CPU
9
  """
10
 
11
+ model_path = "model"
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
  model_name = "mistral-7b-instruct-v0.1.Q4_K_M.gguf"