Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
SumanthRH committed Jan 30, 2024
1 parent 0b27bf9 commit 4bd5128
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tests/lm_test.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import numpy as np
from ecco.lm import LM, _one_hot, sample_output_token, activations_dict_to_array
import ecco
import torch
import numpy as np
from transformers import PreTrainedModel

import ecco
from ecco.lm import _one_hot
from ecco.lm import activations_dict_to_array
from ecco.lm import sample_output_token


class TestLM:
def test_one_hot(self):
Expand Down

0 comments on commit 4bd5128

Please sign in to comment.