Skip to content

Commit

Permalink
remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
aspfohl committed Nov 29, 2023
1 parent 16c9307 commit 17d1718
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llmfoundry/utils/prompt_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def load_prompts_from_file(prompt_path: str,
Returns:
List of prompt string(s)
"""

if not prompt_path.startswith(PROMPTFILE_PREFIX):
raise ValueError(f'prompt_path_str must start with {PROMPTFILE_PREFIX}')

Expand Down

0 comments on commit 17d1718

Please sign in to comment.