Skip to content

Commit

Permalink
additional linting
Browse files Browse the repository at this point in the history
  • Loading branch information
achew010 committed Jul 28, 2024
1 parent cd253b3 commit 1d498e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
LlamaRMSNorm,
)
from fms_acceleration.model_patcher import (
ModelPatcher,
ModelPatcherRule,
ModelPatcherTrigger,
combine_functions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
MistralRMSNorm,
)
from fms_acceleration.model_patcher import (
ModelPatcher,
ModelPatcherRule,
ModelPatcherTrigger,
combine_functions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
MixtralRMSNorm,
)
from fms_acceleration.model_patcher import (
ModelPatcher,
ModelPatcherRule,
ModelPatcherTrigger,
combine_functions,
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ allowlist_externals = bash
description = run benchmarks
skip_install = true
deps =
matplotlib # this is for plotting benchmark comparisons in compare_with_reference.py
packaging # this is required for flash-attn dep as fms_hf_tuning did not specify
-e {toxinidir}/plugins/framework # install the framework here as the flash attention deps requires torch
passenv = * # will pass the parent env, otherwise there are too many envs e.g. TRANSFORMERS that need to be set
Expand Down

0 comments on commit 1d498e0

Please sign in to comment.