ffreemt commited on
Commit
189a8c9
1 Parent(s): 360dacc
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,12 +68,12 @@ Assistant: """
68
 
69
  stop_string = [elm.split(":")[0] + ":" for elm in prompt_template.splitlines()][-2]
70
 
71
- logger.debug(f"{stop_string=}")
72
-
73
  model_loc, file_size = dl_hf_model(url)
74
 
75
  logger.debug(f"{model_loc} {file_size}GB")
76
 
 
 
77
  _ = psutil.cpu_count(logical=False)
78
  cpu_count: int = int(_) if _ else 1
79
  logger.debug(f"{cpu_count=}")
 
68
 
69
  stop_string = [elm.split(":")[0] + ":" for elm in prompt_template.splitlines()][-2]
70
 
 
 
71
  model_loc, file_size = dl_hf_model(url)
72
 
73
  logger.debug(f"{model_loc} {file_size}GB")
74
 
75
+ logger.debug(f"{stop_string=}")
76
+
77
  _ = psutil.cpu_count(logical=False)
78
  cpu_count: int = int(_) if _ else 1
79
  logger.debug(f"{cpu_count=}")