Skip to content

Commit f366665

Browse files
update default container
1 parent 0010fd7 commit f366665

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ads/aqua/common/enums.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ class Tags(str, metaclass=ExtendedEnumMeta):
4040
AQUA_EVALUATION_MODEL_ID = "evaluation_model_id"
4141

4242

43+
class HuggingFaceTags(str, metaclass=ExtendedEnumMeta):
44+
TEXT_GENERATION_INFERENCE = "text-generation-inference"
45+
46+
4347
class RqsAdditionalDetails(str, metaclass=ExtendedEnumMeta):
4448
METADATA = "metadata"
4549
CREATED_BY = "createdBy"

0 commit comments

Comments
 (0)