FrancescoPeriti
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -132,7 +132,7 @@ with torch.no_grad():
|
|
132 |
model_input[k] = torch.tensor(batch[k]).to('cuda')
|
133 |
|
134 |
output_ids = lama3dictionary.generate(**model_input,
|
135 |
-
max_length = max_length
|
136 |
forced_eos_token_id = eos_tokens,
|
137 |
max_time = max_time * batch_size,
|
138 |
eos_token_id = eos_tokens,
|
|
|
132 |
model_input[k] = torch.tensor(batch[k]).to('cuda')
|
133 |
|
134 |
output_ids = lama3dictionary.generate(**model_input,
|
135 |
+
max_length = max_length,
|
136 |
forced_eos_token_id = eos_tokens,
|
137 |
max_time = max_time * batch_size,
|
138 |
eos_token_id = eos_tokens,
|