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:
YUNSHEN XIE
2025-08-20 08:57:17 +08:00
committed by GitHub
parent 67298cf4c0
commit 3a6058e445
87 changed files with 453 additions and 111 deletions
+25
View File
@@ -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
}