Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jlonge4 committed Feb 1, 2025
1 parent 1c8a02c commit 734c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/exporters/neuron/model_configs/decoder_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# limitations under the License.
"""Neuron export configurations for models using transformers_neuronx."""


from optimum.exporters.tasks import TasksManager

from ....neuron.models.granite.model import GraniteForSampling
Expand Down Expand Up @@ -72,6 +71,7 @@ class GraniteNeuronConfig(TextNeuronDecoderConfig):
NEURONX_CLASS = GraniteForSampling
CONTINUOUS_BATCHING = True


@register_in_tasks_manager("phi4", "text-generation")
class Phi4NeuronConfig(TextNeuronDecoderConfig):
NEURONX_CLASS = Phi4ForSampling
Expand Down

0 comments on commit 734c605

Please sign in to comment.