ffreemt commited on
Commit
90cb722
1 Parent(s): 200c2eb
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ logger.debug(f"{model.config=}, {type(model.config)=} ")
56
 
57
  # model_size_gb = Path(model_path).stat().st_size / 2**30
58
 
59
- logger.info(f"{model_name=} {model_size_gb=:.2f} GB")
60
 
61
  # with gr.Blocks() as demo:
62
  # chatbot = gr.Chatbot()
 
56
 
57
  # model_size_gb = Path(model_path).stat().st_size / 2**30
58
 
59
+ # logger.info(f"{model_name=} {model_size_gb=:.2f} GB")
60
 
61
  # with gr.Blocks() as demo:
62
  # chatbot = gr.Chatbot()