try and avoid weird server test failure (spillage / parallelism between completion & tool call tests?)
This commit is contained in:
parent
1029ff9028
commit
3bd6abebd2
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ TIMEOUT_HTTP_REQUEST = 60
|
||||||
def create_server():
|
def create_server():
|
||||||
global server
|
global server
|
||||||
server = ServerPreset.tinyllama2()
|
server = ServerPreset.tinyllama2()
|
||||||
|
server.model_alias = "tinyllama-2-tool-call"
|
||||||
|
server.server_port = 8081
|
||||||
|
|
||||||
|
|
||||||
TEST_TOOL = {
|
TEST_TOOL = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue