ffreemt commited on
Commit
8c65930
1 Parent(s): 81e68d1

Update modes/{MODEL_FILENAME}

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -213,6 +213,9 @@ llm = AutoModelForCausalLM.from_pretrained(
213
  threads=8
214
  )
215
  # """
 
 
 
216
  if "WizardCoder" in MODEL_FILENAME:
217
  _ = Path("models", MODEL_FILENAME).absolute().as_posix()
218
  LLM = AutoModelForCausalLM.from_pretrained(
 
213
  threads=8
214
  )
215
  # """
216
+
217
+ logger.debug(f"{os.cpu_count()=}")
218
+
219
  if "WizardCoder" in MODEL_FILENAME:
220
  _ = Path("models", MODEL_FILENAME).absolute().as_posix()
221
  LLM = AutoModelForCausalLM.from_pretrained(