File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -701,17 +701,15 @@ <h3>(适配 oneapi/newapi 等中转格式)</h3>
701
701
} ) ;
702
702
}
703
703
704
-
705
- // 显示测试结果
706
704
// 显示测试结果
707
705
function displayResults ( results ) {
708
706
const resultsDiv = document . getElementById ( 'results' ) ;
709
707
let content = '<h2>测试结果</h2>' +
710
708
'<div class="copy-buttons">' +
711
709
'<div className="submit-container">' +
712
710
'<button class="check-quota copy-btn" onclick="copyConsistentModels()">复制一致模型</button>' +
713
- '<button class="check-quota copy-btn" onclick="copyConsistentAndInconsistentModels()">复制可用模型 </button>' +
714
- '<button class="check-quota copy-btn"onclick="copyConsistentAndInconsistentReturedModels()">复制可用用原始模型 </button>' +
711
+ '<button class="check-quota copy-btn" onclick="copyConsistentAndInconsistentModels()">复制所有可用模型 </button>' +
712
+ '<button class="check-quota copy-btn"onclick="copyConsistentAndInconsistentReturedModels()">复制可用原始模型 </button>' +
715
713
'</div>' +
716
714
'</div>' +
717
715
'<table>' +
You can’t perform that action at this time.
0 commit comments