mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-11 07:44:35 +00:00
⚡ add mmlu_pro test
This commit is contained in:
parent
07a0555016
commit
592e13d453
3 changed files with 197 additions and 1 deletions
|
@ -88,7 +88,7 @@ def generate_text(api_url, question, model_name, stream=False):
|
|||
"messages": [{"content": question, "role": "user"}],
|
||||
"model": model_name,
|
||||
"stream": stream,
|
||||
"temperature": 0.6
|
||||
# "temperature": 0.0
|
||||
}
|
||||
|
||||
print("POST data:", data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue