[smg][ci] Migrate Response API e2e tests to shared infrastructure (#16680)
Co-authored-by: Chang Su <chang.s.su@oracle.com> Co-authored-by: key4ng <rukeyang@gmail.com>
This commit is contained in:
co-authored by
Chang Su
key4ng
parent
bb798a1c26
commit
109fe03ad1
@@ -46,6 +46,16 @@ MODEL_SPECS: dict[str, dict] = {
|
||||
"tp": 1,
|
||||
"features": ["chat", "streaming", "function_calling", "pythonic_tools"],
|
||||
},
|
||||
# Function calling specialist (larger, for Response API tests)
|
||||
"qwen-14b": {
|
||||
"model": _resolve_model_path("Qwen/Qwen2.5-14B-Instruct"),
|
||||
"memory_gb": 28,
|
||||
"tp": 2,
|
||||
"features": ["chat", "streaming", "function_calling", "pythonic_tools"],
|
||||
"worker_args": [
|
||||
"--context-length=1000"
|
||||
], # Faster startup, prevents memory issues
|
||||
},
|
||||
# Reasoning model
|
||||
"deepseek-7b": {
|
||||
"model": _resolve_model_path("deepseek-ai/DeepSeek-R1-Distill-Qwen-7B"),
|
||||
|
||||
Reference in New Issue
Block a user