mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
Add stable ci (#3460)
* add stable ci * fix * update * fix * rename tests dir;fix stable ci bug * add timeout limit * update
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#!/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
# @author DDDivano
|
||||
# encoding=utf-8 vi:ts=4:sw=4:expandtab:ft=python
|
||||
"""
|
||||
ServeTest
|
||||
"""
|
||||
|
||||
|
||||
TOKEN_LOGPROB = {
|
||||
"model": "default",
|
||||
"temperature": 0,
|
||||
"top_p": 0,
|
||||
"seed": 33,
|
||||
"stream": True,
|
||||
"logprobs": True,
|
||||
"top_logprobs": 5,
|
||||
"max_tokens": 10000,
|
||||
}
|
||||
|
||||
|
||||
TEMPLATES = {
|
||||
"TOKEN_LOGPROB": TOKEN_LOGPROB,
|
||||
# "ANOTHER_TEMPLATE": ANOTHER_TEMPLATE
|
||||
}
|
||||
Reference in New Issue
Block a user