fix: topK and topP not valid (#642)

This commit is contained in:
周文阳
2024-07-30 01:08:02 +08:00
committed by GitHub
parent 3ff474d7af
commit 8f49418877
-2
View File
@@ -678,7 +678,5 @@ class Chat:
)
del emb, input_ids
del_all(logits_warpers)
del_all(logits_processors)
return result