Skip to content

Commit

Permalink
fix path for config file
Browse files Browse the repository at this point in the history
Signed-off-by: Aakanksha Duggal <[email protected]>
  • Loading branch information
aakankshaduggal committed Jun 26, 2024
1 parent 5fc070f commit 0010655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instructlab/sdg/default_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_flow(self) -> list:
"block_config": {
"block_name": "eval_faithfulness_qa_pair",
"config_path": os.path.join(
sdg_base, "/configs/knowledge/evaluate_faithfulness.yaml"
sdg_base, "configs/knowledge/evaluate_faithfulness.yaml"
),
"client": self.client,
"model_id": self.model_id,
Expand Down

0 comments on commit 0010655

Please sign in to comment.