Skip to content

Commit

Permalink
Fix NVCF backend
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Mar 18, 2024
1 parent a5d6bc1 commit 875773f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from .backend import EmbedderBackend

MAX_INPUT_STRING_LENGTH = 2048
MAX_INPUTS = 50


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

from .backend import GeneratorBackend

MAX_INPUT_STRING_LENGTH = 2048
MAX_INPUTS = 50


class NvcfBackend(GeneratorBackend):
def __init__(
Expand Down

0 comments on commit 875773f

Please sign in to comment.