mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-10 11:39:47 +00:00
eleuther generate until
This commit is contained in:
parent
6abef716dd
commit
9c38d9ae13
3 changed files with 34 additions and 40 deletions
|
|
@ -102,9 +102,8 @@ class EleutherEvalsWrapper(LM):
|
|||
stream=False,
|
||||
)
|
||||
print(response)
|
||||
res.append(response.completion_message)
|
||||
res.append(response.completion_message.content)
|
||||
|
||||
print(response)
|
||||
return res
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue