lucas-ventura commited on
Commit
5f1729b
·
verified ·
1 Parent(s): 0f36c12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def load_base_model():
34
  global base_model, tokenizer
35
 
36
  if base_model is None:
37
- print(f"Loading base model: {LLAMA_CKPT_PATH}")
38
  # base_model = load_model_llamarecipes(
39
  # model_name=LLAMA_CKPT_PATH,
40
  # device_map="auto",
 
34
  global base_model, tokenizer
35
 
36
  if base_model is None:
37
+ print(f"Loading base model: {LLAMA_CKPT_PATH}")
38
  # base_model = load_model_llamarecipes(
39
  # model_name=LLAMA_CKPT_PATH,
40
  # device_map="auto",