KeerthiVM commited on
Commit
d09c700
·
1 Parent(s): 04bab96
Files changed (1) hide show
  1. SkinGPT.py +1 -1
SkinGPT.py CHANGED
@@ -328,7 +328,7 @@ class SkinGPT4(nn.Module):
328
 
329
 
330
  full_output = self.tokenizer.decode(outputs[0], skip_special_tokens=True)
331
- # print(f"Full Output from llama : {full_output}")
332
  response = full_output.split("### Response:")[-1].strip()
333
  # print(f"Response from llama : {full_output}")
334
 
 
328
 
329
 
330
  full_output = self.tokenizer.decode(outputs[0], skip_special_tokens=True)
331
+ print(f"Full Output from llama : {full_output}")
332
  response = full_output.split("### Response:")[-1].strip()
333
  # print(f"Response from llama : {full_output}")
334