diff --git a/src/locales/en-US/views/FinetuneExperiment.json b/src/locales/en-US/views/FinetuneExperiment.json index f0fe520..7d28f7d 100644 --- a/src/locales/en-US/views/FinetuneExperiment.json +++ b/src/locales/en-US/views/FinetuneExperiment.json @@ -8,7 +8,7 @@ "parameterGroup": "Hyperparameter Group", "results": "Evaluation Results", "contrast": "Contrast", - "taskList": "Task List", + "taskList": "Job List", "stopConfirm": "Confirm to stop fine-tune experiment {finetuneToShop}?", "createFineTuningExperiment": "Create Fine-tune Experiment", "basicInformation": "Basic Information", @@ -18,7 +18,7 @@ "parameters": "Runtime Parameters", "configuration": "Configuration", "add": "Add Task", - "taskName": "Task Name", + "taskName": "Job Name", "baseLargeModel": "Basic Large Model", "dataset": "Dataset", "hyperparameter": "Hyperparameter", @@ -61,4 +61,4 @@ "resourceAllocation": "Resource Allocation", "monitoring": "Monitoring", "resourceAllocationInfo": "By default, the system uses a resource configuration of 2 cores CPU, 48GiB memory, and 1 GPU for each job." -} +} \ No newline at end of file diff --git a/src/locales/en-US/views/InferenceApplication.json b/src/locales/en-US/views/InferenceApplication.json index ce02885..d6ead4a 100644 --- a/src/locales/en-US/views/InferenceApplication.json +++ b/src/locales/en-US/views/InferenceApplication.json @@ -1,9 +1,9 @@ { "list": { - "header": "Inference Application", + "header": "Inference Service", "table": { "header": { - "name": "Inference Application Name", + "name": "Inference Service Name", "checkpoint": "Checkpoint", "llm": "LLM", "hyperparameter": "Hyperparameter", @@ -11,7 +11,7 @@ } }, "compare": "Compare Inference", - "compareLimit": "You can only compare up to 3 inference applications at a time." + "compareLimit": "You can only compare up to 3 inference Services at a time." }, "applicationStatus": { "NOT_STARTED": "Not Started", @@ -33,26 +33,23 @@ "FailedToUpdateServingPodLabel": "FailedToUpdateServingPodLabel", "FailedToUpdateService": "FailedToUpdateService" }, - "delete":{ - "header": "Delete Inference Application", - "content": "Are you sure you want to delete this inference application?" + "delete": { + "header": "Delete Inference Service", + "content": "Are you sure you want to delete this inference service?" }, - - "create":{ - "header": "Create Inference Application", + "create": { + "header": "Create Inference Service", "name": "Name", "llmCheckpoint": "Model", - "createSuccess": "Inference application created successfully", - "createFailed": "Failed to create inference application" + "createSuccess": "Inference service created successfully", + "createFailed": "Failed to create inference service" }, - "compare": { "header": "Multi-model Comparison", "elapsedTime": "Elapsed Time(s)", "tokensTotalQuantity": "Tokens Total Quantity", "perSecond": "tokens/s" }, - "examples": { "e1": { "label": "Generating a Code Snippet", @@ -83,4 +80,4 @@ "text": "In a group, Alice has read two more books than Bob, and Bob has read three more books than Charlie. If they have collectively read 15 books, how many books has each person read?" } } -} +} \ No newline at end of file