Skip to content

Commit

Permalink
add other template params
Browse files Browse the repository at this point in the history
  • Loading branch information
safoinme committed Nov 14, 2023
1 parent 59320d0 commit 49c27e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def generate_and_run_project(
deploy_to_huggingface: bool = False,
deploy_to_skypilot: bool = False,
cloud_of_choice: str = "gcp",
dataset: str = "airline_reviews",

):
"""Generate and run the starter project with different options."""
Expand All @@ -66,6 +67,7 @@ def generate_and_run_project(
"deploy_to_huggingface": deploy_to_huggingface,
"deploy_to_skypilot": deploy_to_skypilot,
"cloud_of_choice": cloud_of_choice,
"dataset": dataset,
}
if open_source_license:
answers["email"] = "[email protected]"
Expand Down

0 comments on commit 49c27e6

Please sign in to comment.