Skip to content

Commit

Permalink
fix pre-commit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Raja Sekhar Rao Dheekonda committed Feb 14, 2024
1 parent 6fe8a6f commit 9eae561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env_example
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AML_REGISTRY_NAME="azureml"
# AML HF Model Download/Register and Compute Configuration
HF_MODEL_ID="Tap-M/Luna-AI-Llama2-Uncensored" # Update with your model ID
TASK_NAME="text-generation" # Update with your task name
AML_COMPUTE_TYPE="amlcompute"
AML_COMPUTE_TYPE="amlcompute"
AML_INSTANCE_SIZE="STANDARD_D4_v2" # Update with your preferred instance type
AML_COMPUTE_NAME="model-import-cluster-d4-v2" # Update with your compute name
AML_MODEL_IMPORT_VERSION="0.0.22" # values could be 'latest' or any version
Expand Down

0 comments on commit 9eae561

Please sign in to comment.