FrancescoPeriti commited on
Commit
c66e0df
·
verified ·
1 Parent(s): 897eb43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 * batch_size,
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,