MOHAMMED-N commited on
Commit
9215965
·
verified ·
1 Parent(s): 248e054

Update chain_setup.py

Browse files
Files changed (1) hide show
  1. chain_setup.py +2 -2
chain_setup.py CHANGED
@@ -10,8 +10,8 @@ def load_llm():
10
  """
11
  # 1) Download the GGUF model from Hugging Face
12
  model_file = hf_hub_download(
13
- repo_id="bartowski/c4ai-command-r7b-12-2024-GGUF",
14
- filename="c4ai-command-r7b-12-2024-Q4_K_M.gguf",
15
  local_dir="./models",
16
  local_dir_use_symlinks=False
17
  )
 
10
  """
11
  # 1) Download the GGUF model from Hugging Face
12
  model_file = hf_hub_download(
13
+ repo_id="bartowski/ALLaM-AI_ALLaM-7B-Instruct-preview-GGUF",
14
+ filename="ALLaM-AI_ALLaM-7B-Instruct-preview-Q4_K_M.gguf",
15
  local_dir="./models",
16
  local_dir_use_symlinks=False
17
  )