danilohssantana commited on
Commit
75318f4
·
1 Parent(s): 2bebf02

removing logs

Browse files
Files changed (1) hide show
  1. main.py +0 -4
main.py CHANGED
@@ -133,10 +133,6 @@ def predict(data: PredictRequest):
133
  }
134
  ]
135
 
136
-
137
- print("messages: ", messages)
138
-
139
-
140
  # Prepare inputs for the model
141
  text = processor.apply_chat_template(
142
  messages, tokenize=False, add_generation_prompt=True
 
133
  }
134
  ]
135
 
 
 
 
 
136
  # Prepare inputs for the model
137
  text = processor.apply_chat_template(
138
  messages, tokenize=False, add_generation_prompt=True