krishna195 commited on
Commit
0d37be0
·
verified ·
1 Parent(s): f3c76d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ model_path = hf_hub_download(
11
  filename=MODEL_FILE,
12
  cache_dir="./models" # Cache directory for storing the model
13
  )
14
-
15
  # Load the LLaMA model
16
  llm = Llama(model_path=model_path)
17
 
 
11
  filename=MODEL_FILE,
12
  cache_dir="./models" # Cache directory for storing the model
13
  )
 
14
  # Load the LLaMA model
15
  llm = Llama(model_path=model_path)
16