mirror of
https://github.com/AvaLovelace1/LegoGPT.git
synced 2026-05-25 01:58:21 -05:00
Max new tokens number fix
This commit is contained in:
@@ -230,7 +230,7 @@ class LegoGPT:
|
||||
result_ids = self.llm(
|
||||
prompt,
|
||||
return_as_ids=True,
|
||||
max_new_tokens=20,
|
||||
max_new_tokens=10,
|
||||
temperature=self.temperature,
|
||||
top_k=self.top_k,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user