Skip to content

Commit

Permalink
sonar setup
Browse files Browse the repository at this point in the history
  • Loading branch information
artyomko committed Dec 10, 2024
1 parent 1ef024f commit 5df830c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sonar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"""SONAR provides a set of speech and text encoders for multilingual, multimodal semantic embedding.
"""

from fairseq2 import setup_extensions
from fairseq2.assets import default_asset_store

__version__ = "0.2.1"
Expand All @@ -19,4 +17,4 @@ def setup_fairseq2() -> None:
# the directory <sonar>/cards.
default_asset_store.add_package_metadata_provider("sonar.cards")

setup_extensions()
setup_fairseq2()

0 comments on commit 5df830c

Please sign in to comment.