Skip to content

Commit

Permalink
🔥 Remove print in module code
Browse files Browse the repository at this point in the history
Signed-off-by: Evaline Ju <69598118+evaline-ju@users.noreply.github.com>
  • Loading branch information
evaline-ju committed Jul 28, 2023
1 parent 0ebd730 commit 697c494
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion caikit_nlp/modules/text_generation/peft_prompt_tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,6 @@ def get_exportable_prompt_vectors(
# currently has duplicate values in the second half.

for output_type in output_model_types:
print("output_type: ", output_type)
prompt_dict[output_type.name] = prompt_vector[:num_virtual_tokens]

return prompt_dict
Expand Down

0 comments on commit 697c494

Please sign in to comment.