Standardize model config naming (#274)

This commit is contained in:
Yuhong Sun 2023-08-08 00:18:13 -07:00 committed by GitHub
parent 02c3139bc9
commit b6dec6dcdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,5 +53,5 @@ class ModelHostType(str, Enum):
# https://huggingface.co/docs/api-inference/detailed_parameters#text-generation-task
HUGGINGFACE = "huggingface" # HuggingFace test-generation Inference API
# TODO link blog here
COLAB_DEMO = "colab_demo"
COLAB_DEMO = "colab-demo"
# TODO support for Azure, AWS, GCP GenAI model hosting