Skip to content

Commit

Permalink
fix: Rename config to ragger_config
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Apr 30, 2024
1 parent 8d674d6 commit f1e1ce5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/scripts/run_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
load_dotenv()


@hydra.main(config_path="../../config", config_name="config", version_base=None)
@hydra.main(config_path="../../config", config_name="ragger_config", version_base=None)
def main(config: DictConfig) -> None:
"""Run the CLI.
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/run_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
load_dotenv()


@hydra.main(config_path="../../config", config_name="config", version_base=None)
@hydra.main(config_path="../../config", config_name="ragger_config", version_base=None)
def main(config: DictConfig) -> None:
"""Run the Gradio demo.
Expand Down

0 comments on commit f1e1ce5

Please sign in to comment.