Skip to content

Commit

Permalink
Merge pull request #109 from evaline-ju/rm-prnt
Browse files Browse the repository at this point in the history
🔥 Remove print in module code
  • Loading branch information
gkumbhat authored Jul 28, 2023
2 parents 0ebd730 + 697c494 commit 09f4953
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 09f4953

Please sign in to comment.