chore: ollama deprecated tips
This commit is contained in:
@@ -102,7 +102,7 @@ export default {
|
||||
'models.localpath.gguf.tips':
|
||||
' Specify the model file, e.g., /data/models/model.gguf.',
|
||||
'models.localpath.safe.tips':
|
||||
'Specify the model directory that contains .safetensors and config.json files, e.g., /data/models/model/.',
|
||||
'Specify the model directory that contains .safetensors and config.json files, e.g., /data/models/model.',
|
||||
'models.localpath.chunks.tips': `Specify the first shard file of the model, e.g., /data/models/model-00001-of-00004.gguf.`,
|
||||
'models.form.replicas.tips':
|
||||
'Multiple replicas enable load balancing for { api } inference requests.',
|
||||
@@ -148,5 +148,14 @@ export default {
|
||||
'models.table.apiAccessInfo.jinaCompatible': 'Jina Compatible',
|
||||
'models.table.apiAccessInfo.gotoCreate': 'Go to Create',
|
||||
'models.search.parts': '{n} parts',
|
||||
'models.search.evaluate.error': 'An error occurred during evaluation: '
|
||||
'models.search.evaluate.error': 'An error occurred during evaluation: ',
|
||||
'models.ollama.deprecated.title': 'Ollama Model Source Will Be Removed',
|
||||
'models.ollama.deprecated.current':
|
||||
'<span class="bold-text">Current Version (v0.6.1): </span>Ollama models are currently available for use.',
|
||||
'models.ollama.deprecated.upcoming':
|
||||
'<span class="bold-text">Upcoming Version (v0.7.0): </span>The Ollama model source will be removed from the UI.',
|
||||
'models.ollama.deprecated.following':
|
||||
'<span class="bold-text">Following the v0.7.0 update,</span> all previously deployed models will continue to work as expected.',
|
||||
'models.ollama.deprecated.issue':
|
||||
'See the related issue: <a href="https://github.com/gpustack/gpustack/issues/1979" target="_blank">#1979 on GitHub</a>.'
|
||||
};
|
||||
|
||||
@@ -101,7 +101,7 @@ export default {
|
||||
'models.localpath.gguf.tips':
|
||||
'モデルファイルを指定してください。例: /data/models/model.gguf。',
|
||||
'models.localpath.safe.tips':
|
||||
'config.jsonファイルを含む.safetensorsディレクトリを指定してください。例: /data/models/model/。',
|
||||
'config.jsonファイルを含む.safetensorsディレクトリを指定してください。例: /data/models/model。',
|
||||
'models.localpath.chunks.tips': `モデルの最初のシャードファイルを指定してください。例: /data/models/model-00001-of-00004.gguf。`,
|
||||
'models.form.replicas.tips':
|
||||
'複数のレプリカにより、{api} 推論リクエストの負荷分散が可能になります。',
|
||||
@@ -148,5 +148,22 @@ export default {
|
||||
'models.table.apiAccessInfo.jinaCompatible': 'Jina互換',
|
||||
'models.table.apiAccessInfo.gotoCreate': '作成に移動',
|
||||
'models.search.parts': '{n} 部分',
|
||||
'models.search.evaluate.error': '評価中にエラーが発生しました: '
|
||||
'models.search.evaluate.error': '評価中にエラーが発生しました: ',
|
||||
'models.ollama.deprecated.title': 'Ollama Model Source Will Be Removed',
|
||||
'models.ollama.deprecated.current':
|
||||
'<span class="bold-text">Current Version (v0.6.1): </span>Ollama models are currently available for use.',
|
||||
'models.ollama.deprecated.upcoming':
|
||||
'<span class="bold-text">Upcoming Version (v0.7.0): </span>The Ollama model source will be removed from the UI.',
|
||||
'models.ollama.deprecated.following':
|
||||
'<span class="bold-text">Following the v0.7.0 update,</span> all previously deployed models will continue to work as expected.',
|
||||
'models.ollama.deprecated.issue':
|
||||
'See the related issue: <a href="https://github.com/gpustack/gpustack/issues/1979" target="_blank">#1979 on GitHub</a>.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 1. 'models.ollama.deprecated.title': 'Ollama Model Source Will Be Removed',
|
||||
// 2. 'models.ollama.deprecated.current':'<span class="bold-text">Current Version (v0.6.1): </span>Ollama models are currently available for use.',
|
||||
// 3. 'models.ollama.deprecated.upcoming': '<span class="bold-text">Upcoming Version (v0.7.0): </span>The Ollama model source will be removed from the UI.',
|
||||
// 4. 'models.ollama.deprecated.following': '<span class="bold-text">Following the v0.7.0 update,</span> all previously deployed models will continue to work as expected.',
|
||||
// 5. 'models.ollama.deprecated.issue': 'See the related issue: <a href="https://github.com/gpustack/gpustack/issues/1979" target="_blank">#1979 on GitHub</a>.'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -149,9 +149,22 @@ export default {
|
||||
'models.table.apiAccessInfo.jinaCompatible': 'Совместимо с Jina',
|
||||
'models.table.apiAccessInfo.gotoCreate': 'Перейти к созданию',
|
||||
'models.search.parts': '{n} частей',
|
||||
'models.search.evaluate.error': 'Возникла ошибка при вычислении: '
|
||||
'models.search.evaluate.error': 'Возникла ошибка при вычислении: ',
|
||||
'models.ollama.deprecated.title': 'Ollama Model Source Will Be Removed',
|
||||
'models.ollama.deprecated.current':
|
||||
'<span class="bold-text">Current Version (v0.6.1): </span>Ollama models are currently available for use.',
|
||||
'models.ollama.deprecated.upcoming':
|
||||
'<span class="bold-text">Upcoming Version (v0.7.0): </span>The Ollama model source will be removed from the UI.',
|
||||
'models.ollama.deprecated.following':
|
||||
'<span class="bold-text">Following the v0.7.0 update,</span> all previously deployed models will continue to work as expected.',
|
||||
'models.ollama.deprecated.issue':
|
||||
'See the related issue: <a href="https://github.com/gpustack/gpustack/issues/1979" target="_blank">#1979 on GitHub</a>.'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
|
||||
// 1. 'models.ollama.deprecated.title': 'Ollama Model Source Will Be Removed',
|
||||
// 2. 'models.ollama.deprecated.current':'<span class="bold-text">Current Version (v0.6.1): </span>Ollama models are currently available for use.',
|
||||
// 3. 'models.ollama.deprecated.upcoming': '<span class="bold-text">Upcoming Version (v0.7.0): </span>The Ollama model source will be removed from the UI.',
|
||||
// 4. 'models.ollama.deprecated.following': '<span class="bold-text">Following the v0.7.0 update,</span> all previously deployed models will continue to work as expected.',
|
||||
// 5. 'models.ollama.deprecated.issue': 'See the related issue: <a href="https://github.com/gpustack/gpustack/issues/1979" target="_blank">#1979 on GitHub</a>.'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -100,7 +100,7 @@ export default {
|
||||
'models.localpath.shared.tips.title': '分片的 GGUF 格式模型',
|
||||
'models.localpath.gguf.tips': '指向模型文件,例如 /data/models/model.gguf',
|
||||
'models.localpath.safe.tips':
|
||||
'指向包含 .safetensors, config.json 文件的模型目录,例如 /data/models/model/',
|
||||
'指向包含 .safetensors, config.json 文件的模型目录,例如 /data/models/model',
|
||||
'models.localpath.chunks.tips':
|
||||
'指向模型第一个分片文件,例如 /data/models/model-00001-of-00004.gguf',
|
||||
'models.form.replicas.tips': '多副本数实现 { api } 接口推理请求的负载均衡',
|
||||
@@ -141,5 +141,14 @@ export default {
|
||||
'models.table.apiAccessInfo.jinaCompatible': 'Jina 兼容',
|
||||
'models.table.apiAccessInfo.gotoCreate': '去创建',
|
||||
'models.search.parts': '{n} 个文件',
|
||||
'models.search.evaluate.error': '评估过程中发生了错误:'
|
||||
'models.search.evaluate.error': '评估过程中发生了错误:',
|
||||
'models.ollama.deprecated.title': 'Ollama 模型源即将被移除',
|
||||
'models.ollama.deprecated.current':
|
||||
'<span class="bold-text">当前版本(v0.6.1):</span>Ollama 模型目前仍可使用。',
|
||||
'models.ollama.deprecated.upcoming':
|
||||
'<span class="bold-text">即将发布的版本(v0.7.0):</span>Ollama 模型源将在 UI 中被移除。',
|
||||
'models.ollama.deprecated.following':
|
||||
'<span class="bold-text">在 v0.7.0 更新后:</span> 所有先前部署的模型仍将正常运行。',
|
||||
'models.ollama.deprecated.issue':
|
||||
'参见 GitHub 上的问题 <a href="https://github.com/gpustack/gpustack/issues/1979" target="_blank">#1979</a>。'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user