Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 3 additions & 37 deletions test/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,7 @@ reports:

database:
backup: "results/"
enabled: true
host: "127.0.0.1"
port: 3306
name: "ucm_pytest"
user: "root"
password: "123456"
charset: "utf8mb4"

models:
ip_ports: ""
tokenizer_path: ""
served_model_name: ""
payload: ''
enable_clear_hbm: false


# LLM Connection Configuration
llm_connection:
model: "qwen3"
server_url: "http://141.111.32.70:9382"
tokenizer_path: "/home/models/QwQ-32B"
stream: true # stream output
ignore_eos: true # Ignore the returned terminator
timeout: 180 # request time out

reports:
base_dir: "results/reports"
use_timestamp: true
directory_prefix: "pytest"
html: # pytest-html
enabled: true
filename: "report.html"
title: "UCM Pytest Test Report"

database:
backup: "results/"
enabled: true
enabled: false
host: "127.0.0.1"
port: 3306
name: "ucm_pytest"
Expand All @@ -69,6 +33,8 @@ llm_connection:
stream: true # stream output
ignore_eos: true # Ignore the returned terminator
timeout: 180 # request time out
# Offline inference configuration (for accuracy tests)
ucm_storage_dir: "/home/share/accuracy_test"

# Environment Pre-Check Configuration
Env_preCheck:
Expand Down
Loading