mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-11 11:51:53 +08:00
update
This commit is contained in:
@@ -147,9 +147,9 @@ class CTRLGenerator():
|
||||
|
||||
prompt = self.control_code + prompt
|
||||
|
||||
print("******************************")
|
||||
print(" DEBUG:: Prompt to generate by is \n", prompt)
|
||||
print("******************************")
|
||||
# print("******************************")
|
||||
# print(" DEBUG:: Prompt to generate by is \n", prompt)
|
||||
# print("******************************")
|
||||
|
||||
prompt_length = len(prompt)
|
||||
|
||||
@@ -257,7 +257,7 @@ class CTRLGenerator():
|
||||
# like which one was chosen,
|
||||
# what the top25 were,
|
||||
# here is your opportunity.
|
||||
print('chosen:', repr(self.idx2word[idx]))
|
||||
#print('chosen:', repr(self.idx2word[idx]))
|
||||
# print('top25 alternatives:', pruned_list[:25])
|
||||
|
||||
# assign the token for generation
|
||||
|
||||
Reference in New Issue
Block a user