rahul7star commited on
Commit
c4a7223
·
verified ·
1 Parent(s): 7d67b35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -51,6 +51,8 @@ pipe = pipeline(
51
  device=device,
52
  )
53
  log(f"✅ Model pipeline loaded in {time.time() - start_load:.2f} seconds.")
 
 
54
 
55
  # ====== Chat Function ======
56
  def chat_with_model(message, history):
 
51
  device=device,
52
  )
53
  log(f"✅ Model pipeline loaded in {time.time() - start_load:.2f} seconds.")
54
+ print(pipe.model.config._name_or_path)
55
+
56
 
57
  # ====== Chat Function ======
58
  def chat_with_model(message, history):