Skip to content

Commit

Permalink
Moves the import to top of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
akarshgupta7 committed Nov 26, 2024
1 parent 99290d3 commit d3dadf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/query-eval/queryeval/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@

from sycamore.llms import MODELS
from queryeval.driver import QueryEvalDriver
import nltk


console = Console()

import nltk

try:
nltk.data.find("tokenizers/punkt_tab")
console.print("The 'punkt_tab' tokenizer data is already downloaded.")
Expand Down

0 comments on commit d3dadf5

Please sign in to comment.