Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
apaniukov committed Oct 18, 2023
1 parent f01afee commit b22569f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import numpy as np
import openvino.runtime.opset12 as opset
from constants import (
from .constants import (
ATTENTION_MASK_INPUT_NAME,
STRING_OUTPUT_NAME,
TOKEN_IDS_INPUT_NAME,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing import Any, Dict, List, Optional, Union

import numpy as np
from constants import (
from .constants import (
ATTENTION_MASK_INPUT_NAME,
STRING_OUTPUT_NAME,
TOKEN_IDS_INPUT_NAME,
Expand Down

0 comments on commit b22569f

Please sign in to comment.