saifeddinemk commited on
Commit
08e6694
·
1 Parent(s): 66279bf

Fixed app v2

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ app = FastAPI()
8
  # Load the Llama model
9
  try:
10
  llm = Llama.from_pretrained(
11
- repo_id="QuantFactory/Lily-Cybersecurity-7B-v0.2-GGUF",
12
- filename="Lily-Cybersecurity-7B-v0.2.Q3_K_S.gguf",
13
  )
14
  except Exception as e:
15
  raise RuntimeError(f"Failed to load model: {e}")
 
8
  # Load the Llama model
9
  try:
10
  llm = Llama.from_pretrained(
11
+ repo_id="QuantFactory/SecurityLLM-GGUF",
12
+ filename="SecurityLLM.Q5_K_M.gguf",
13
  )
14
  except Exception as e:
15
  raise RuntimeError(f"Failed to load model: {e}")