Skip to content

Commit 19b8f0c

Browse files
upfixerNagaRajuPasunuri
authored andcommitted
Added - Support for Llama 3.1 Model Refresh
1 parent c97b9c1 commit 19b8f0c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

website/docs/d/generative_ai_model.html.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The following attributes are exported:
7373
* `time_created` - The date and time that the model was created in the format of an RFC3339 datetime string.
7474
* `time_deprecated` - Corresponds to the time when the custom model and its associated foundation model will be deprecated.
7575
* `time_updated` - The date and time that the model was updated in the format of an RFC3339 datetime string.
76+
* `type` - The model type indicating whether this is a pretrained/base model or a custom/fine-tuned model.
7677
* `vendor` - The provider of the base model.
7778
* `version` - The version of the model.
7879

website/docs/d/generative_ai_models.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ The following attributes are exported:
8989
* `state` - The lifecycle state of the model.
9090
* `system_tags` - System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
9191
* `time_created` - The date and time that the model was created in the format of an RFC3339 datetime string.
92-
* `time_deprecated` - Corresponds to the time when the custom model and its associated foundation model will be deprecated.
9392
* `time_updated` - The date and time that the model was updated in the format of an RFC3339 datetime string.
93+
* `time_deprecated` - Corresponds to the time when the custom model and its associated foundation model will be deprecated.
94+
* `type` - The model type indicating whether this is a pretrained/base model or a custom/fine-tuned model.
9495
* `vendor` - The provider of the base model.
9596
* `version` - The version of the model.
9697

website/docs/r/generative_ai_dedicated_ai_cluster.html.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ The following arguments are supported:
5555
* EMBED_COHERE
5656
* LLAMA2_70
5757
* LARGE_GENERIC
58-
* LARGE_COHERE_V2_2
58+
* LARGE_COHERE_V2_2
59+
* LARGE_GENERIC_4
5960

6061

6162
** IMPORTANT **

0 commit comments

Comments
 (0)