Skip to content

Commit

Permalink
chore: removes unnecessary printing of the training_data_directory va…
Browse files Browse the repository at this point in the history
…riable
  • Loading branch information
Su3h7aM committed May 5, 2024
1 parent 656b7de commit 99af389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dspy/teleprompt/finetune.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

if os.environ.get("DSP_NOTEBOOK_CACHEDIR"):
training_data_directory = os.path.join(os.environ.get("DSP_NOTEBOOK_CACHEDIR"), "compiler")
print(training_data_directory)
else:
training_data_directory = "local_cache/compiler"

Expand Down

0 comments on commit 99af389

Please sign in to comment.