You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logging.info("Using %s prompt format, model_name: %s", name, model_name)
returnfmt_str
logging.info("Using default prompt format model_name: %s", model_name)
return"{system_prompt}\n\n{prompt}"
By default no prompt formatting should be done. We could have a config.yaml field for a similar template that accepts {system_prompt} and {prompt} as variables.
The text was updated successfully, but these errors were encountered:
The dataset.py get_format_string(...) function is outdated and should be removed.
llm-load-test/dataset.py
Lines 122 to 137 in 955c120
By default no prompt formatting should be done. We could have a config.yaml field for a similar template that accepts {system_prompt} and {prompt} as variables.
The text was updated successfully, but these errors were encountered: