Skip to content

Commit

Permalink
LIT: Move model_utils to glue demo directory.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 643086573
  • Loading branch information
RyanMullins authored and LIT team committed Jun 13, 2024
1 parent 1ed82d4 commit 7d5ef58
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 15 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

from absl.testing import absltest
from lit_nlp.examples.models import model_utils
from lit_nlp.examples.glue import model_utils
import numpy as np
import transformers

Expand Down
2 changes: 1 addition & 1 deletion lit_nlp/examples/glue/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import attr
from lit_nlp.api import model as lit_model
from lit_nlp.api import types as lit_types
from lit_nlp.examples.models import model_utils
from lit_nlp.examples.glue import model_utils
from lit_nlp.lib import file_cache
from lit_nlp.lib import utils
import numpy as np
Expand Down
13 changes: 0 additions & 13 deletions lit_nlp/examples/models/__init__.py

This file was deleted.

0 comments on commit 7d5ef58

Please sign in to comment.