Axcel1 commited on
Commit
980874b
·
verified ·
1 Parent(s): 9baa986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -40,9 +40,6 @@ model_loaded = False
40
  HF_REPO_ID = "Axcel1/MMed-llama-alpaca-Q4_K_M-GGUF"
41
  HF_FILENAME = "mmed-llama-alpaca-q4_k_m.gguf"
42
 
43
-
44
- login(token = hf_token)
45
-
46
  def find_gguf_file(directory="."):
47
  """Find GGUF files in the specified directory"""
48
  gguf_files = []
 
40
  HF_REPO_ID = "Axcel1/MMed-llama-alpaca-Q4_K_M-GGUF"
41
  HF_FILENAME = "mmed-llama-alpaca-q4_k_m.gguf"
42
 
 
 
 
43
  def find_gguf_file(directory="."):
44
  """Find GGUF files in the specified directory"""
45
  gguf_files = []