chore: show quant in catalog form
This commit is contained in:
@@ -236,5 +236,6 @@ export default {
|
||||
'Runs at full (original) precision and prioritizes compatibility.',
|
||||
'models.form.draftModel.placeholder': 'Please select or enter a draft model',
|
||||
'models.form.draftModel.tips':
|
||||
'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.'
|
||||
'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.',
|
||||
'models.form.quantization': 'Quantization'
|
||||
};
|
||||
|
||||
@@ -236,7 +236,8 @@ export default {
|
||||
'the most compatible option with full precision.',
|
||||
'models.form.draftModel.placeholder': 'Please select or enter a draft model',
|
||||
'models.form.draftModel.tips':
|
||||
'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.'
|
||||
'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.',
|
||||
'models.form.quantization': 'Quantization'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -303,5 +304,5 @@ export default {
|
||||
// 44. 'models.form.mode.baseline.tips': 'the most compatible option with full precision,
|
||||
// 45. 'models.form.draftModel.placeholder': 'Please select or enter a draft model',
|
||||
// 46. 'models.form.draftModel.tips': 'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.'
|
||||
|
||||
// 47. 'models.form.quantization': 'Quantization'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -236,7 +236,8 @@ export default {
|
||||
'the most compatible option with full precision.',
|
||||
'models.form.draftModel.placeholder': 'Please select or enter a draft model',
|
||||
'models.form.draftModel.tips':
|
||||
'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.'
|
||||
'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.',
|
||||
'models.form.quantization': 'Quantization'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -265,5 +266,6 @@ export default {
|
||||
// 35. 'models.form.mode.latency.tips': 'optimized for low latency under low request concurrency.',
|
||||
// 36. 'models.form.mode.baseline.tips': 'the most compatible option with full precision.'
|
||||
// 37. 'models.form.draftModel.placeholder': 'Please select or enter a draft model',
|
||||
// 38. 'models.form.draftModel.tips': 'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.'
|
||||
// 38. 'models.form.draftModel.tips': 'You can enter a local path (e.g., /path/to/model) or select a model from Hugging Face or ModelScope (e.g., Tengyunw/qwen3_8b_eagle3). The system will automatically match based on the primary model source.',
|
||||
// 39. 'models.form.quantization': 'Quantization'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -224,5 +224,6 @@ export default {
|
||||
'以完整(原始)精度运行,并优先保证兼容性。',
|
||||
'models.form.draftModel.placeholder': '请选择或输入草稿模型',
|
||||
'models.form.draftModel.tips':
|
||||
'可填写本地路径(如 /path/to/model),或从 Hugging Face、ModelScope 选择模型(如 Tengyunw/qwen3_8b_eagle3)。系统将根据主模型来源自动匹配。'
|
||||
'可填写本地路径(如 /path/to/model),或从 Hugging Face、ModelScope 选择模型(如 Tengyunw/qwen3_8b_eagle3)。系统将根据主模型来源自动匹配。',
|
||||
'models.form.quantization': '量化'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user