Commit 397714f5 authored by rprenger's avatar rprenger
Browse files

Forgot to have the outputs named text instead of prompts

parent 4b11fd9d
......@@ -107,7 +107,7 @@ class MegatronGenerate(Resource):
top_p,
add_BOS)
return jsonify({"prompts": response,
return jsonify({"text": response,
"segments": response_seg,
"logprobs": response_logprobs})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment