Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix prompt generator check
Browse files Browse the repository at this point in the history
  • Loading branch information
emrgnt-cmplxty committed Sep 20, 2023
1 parent c8dc8d1 commit 8f25106
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/scripts/check_prompt_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
import os

from sciphi.config import DataConfig
from sciphi.prompt import PromptGenerator, PromptManager
from sciphi.core.utils import (
get_data_config_dir,
)
from sciphi.core.utils import get_data_config_dir
from sciphi.prompt import PromptGenerator

NUM_SAMPLES = 1_000_000
if __name__ == "__main__":
Expand Down

0 comments on commit 8f25106

Please sign in to comment.