devkushal75 commited on
Commit
7a2a265
·
verified ·
1 Parent(s): 02819d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import tempfile
6
  import os
7
  from huggingface_hub import hf_hub_download
8
 
9
- # ----- Initialization -----
10
  model_name_or_path = "TheBloke/Llama-2-13B-chat-GGUF"
11
  model_basename = "llama-2-13b-chat.Q5_K_M.gguf" # the model is in GGUF format
12
 
 
6
  import os
7
  from huggingface_hub import hf_hub_download
8
 
9
+ # ----- Initialization ------
10
  model_name_or_path = "TheBloke/Llama-2-13B-chat-GGUF"
11
  model_basename = "llama-2-13b-chat.Q5_K_M.gguf" # the model is in GGUF format
12