jackangel commited on
Commit
6a17927
1 Parent(s): 0670e63

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(model_name, filename=model_file)
11
 
12
  _ = psutil.cpu_count(logical=False) - 1
13
  cpu_count: int = int(_) if _ else 1
14
- logger.debug(f"{cpu_count=}")
15
 
16
  ## Instantiate model from downloaded file
17
  llm = Llama(
 
11
 
12
  _ = psutil.cpu_count(logical=False) - 1
13
  cpu_count: int = int(_) if _ else 1
 
14
 
15
  ## Instantiate model from downloaded file
16
  llm = Llama(